Shades of Olive #8E8E04
Tints of Olive #8E8E04
RGB
CMYK
RGB Variations
Color information
#8E8E04 (or 0x8E8E04) is known color: Olive. HEX triplet: 8E, 8E and 04. RGB value is (142,142,4). Sum of RGB (Red+Green+Blue) = 142+142+4=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8E04 is #7171FB. Grayscale: #7E7E7E. Windows color (decimal): -7434748 or 298638. OLE color: 298638.
HSL color Cylindrical-coordinate representation of color #8E8E04: hue angle of 60º 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 #8E8E04 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 142 | 4 | - |
| CMYK | 0 | 0 | 0.97 | 0.44 |
| HSL | 60º | 0.95% | 0.29% | - |
| HSV(B) | 60º | 0.97% | 0.56% | - |
| XYZ | 20.85 | 25.11 | 3.86 | - |
| YUV | 126.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 4 | 0 | 0 | 0.97 | 0.44 | 60 | 0.95 | 0.29 |
| Hex | 8E | 8E | 4 | 0 | 0 | 61 | 2C | 3C | 5F | 1D |
| Octal | 216 | 216 | 4 | 0 | 0 | 141 | 54 | 74 | 137 | 35 |
| Binary | 10001110 | 10001110 | 100 | 0 | 0 | 1100001 | 101100 | 111100 | 1011111 | 11101 |
Color Harmonies of #8E8E04
Complementary color
Monochromatic Colors of #8E8E04
Black with #8E8E04
Text Example
Text Example
White with #8E8E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8E04; }
p { color: rgb(142,142,4); }
H1.HeaderClassName
{
color: #8E8E04;
}
.AnyTagClassName
{
color: #8E8E04;
}
</style>
background-color css
<style>
a { background-color: #8E8E04; }
a { background-color: rgb(142,142,4); }
div.DivClassName
{
background-color: #8E8E04;
}
.BgClassName
{
background-color: #8E8E04;
}
</style>
border-color css
<style>
span { border-color: #8E8E04; }
span { border-color: rgb(142,142,4); }
td.TdClassName
{
border-color: #8E8E04;
}
.TagClassName
{
border-color: #8E8E04;
}
</style>