Shades of Olive #8E7408
Tints of Olive #8E7408
RGB
CMYK
RGB Variations
Color information
#8E7408 (or 0x8E7408) is known color: Olive. HEX triplet: 8E, 74 and 08. RGB value is (142,116,8). Sum of RGB (Red+Green+Blue) = 142+116+8=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7408 is #718BF7. Grayscale: #6F6F6F. Windows color (decimal): -7441400 or 554126. OLE color: 554126.
HSL color Cylindrical-coordinate representation of color #8E7408: hue angle of 48.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E7408 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 8 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.44 |
| HSL | 48.36º | 0.89% | 0.29% | - |
| HSV(B) | 48.36º | 0.94% | 0.56% | - |
| XYZ | 17.44 | 18.26 | 2.83 | - |
| YUV | 111.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 8 | 0 | 0.18 | 0.94 | 0.44 | 48.36 | 0.89 | 0.29 |
| Hex | 8E | 74 | 8 | 0 | 12 | 5E | 2C | 30 | 59 | 1D |
| Octal | 216 | 164 | 10 | 0 | 22 | 136 | 54 | 60 | 131 | 35 |
| Binary | 10001110 | 1110100 | 1000 | 0 | 10010 | 1011110 | 101100 | 110000 | 1011001 | 11101 |
Color Harmonies of #8E7408
Complementary color
Monochromatic Colors of #8E7408
Black with #8E7408
Text Example
Text Example
White with #8E7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7408; }
p { color: rgb(142,116,8); }
H1.HeaderClassName
{
color: #8E7408;
}
.AnyTagClassName
{
color: #8E7408;
}
</style>
background-color css
<style>
a { background-color: #8E7408; }
a { background-color: rgb(142,116,8); }
div.DivClassName
{
background-color: #8E7408;
}
.BgClassName
{
background-color: #8E7408;
}
</style>
border-color css
<style>
span { border-color: #8E7408; }
span { border-color: rgb(142,116,8); }
td.TdClassName
{
border-color: #8E7408;
}
.TagClassName
{
border-color: #8E7408;
}
</style>