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