Color spaces of #969a6f
RGB | 150 | 154 | 111 |
---|---|---|---|
HSL | 0.18 | 0.18 | 0.52 |
HSV | 66° | 28° | 60° |
CMYK | 0.03 | 0.00 | 0.28 0.40 |
XYZ | 27.0025 | 30.7429 | 19.5497 |
Yxy | 30.7429 | 0.3493 | 0.3977 |
Hunter Lab | 55.4463 | -10.1010 | 17.9074 |
CIE-Lab | 62.2900 | -8.7628 | 22.1531 |
#969a6f color RGB value is (150,154,111).
#969a6f hex color red value is 150, green value is 154 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #969a6f hue: 0.18 , saturation: 0.18 and the lightness value of 969a6f is 0.52.
The process color (four color CMYK) of #969a6f color hex is 0.03, 0.00, 0.28, 0.40. Web safe color of #969a6f is #999966. Color #969a6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10011010 | 01101111 |
Octal | 226 | 232 | 157 |
Decimal | 150 | 154 | 111 |
Hex | 96 | 9A | 6F |
Shades of #969a6f
Tints of #969a6f
RGB Percentages of Color #969a6f
CMYK Percentages of Color #969a6f
Complementary Color
#969a6f | #736f9a |
#969a6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969a6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#969a6f Color CSS Codes
.mybgcolor {background-color:#969a6f; } .myforecolor {color:#969a6f; } .mybordercolor {border:3px solid #969a6f; }
#969a6f Text Font Color
<p style="color:#969a6f">Text here</p>
This sample text font color is #969a6f
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.
#969a6f Background Color
<div style="background-color:#969a6f">
Div content here</div>
This div background color is #969a6f
#969a6f Border Color
<div style="border:3px solid #969a6f">
Div here</div>
This div border color is #969a6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,154,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969a6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969a6f; -webkit-box-shadow: 1px 1px 3px 2px #969a6f; box-shadow: 1px 1px 3px 2px #969a6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,154,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969a6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969a6f; -webkit-box-shadow: 1px 1px 3px 2px #969a6f; box-shadow: 1px 1px 3px 2px #969a6f;">
Div content here</div>
This div box has shadow with color #969a6f
#969a6f Color Palettes
Comments
No comments written yet.
Please login to write comment.