Shades of Olive #8E7704
Tints of Olive #8E7704
RGB
CMYK
RGB Variations
Color information
#8E7704 (or 0x8E7704) is known color: Olive. HEX triplet: 8E, 77 and 04. RGB value is (142,119,4). Sum of RGB (Red+Green+Blue) = 142+119+4=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7704 is #7188FB. Grayscale: #717171. Windows color (decimal): -7440636 or 292750. OLE color: 292750.
HSL color Cylindrical-coordinate representation of color #8E7704: hue angle of 50º 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 #8E7704 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 4 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.44 |
| HSL | 50º | 0.95% | 0.29% | - |
| HSV(B) | 50º | 0.97% | 0.56% | - |
| XYZ | 17.77 | 18.95 | 2.84 | - |
| YUV | 112.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 4 | 0 | 0.16 | 0.97 | 0.44 | 50 | 0.95 | 0.29 |
| Hex | 8E | 77 | 4 | 0 | 10 | 61 | 2C | 32 | 5F | 1D |
| Octal | 216 | 167 | 4 | 0 | 20 | 141 | 54 | 62 | 137 | 35 |
| Binary | 10001110 | 1110111 | 100 | 0 | 10000 | 1100001 | 101100 | 110010 | 1011111 | 11101 |
Color Harmonies of #8E7704
Complementary color
Monochromatic Colors of #8E7704
Black with #8E7704
Text Example
Text Example
White with #8E7704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7704; }
p { color: rgb(142,119,4); }
H1.HeaderClassName
{
color: #8E7704;
}
.AnyTagClassName
{
color: #8E7704;
}
</style>
background-color css
<style>
a { background-color: #8E7704; }
a { background-color: rgb(142,119,4); }
div.DivClassName
{
background-color: #8E7704;
}
.BgClassName
{
background-color: #8E7704;
}
</style>
border-color css
<style>
span { border-color: #8E7704; }
span { border-color: rgb(142,119,4); }
td.TdClassName
{
border-color: #8E7704;
}
.TagClassName
{
border-color: #8E7704;
}
</style>