Color spaces of #909688
RGB | 144 | 150 | 136 |
---|---|---|---|
HSL | 0.24 | 0.06 | 0.56 |
HSV | 86° | 9° | 59° |
CMYK | 0.04 | 0.00 | 0.09 0.41 |
XYZ | 26.8519 | 29.5196 | 27.5752 |
Yxy | 29.5196 | 0.3199 | 0.3516 |
Hunter Lab | 54.3319 | -6.8627 | 7.9408 |
CIE-Lab | 61.2375 | -4.8384 | 6.6315 |
#909688 color RGB value is (144,150,136).
#909688 hex color red value is 144, green value is 150 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #909688 hue: 0.24 , saturation: 0.06 and the lightness value of 909688 is 0.56.
The process color (four color CMYK) of #909688 color hex is 0.04, 0.00, 0.09, 0.41. Web safe color of #909688 is #999999. Color #909688 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10010110 | 10001000 |
Octal | 220 | 226 | 210 |
Decimal | 144 | 150 | 136 |
Hex | 90 | 96 | 88 |
Shades of #909688
Tints of #909688
RGB Percentages of Color #909688
CMYK Percentages of Color #909688
Complementary Color
#909688 | #8e8896 |
#909688 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#909688 Color Preview on White Background
Lorem ipsum dolor sit amet.
#909688 Color CSS Codes
.mybgcolor {background-color:#909688; } .myforecolor {color:#909688; } .mybordercolor {border:3px solid #909688; }
#909688 Text Font Color
<p style="color:#909688">Text here</p>
This sample text font color is #909688
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#909688 Background Color
<div style="background-color:#909688">
Div content here</div>
This div background color is #909688
#909688 Border Color
<div style="border:3px solid #909688">
Div here</div>
This div border color is #909688
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,150,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #909688; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #909688; -webkit-box-shadow: 1px 1px 3px 2px #909688; box-shadow: 1px 1px 3px 2px #909688; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,150,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #909688">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #909688; -webkit-box-shadow: 1px 1px 3px 2px #909688; box-shadow: 1px 1px 3px 2px #909688;">
Div content here</div>
This div box has shadow with color #909688
Comments
No comments written yet.
Please login to write comment.