Shades of Grey Olive #9C987E
Tints of Grey Olive #9C987E
RGB
CMYK
RGB Variations
Color information
#9C987E (or 0x9C987E) is known color: Grey Olive. HEX triplet: 9C, 98 and 7E. RGB value is (156,152,126). Sum of RGB (Red+Green+Blue) = 156+152+126=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 156 - color contains mainly: red. Hex color #9C987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C987E is #636781. Grayscale: #969696. Windows color (decimal): -6514562 or 8296604. OLE color: 8296604.
HSL color Cylindrical-coordinate representation of color #9C987E: hue angle of 52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C987E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 126 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.39 |
| HSL | 52º | 0.13% | 0.55% | - |
| HSV(B) | 52º | 0.19% | 0.61% | - |
| XYZ | 28.7 | 31.03 | 24.22 | - |
| YUV | 150.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 126 | 0 | 0.03 | 0.19 | 0.39 | 52 | 0.13 | 0.55 |
| Hex | 9C | 98 | 7E | 0 | 3 | 13 | 27 | 34 | D | 37 |
| Octal | 234 | 230 | 176 | 0 | 3 | 23 | 47 | 64 | 15 | 67 |
| Binary | 10011100 | 10011000 | 1111110 | 0 | 11 | 10011 | 100111 | 110100 | 1101 | 110111 |
Color Harmonies of #9C987E
Complementary color
Monochromatic Colors of #9C987E
Black with #9C987E
Text Example
Text Example
White with #9C987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C987E; }
p { color: rgb(156,152,126); }
H1.HeaderClassName
{
color: #9C987E;
}
.AnyTagClassName
{
color: #9C987E;
}
</style>
background-color css
<style>
a { background-color: #9C987E; }
a { background-color: rgb(156,152,126); }
div.DivClassName
{
background-color: #9C987E;
}
.BgClassName
{
background-color: #9C987E;
}
</style>
border-color css
<style>
span { border-color: #9C987E; }
span { border-color: rgb(156,152,126); }
td.TdClassName
{
border-color: #9C987E;
}
.TagClassName
{
border-color: #9C987E;
}
</style>