Shades of Grey Olive #9E9979
Tints of Grey Olive #9E9979
RGB
CMYK
RGB Variations
Color information
#9E9979 (or 0x9E9979) is known color: Grey Olive. HEX triplet: 9E, 99 and 79. RGB value is (158,153,121). Sum of RGB (Red+Green+Blue) = 158+153+121=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9979 is #616686. Grayscale: #969696. Windows color (decimal): -6383239 or 7969182. OLE color: 7969182.
HSL color Cylindrical-coordinate representation of color #9E9979: hue angle of 51.89º 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 #9E9979 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 121 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.38 |
| HSL | 51.89º | 0.16% | 0.55% | - |
| HSV(B) | 51.89º | 0.23% | 0.62% | - |
| XYZ | 28.94 | 31.43 | 22.63 | - |
| YUV | 150.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 121 | 0 | 0.03 | 0.23 | 0.38 | 51.89 | 0.16 | 0.55 |
| Hex | 9E | 99 | 79 | 0 | 3 | 17 | 26 | 34 | 10 | 37 |
| Octal | 236 | 231 | 171 | 0 | 3 | 27 | 46 | 64 | 20 | 67 |
| Binary | 10011110 | 10011001 | 1111001 | 0 | 11 | 10111 | 100110 | 110100 | 10000 | 110111 |
Color Harmonies of #9E9979
Complementary color
Monochromatic Colors of #9E9979
Black with #9E9979
Text Example
Text Example
White with #9E9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9979; }
p { color: rgb(158,153,121); }
H1.HeaderClassName
{
color: #9E9979;
}
.AnyTagClassName
{
color: #9E9979;
}
</style>
background-color css
<style>
a { background-color: #9E9979; }
a { background-color: rgb(158,153,121); }
div.DivClassName
{
background-color: #9E9979;
}
.BgClassName
{
background-color: #9E9979;
}
</style>
border-color css
<style>
span { border-color: #9E9979; }
span { border-color: rgb(158,153,121); }
td.TdClassName
{
border-color: #9E9979;
}
.TagClassName
{
border-color: #9E9979;
}
</style>