Shades of Olive #8E7604
Tints of Olive #8E7604
RGB
CMYK
RGB Variations
Color information
#8E7604 (or 0x8E7604) is known color: Olive. HEX triplet: 8E, 76 and 04. RGB value is (142,118,4). Sum of RGB (Red+Green+Blue) = 142+118+4=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7604 is #7189FB. Grayscale: #707070. Windows color (decimal): -7440892 or 292494. OLE color: 292494.
HSL color Cylindrical-coordinate representation of color #8E7604: hue angle of 49.57º 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 #8E7604 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 4 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.44 |
| HSL | 49.57º | 0.95% | 0.29% | - |
| HSV(B) | 49.57º | 0.97% | 0.56% | - |
| XYZ | 17.66 | 18.72 | 2.8 | - |
| YUV | 112.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 4 | 0 | 0.17 | 0.97 | 0.44 | 49.57 | 0.95 | 0.29 |
| Hex | 8E | 76 | 4 | 0 | 11 | 61 | 2C | 32 | 5F | 1D |
| Octal | 216 | 166 | 4 | 0 | 21 | 141 | 54 | 62 | 137 | 35 |
| Binary | 10001110 | 1110110 | 100 | 0 | 10001 | 1100001 | 101100 | 110010 | 1011111 | 11101 |
Color Harmonies of #8E7604
Complementary color
Monochromatic Colors of #8E7604
Black with #8E7604
Text Example
Text Example
White with #8E7604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7604; }
p { color: rgb(142,118,4); }
H1.HeaderClassName
{
color: #8E7604;
}
.AnyTagClassName
{
color: #8E7604;
}
</style>
background-color css
<style>
a { background-color: #8E7604; }
a { background-color: rgb(142,118,4); }
div.DivClassName
{
background-color: #8E7604;
}
.BgClassName
{
background-color: #8E7604;
}
</style>
border-color css
<style>
span { border-color: #8E7604; }
span { border-color: rgb(142,118,4); }
td.TdClassName
{
border-color: #8E7604;
}
.TagClassName
{
border-color: #8E7604;
}
</style>