Shades of Olive #8E7409
Tints of Olive #8E7409
RGB
CMYK
RGB Variations
Color information
#8E7409 (or 0x8E7409) is known color: Olive. HEX triplet: 8E, 74 and 09. RGB value is (142,116,9). Sum of RGB (Red+Green+Blue) = 142+116+9=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7409 is #718BF6. Grayscale: #707070. Windows color (decimal): -7441399 or 619662. OLE color: 619662.
HSL color Cylindrical-coordinate representation of color #8E7409: hue angle of 48.27º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E7409 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 9 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.44 |
| HSL | 48.27º | 0.88% | 0.3% | - |
| HSV(B) | 48.27º | 0.94% | 0.56% | - |
| XYZ | 17.45 | 18.26 | 2.86 | - |
| YUV | 111.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 9 | 0 | 0.18 | 0.94 | 0.44 | 48.27 | 0.88 | 0.3 |
| Hex | 8E | 74 | 9 | 0 | 12 | 5E | 2C | 30 | 58 | 1E |
| Octal | 216 | 164 | 11 | 0 | 22 | 136 | 54 | 60 | 130 | 36 |
| Binary | 10001110 | 1110100 | 1001 | 0 | 10010 | 1011110 | 101100 | 110000 | 1011000 | 11110 |
Color Harmonies of #8E7409
Complementary color
Monochromatic Colors of #8E7409
Black with #8E7409
Text Example
Text Example
White with #8E7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7409; }
p { color: rgb(142,116,9); }
H1.HeaderClassName
{
color: #8E7409;
}
.AnyTagClassName
{
color: #8E7409;
}
</style>
background-color css
<style>
a { background-color: #8E7409; }
a { background-color: rgb(142,116,9); }
div.DivClassName
{
background-color: #8E7409;
}
.BgClassName
{
background-color: #8E7409;
}
</style>
border-color css
<style>
span { border-color: #8E7409; }
span { border-color: rgb(142,116,9); }
td.TdClassName
{
border-color: #8E7409;
}
.TagClassName
{
border-color: #8E7409;
}
</style>