Shades of Grey Olive #9C987A
Tints of Grey Olive #9C987A
RGB
CMYK
RGB Variations
Color information
#9C987A (or 0x9C987A) is known color: Grey Olive. HEX triplet: 9C, 98 and 7A. RGB value is (156,152,122). Sum of RGB (Red+Green+Blue) = 156+152+122=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C987A is #636785. Grayscale: #959595. Windows color (decimal): -6514566 or 8034460. OLE color: 8034460.
HSL color Cylindrical-coordinate representation of color #9C987A: hue angle of 52.94º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C987A is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 122 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.39 |
| HSL | 52.94º | 0.15% | 0.55% | - |
| HSV(B) | 52.94º | 0.22% | 0.61% | - |
| XYZ | 28.45 | 30.93 | 22.88 | - |
| YUV | 149.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 122 | 0 | 0.03 | 0.22 | 0.39 | 52.94 | 0.15 | 0.55 |
| Hex | 9C | 98 | 7A | 0 | 3 | 16 | 27 | 35 | F | 37 |
| Octal | 234 | 230 | 172 | 0 | 3 | 26 | 47 | 65 | 17 | 67 |
| Binary | 10011100 | 10011000 | 1111010 | 0 | 11 | 10110 | 100111 | 110101 | 1111 | 110111 |
Color Harmonies of #9C987A
Complementary color
Monochromatic Colors of #9C987A
Black with #9C987A
Text Example
Text Example
White with #9C987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C987A; }
p { color: rgb(156,152,122); }
H1.HeaderClassName
{
color: #9C987A;
}
.AnyTagClassName
{
color: #9C987A;
}
</style>
background-color css
<style>
a { background-color: #9C987A; }
a { background-color: rgb(156,152,122); }
div.DivClassName
{
background-color: #9C987A;
}
.BgClassName
{
background-color: #9C987A;
}
</style>
border-color css
<style>
span { border-color: #9C987A; }
span { border-color: rgb(156,152,122); }
td.TdClassName
{
border-color: #9C987A;
}
.TagClassName
{
border-color: #9C987A;
}
</style>