Shades of Olive #8E7908
Tints of Olive #8E7908
RGB
CMYK
RGB Variations
Color information
#8E7908 (or 0x8E7908) is known color: Olive. HEX triplet: 8E, 79 and 08. RGB value is (142,121,8). Sum of RGB (Red+Green+Blue) = 142+121+8=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7908 is #7186F7. Grayscale: #727272. Windows color (decimal): -7440120 or 555406. OLE color: 555406.
HSL color Cylindrical-coordinate representation of color #8E7908: hue angle of 50.6º 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 #8E7908 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 8 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.44 |
| HSL | 50.6º | 0.89% | 0.29% | - |
| HSV(B) | 50.6º | 0.94% | 0.56% | - |
| XYZ | 18.04 | 19.44 | 3.03 | - |
| YUV | 114.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 8 | 0 | 0.15 | 0.94 | 0.44 | 50.6 | 0.89 | 0.29 |
| Hex | 8E | 79 | 8 | 0 | F | 5E | 2C | 33 | 59 | 1D |
| Octal | 216 | 171 | 10 | 0 | 17 | 136 | 54 | 63 | 131 | 35 |
| Binary | 10001110 | 1111001 | 1000 | 0 | 1111 | 1011110 | 101100 | 110011 | 1011001 | 11101 |
Color Harmonies of #8E7908
Complementary color
Monochromatic Colors of #8E7908
Black with #8E7908
Text Example
Text Example
White with #8E7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7908; }
p { color: rgb(142,121,8); }
H1.HeaderClassName
{
color: #8E7908;
}
.AnyTagClassName
{
color: #8E7908;
}
</style>
background-color css
<style>
a { background-color: #8E7908; }
a { background-color: rgb(142,121,8); }
div.DivClassName
{
background-color: #8E7908;
}
.BgClassName
{
background-color: #8E7908;
}
</style>
border-color css
<style>
span { border-color: #8E7908; }
span { border-color: rgb(142,121,8); }
td.TdClassName
{
border-color: #8E7908;
}
.TagClassName
{
border-color: #8E7908;
}
</style>