Shades of Olive #8E7104
Tints of Olive #8E7104
RGB
CMYK
RGB Variations
Color information
#8E7104 (or 0x8E7104) is known color: Olive. HEX triplet: 8E, 71 and 04. RGB value is (142,113,4). Sum of RGB (Red+Green+Blue) = 142+113+4=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7104 is #718EFB. Grayscale: #6D6D6D. Windows color (decimal): -7442172 or 291214. OLE color: 291214.
HSL color Cylindrical-coordinate representation of color #8E7104: hue angle of 47.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E7104 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 4 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.44 |
| HSL | 47.39º | 0.95% | 0.29% | - |
| HSV(B) | 47.39º | 0.97% | 0.56% | - |
| XYZ | 17.08 | 17.57 | 2.61 | - |
| YUV | 109.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 4 | 0 | 0.20 | 0.97 | 0.44 | 47.39 | 0.95 | 0.29 |
| Hex | 8E | 71 | 4 | 0 | 14 | 61 | 2C | 2F | 5F | 1D |
| Octal | 216 | 161 | 4 | 0 | 24 | 141 | 54 | 57 | 137 | 35 |
| Binary | 10001110 | 1110001 | 100 | 0 | 10100 | 1100001 | 101100 | 101111 | 1011111 | 11101 |
Color Harmonies of #8E7104
Complementary color
Monochromatic Colors of #8E7104
Black with #8E7104
Text Example
Text Example
White with #8E7104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7104; }
p { color: rgb(142,113,4); }
H1.HeaderClassName
{
color: #8E7104;
}
.AnyTagClassName
{
color: #8E7104;
}
</style>
background-color css
<style>
a { background-color: #8E7104; }
a { background-color: rgb(142,113,4); }
div.DivClassName
{
background-color: #8E7104;
}
.BgClassName
{
background-color: #8E7104;
}
</style>
border-color css
<style>
span { border-color: #8E7104; }
span { border-color: rgb(142,113,4); }
td.TdClassName
{
border-color: #8E7104;
}
.TagClassName
{
border-color: #8E7104;
}
</style>