Shades of Olive #8E8911
Tints of Olive #8E8911
RGB
CMYK
RGB Variations
Color information
#8E8911 (or 0x8E8911) is known color: Olive. HEX triplet: 8E, 89 and 11. RGB value is (142,137,17). Sum of RGB (Red+Green+Blue) = 142+137+17=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8911 is #7176EE. Grayscale: #7D7D7D. Windows color (decimal): -7436015 or 1149326. OLE color: 1149326.
HSL color Cylindrical-coordinate representation of color #8E8911: hue angle of 57.6º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E8911 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 17 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.44 |
| HSL | 57.6º | 0.79% | 0.31% | - |
| HSV(B) | 57.6º | 0.88% | 0.56% | - |
| XYZ | 20.2 | 23.68 | 4.04 | - |
| YUV | 124.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 17 | 0 | 0.04 | 0.88 | 0.44 | 57.6 | 0.79 | 0.31 |
| Hex | 8E | 89 | 11 | 0 | 4 | 58 | 2C | 3A | 4F | 1F |
| Octal | 216 | 211 | 21 | 0 | 4 | 130 | 54 | 72 | 117 | 37 |
| Binary | 10001110 | 10001001 | 10001 | 0 | 100 | 1011000 | 101100 | 111010 | 1001111 | 11111 |
Color Harmonies of #8E8911
Complementary color
Monochromatic Colors of #8E8911
Black with #8E8911
Text Example
Text Example
White with #8E8911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8911; }
p { color: rgb(142,137,17); }
H1.HeaderClassName
{
color: #8E8911;
}
.AnyTagClassName
{
color: #8E8911;
}
</style>
background-color css
<style>
a { background-color: #8E8911; }
a { background-color: rgb(142,137,17); }
div.DivClassName
{
background-color: #8E8911;
}
.BgClassName
{
background-color: #8E8911;
}
</style>
border-color css
<style>
span { border-color: #8E8911; }
span { border-color: rgb(142,137,17); }
td.TdClassName
{
border-color: #8E8911;
}
.TagClassName
{
border-color: #8E8911;
}
</style>