Shades of Olive #8E800A
Tints of Olive #8E800A
RGB
CMYK
RGB Variations
Color information
#8E800A (or 0x8E800A) is known color: Olive. HEX triplet: 8E, 80 and 0A. RGB value is (142,128,10). Sum of RGB (Red+Green+Blue) = 142+128+10=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E800A is #717FF5. Grayscale: #777777. Windows color (decimal): -7438326 or 688270. OLE color: 688270.
HSL color Cylindrical-coordinate representation of color #8E800A: hue angle of 53.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E800A is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 10 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.44 |
| HSL | 53.64º | 0.87% | 0.3% | - |
| HSV(B) | 53.64º | 0.93% | 0.56% | - |
| XYZ | 18.93 | 21.21 | 3.38 | - |
| YUV | 118.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 10 | 0 | 0.10 | 0.93 | 0.44 | 53.64 | 0.87 | 0.3 |
| Hex | 8E | 80 | A | 0 | A | 5D | 2C | 36 | 57 | 1E |
| Octal | 216 | 200 | 12 | 0 | 12 | 135 | 54 | 66 | 127 | 36 |
| Binary | 10001110 | 10000000 | 1010 | 0 | 1010 | 1011101 | 101100 | 110110 | 1010111 | 11110 |
Color Harmonies of #8E800A
Complementary color
Monochromatic Colors of #8E800A
Black with #8E800A
Text Example
Text Example
White with #8E800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E800A; }
p { color: rgb(142,128,10); }
H1.HeaderClassName
{
color: #8E800A;
}
.AnyTagClassName
{
color: #8E800A;
}
</style>
background-color css
<style>
a { background-color: #8E800A; }
a { background-color: rgb(142,128,10); }
div.DivClassName
{
background-color: #8E800A;
}
.BgClassName
{
background-color: #8E800A;
}
</style>
border-color css
<style>
span { border-color: #8E800A; }
span { border-color: rgb(142,128,10); }
td.TdClassName
{
border-color: #8E800A;
}
.TagClassName
{
border-color: #8E800A;
}
</style>