Shades of Grey Olive #9E9A82
Tints of Grey Olive #9E9A82
RGB
CMYK
RGB Variations
Color information
#9E9A82 (or 0x9E9A82) is known color: Grey Olive. HEX triplet: 9E, 9A and 82. RGB value is (158,154,130). Sum of RGB (Red+Green+Blue) = 158+154+130=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9A82 is #61657D. Grayscale: #989898. Windows color (decimal): -6382974 or 8559262. OLE color: 8559262.
HSL color Cylindrical-coordinate representation of color #9E9A82: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E9A82 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 130 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.38 |
| HSL | 51.43º | 0.13% | 0.56% | - |
| HSV(B) | 51.43º | 0.18% | 0.62% | - |
| XYZ | 29.69 | 31.99 | 25.73 | - |
| YUV | 152.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 130 | 0 | 0.03 | 0.18 | 0.38 | 51.43 | 0.13 | 0.56 |
| Hex | 9E | 9A | 82 | 0 | 3 | 12 | 26 | 33 | D | 38 |
| Octal | 236 | 232 | 202 | 0 | 3 | 22 | 46 | 63 | 15 | 70 |
| Binary | 10011110 | 10011010 | 10000010 | 0 | 11 | 10010 | 100110 | 110011 | 1101 | 111000 |
Color Harmonies of #9E9A82
Complementary color
Monochromatic Colors of #9E9A82
Black with #9E9A82
Text Example
Text Example
White with #9E9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A82; }
p { color: rgb(158,154,130); }
H1.HeaderClassName
{
color: #9E9A82;
}
.AnyTagClassName
{
color: #9E9A82;
}
</style>
background-color css
<style>
a { background-color: #9E9A82; }
a { background-color: rgb(158,154,130); }
div.DivClassName
{
background-color: #9E9A82;
}
.BgClassName
{
background-color: #9E9A82;
}
</style>
border-color css
<style>
span { border-color: #9E9A82; }
span { border-color: rgb(158,154,130); }
td.TdClassName
{
border-color: #9E9A82;
}
.TagClassName
{
border-color: #9E9A82;
}
</style>