Shades of Olive #8E8011
Tints of Olive #8E8011
RGB
CMYK
RGB Variations
Color information
#8E8011 (or 0x8E8011) is known color: Olive. HEX triplet: 8E, 80 and 11. RGB value is (142,128,17). Sum of RGB (Red+Green+Blue) = 142+128+17=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8011 is #717FEE. Grayscale: #777777. Windows color (decimal): -7438319 or 1147022. OLE color: 1147022.
HSL color Cylindrical-coordinate representation of color #8E8011: hue angle of 53.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E8011 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 17 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.44 |
| HSL | 53.28º | 0.79% | 0.31% | - |
| HSV(B) | 53.28º | 0.88% | 0.56% | - |
| XYZ | 18.98 | 21.23 | 3.63 | - |
| YUV | 119.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 17 | 0 | 0.10 | 0.88 | 0.44 | 53.28 | 0.79 | 0.31 |
| Hex | 8E | 80 | 11 | 0 | A | 58 | 2C | 35 | 4F | 1F |
| Octal | 216 | 200 | 21 | 0 | 12 | 130 | 54 | 65 | 117 | 37 |
| Binary | 10001110 | 10000000 | 10001 | 0 | 1010 | 1011000 | 101100 | 110101 | 1001111 | 11111 |
Color Harmonies of #8E8011
Complementary color
Monochromatic Colors of #8E8011
Black with #8E8011
Text Example
Text Example
White with #8E8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8011; }
p { color: rgb(142,128,17); }
H1.HeaderClassName
{
color: #8E8011;
}
.AnyTagClassName
{
color: #8E8011;
}
</style>
background-color css
<style>
a { background-color: #8E8011; }
a { background-color: rgb(142,128,17); }
div.DivClassName
{
background-color: #8E8011;
}
.BgClassName
{
background-color: #8E8011;
}
</style>
border-color css
<style>
span { border-color: #8E8011; }
span { border-color: rgb(142,128,17); }
td.TdClassName
{
border-color: #8E8011;
}
.TagClassName
{
border-color: #8E8011;
}
</style>