Shades of Grey Olive #9D9879
Tints of Grey Olive #9D9879
RGB
CMYK
RGB Variations
Color information
#9D9879 (or 0x9D9879) is known color: Grey Olive. HEX triplet: 9D, 98 and 79. RGB value is (157,152,121). Sum of RGB (Red+Green+Blue) = 157+152+121=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9879 is #626786. Grayscale: #969696. Windows color (decimal): -6449031 or 7968925. OLE color: 7968925.
HSL color Cylindrical-coordinate representation of color #9D9879: hue angle of 51.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9879 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 121 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.38 |
| HSL | 51.67º | 0.16% | 0.55% | - |
| HSV(B) | 51.67º | 0.23% | 0.62% | - |
| XYZ | 28.58 | 31.01 | 22.57 | - |
| YUV | 149.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 121 | 0 | 0.03 | 0.23 | 0.38 | 51.67 | 0.16 | 0.55 |
| Hex | 9D | 98 | 79 | 0 | 3 | 17 | 26 | 34 | 10 | 37 |
| Octal | 235 | 230 | 171 | 0 | 3 | 27 | 46 | 64 | 20 | 67 |
| Binary | 10011101 | 10011000 | 1111001 | 0 | 11 | 10111 | 100110 | 110100 | 10000 | 110111 |
Color Harmonies of #9D9879
Complementary color
Monochromatic Colors of #9D9879
Black with #9D9879
Text Example
Text Example
White with #9D9879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9879; }
p { color: rgb(157,152,121); }
H1.HeaderClassName
{
color: #9D9879;
}
.AnyTagClassName
{
color: #9D9879;
}
</style>
background-color css
<style>
a { background-color: #9D9879; }
a { background-color: rgb(157,152,121); }
div.DivClassName
{
background-color: #9D9879;
}
.BgClassName
{
background-color: #9D9879;
}
</style>
border-color css
<style>
span { border-color: #9D9879; }
span { border-color: rgb(157,152,121); }
td.TdClassName
{
border-color: #9D9879;
}
.TagClassName
{
border-color: #9D9879;
}
</style>