Shades of Grey Olive #9E967B
Tints of Grey Olive #9E967B
RGB
CMYK
RGB Variations
Color information
#9E967B (or 0x9E967B) is known color: Grey Olive. HEX triplet: 9E, 96 and 7B. RGB value is (158,150,123). Sum of RGB (Red+Green+Blue) = 158+150+123=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E967B is #616984. Grayscale: #959595. Windows color (decimal): -6384005 or 8099486. OLE color: 8099486.
HSL color Cylindrical-coordinate representation of color #9E967B: hue angle of 46.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E967B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 123 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.38 |
| HSL | 46.29º | 0.15% | 0.55% | - |
| HSV(B) | 46.29º | 0.22% | 0.62% | - |
| XYZ | 28.58 | 30.51 | 23.12 | - |
| YUV | 149.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 123 | 0 | 0.05 | 0.22 | 0.38 | 46.29 | 0.15 | 0.55 |
| Hex | 9E | 96 | 7B | 0 | 5 | 16 | 26 | 2E | F | 37 |
| Octal | 236 | 226 | 173 | 0 | 5 | 26 | 46 | 56 | 17 | 67 |
| Binary | 10011110 | 10010110 | 1111011 | 0 | 101 | 10110 | 100110 | 101110 | 1111 | 110111 |
Color Harmonies of #9E967B
Complementary color
Monochromatic Colors of #9E967B
Black with #9E967B
Text Example
Text Example
White with #9E967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E967B; }
p { color: rgb(158,150,123); }
H1.HeaderClassName
{
color: #9E967B;
}
.AnyTagClassName
{
color: #9E967B;
}
</style>
background-color css
<style>
a { background-color: #9E967B; }
a { background-color: rgb(158,150,123); }
div.DivClassName
{
background-color: #9E967B;
}
.BgClassName
{
background-color: #9E967B;
}
</style>
border-color css
<style>
span { border-color: #9E967B; }
span { border-color: rgb(158,150,123); }
td.TdClassName
{
border-color: #9E967B;
}
.TagClassName
{
border-color: #9E967B;
}
</style>