Shades of Olive #8E8010
Tints of Olive #8E8010
RGB
CMYK
RGB Variations
Color information
#8E8010 (or 0x8E8010) is known color: Olive. HEX triplet: 8E, 80 and 10. RGB value is (142,128,16). Sum of RGB (Red+Green+Blue) = 142+128+16=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8010 is #717FEF. Grayscale: #777777. Windows color (decimal): -7438320 or 1081486. OLE color: 1081486.
HSL color Cylindrical-coordinate representation of color #8E8010: hue angle of 53.33º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E8010 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.44 |
| HSL | 53.33º | 0.8% | 0.31% | - |
| HSV(B) | 53.33º | 0.89% | 0.56% | - |
| XYZ | 18.97 | 21.23 | 3.59 | - |
| YUV | 119.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 16 | 0 | 0.10 | 0.89 | 0.44 | 53.33 | 0.8 | 0.31 |
| Hex | 8E | 80 | 10 | 0 | A | 59 | 2C | 35 | 50 | 1F |
| Octal | 216 | 200 | 20 | 0 | 12 | 131 | 54 | 65 | 120 | 37 |
| Binary | 10001110 | 10000000 | 10000 | 0 | 1010 | 1011001 | 101100 | 110101 | 1010000 | 11111 |
Color Harmonies of #8E8010
Complementary color
Monochromatic Colors of #8E8010
Black with #8E8010
Text Example
Text Example
White with #8E8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8010; }
p { color: rgb(142,128,16); }
H1.HeaderClassName
{
color: #8E8010;
}
.AnyTagClassName
{
color: #8E8010;
}
</style>
background-color css
<style>
a { background-color: #8E8010; }
a { background-color: rgb(142,128,16); }
div.DivClassName
{
background-color: #8E8010;
}
.BgClassName
{
background-color: #8E8010;
}
</style>
border-color css
<style>
span { border-color: #8E8010; }
span { border-color: rgb(142,128,16); }
td.TdClassName
{
border-color: #8E8010;
}
.TagClassName
{
border-color: #8E8010;
}
</style>