Shades of Grey Olive #9C9985
Tints of Grey Olive #9C9985
RGB
CMYK
RGB Variations
Color information
#9C9985 (or 0x9C9985) is known color: Grey Olive. HEX triplet: 9C, 99 and 85. RGB value is (156,153,133). Sum of RGB (Red+Green+Blue) = 156+153+133=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9985 is #63667A. Grayscale: #979797. Windows color (decimal): -6514299 or 8755612. OLE color: 8755612.
HSL color Cylindrical-coordinate representation of color #9C9985: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C9985 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 133 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.39 |
| HSL | 52.17º | 0.1% | 0.57% | - |
| HSV(B) | 52.17º | 0.15% | 0.61% | - |
| XYZ | 29.34 | 31.54 | 26.73 | - |
| YUV | 151.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 133 | 0 | 0.02 | 0.15 | 0.39 | 52.17 | 0.1 | 0.57 |
| Hex | 9C | 99 | 85 | 0 | 2 | F | 27 | 34 | A | 39 |
| Octal | 234 | 231 | 205 | 0 | 2 | 17 | 47 | 64 | 12 | 71 |
| Binary | 10011100 | 10011001 | 10000101 | 0 | 10 | 1111 | 100111 | 110100 | 1010 | 111001 |
Color Harmonies of #9C9985
Complementary color
Monochromatic Colors of #9C9985
Black with #9C9985
Text Example
Text Example
White with #9C9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9985; }
p { color: rgb(156,153,133); }
H1.HeaderClassName
{
color: #9C9985;
}
.AnyTagClassName
{
color: #9C9985;
}
</style>
background-color css
<style>
a { background-color: #9C9985; }
a { background-color: rgb(156,153,133); }
div.DivClassName
{
background-color: #9C9985;
}
.BgClassName
{
background-color: #9C9985;
}
</style>
border-color css
<style>
span { border-color: #9C9985; }
span { border-color: rgb(156,153,133); }
td.TdClassName
{
border-color: #9C9985;
}
.TagClassName
{
border-color: #9C9985;
}
</style>