Shades of Grey Olive #9E997D
Tints of Grey Olive #9E997D
RGB
CMYK
RGB Variations
Color information
#9E997D (or 0x9E997D) is known color: Grey Olive. HEX triplet: 9E, 99 and 7D. RGB value is (158,153,125). Sum of RGB (Red+Green+Blue) = 158+153+125=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 158 - color contains mainly: red. Hex color #9E997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E997D is #616682. Grayscale: #979797. Windows color (decimal): -6383235 or 8231326. OLE color: 8231326.
HSL color Cylindrical-coordinate representation of color #9E997D: hue angle of 50.91º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E997D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 125 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.38 |
| HSL | 50.91º | 0.15% | 0.55% | - |
| HSV(B) | 50.91º | 0.21% | 0.62% | - |
| XYZ | 29.19 | 31.53 | 23.95 | - |
| YUV | 151.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 125 | 0 | 0.03 | 0.21 | 0.38 | 50.91 | 0.15 | 0.55 |
| Hex | 9E | 99 | 7D | 0 | 3 | 15 | 26 | 33 | F | 37 |
| Octal | 236 | 231 | 175 | 0 | 3 | 25 | 46 | 63 | 17 | 67 |
| Binary | 10011110 | 10011001 | 1111101 | 0 | 11 | 10101 | 100110 | 110011 | 1111 | 110111 |
Color Harmonies of #9E997D
Complementary color
Monochromatic Colors of #9E997D
Black with #9E997D
Text Example
Text Example
White with #9E997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E997D; }
p { color: rgb(158,153,125); }
H1.HeaderClassName
{
color: #9E997D;
}
.AnyTagClassName
{
color: #9E997D;
}
</style>
background-color css
<style>
a { background-color: #9E997D; }
a { background-color: rgb(158,153,125); }
div.DivClassName
{
background-color: #9E997D;
}
.BgClassName
{
background-color: #9E997D;
}
</style>
border-color css
<style>
span { border-color: #9E997D; }
span { border-color: rgb(158,153,125); }
td.TdClassName
{
border-color: #9E997D;
}
.TagClassName
{
border-color: #9E997D;
}
</style>