Shades of Olive #8E8A02
Tints of Olive #8E8A02
RGB
CMYK
RGB Variations
Color information
#8E8A02 (or 0x8E8A02) is known color: Olive. HEX triplet: 8E, 8A and 02. RGB value is (142,138,2). Sum of RGB (Red+Green+Blue) = 142+138+2=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8A02 is #7175FD. Grayscale: #7C7C7C. Windows color (decimal): -7435774 or 166542. OLE color: 166542.
HSL color Cylindrical-coordinate representation of color #8E8A02: hue angle of 58.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E8A02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.44 |
| HSL | 58.29º | 0.97% | 0.28% | - |
| HSV(B) | 58.29º | 0.99% | 0.56% | - |
| XYZ | 20.25 | 23.93 | 3.61 | - |
| YUV | 123.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 2 | 0 | 0.03 | 0.99 | 0.44 | 58.29 | 0.97 | 0.28 |
| Hex | 8E | 8A | 2 | 0 | 3 | 63 | 2C | 3A | 61 | 1C |
| Octal | 216 | 212 | 2 | 0 | 3 | 143 | 54 | 72 | 141 | 34 |
| Binary | 10001110 | 10001010 | 10 | 0 | 11 | 1100011 | 101100 | 111010 | 1100001 | 11100 |
Color Harmonies of #8E8A02
Complementary color
Monochromatic Colors of #8E8A02
Black with #8E8A02
Text Example
Text Example
White with #8E8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A02; }
p { color: rgb(142,138,2); }
H1.HeaderClassName
{
color: #8E8A02;
}
.AnyTagClassName
{
color: #8E8A02;
}
</style>
background-color css
<style>
a { background-color: #8E8A02; }
a { background-color: rgb(142,138,2); }
div.DivClassName
{
background-color: #8E8A02;
}
.BgClassName
{
background-color: #8E8A02;
}
</style>
border-color css
<style>
span { border-color: #8E8A02; }
span { border-color: rgb(142,138,2); }
td.TdClassName
{
border-color: #8E8A02;
}
.TagClassName
{
border-color: #8E8A02;
}
</style>