Shades of Olive #8E8B0E
Tints of Olive #8E8B0E
RGB
CMYK
RGB Variations
Color information
#8E8B0E (or 0x8E8B0E) is known color: Olive. HEX triplet: 8E, 8B and 0E. RGB value is (142,139,14). Sum of RGB (Red+Green+Blue) = 142+139+14=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8B0E is #7174F1. Grayscale: #7E7E7E. Windows color (decimal): -7435506 or 953230. OLE color: 953230.
HSL color Cylindrical-coordinate representation of color #8E8B0E: hue angle of 58.59º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E8B0E is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 14 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.44 |
| HSL | 58.59º | 0.82% | 0.31% | - |
| HSV(B) | 58.59º | 0.9% | 0.56% | - |
| XYZ | 20.47 | 24.25 | 4.02 | - |
| YUV | 125.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 14 | 0 | 0.02 | 0.90 | 0.44 | 58.59 | 0.82 | 0.31 |
| Hex | 8E | 8B | E | 0 | 2 | 5A | 2C | 3B | 52 | 1F |
| Octal | 216 | 213 | 16 | 0 | 2 | 132 | 54 | 73 | 122 | 37 |
| Binary | 10001110 | 10001011 | 1110 | 0 | 10 | 1011010 | 101100 | 111011 | 1010010 | 11111 |
Color Harmonies of #8E8B0E
Complementary color
Monochromatic Colors of #8E8B0E
Black with #8E8B0E
Text Example
Text Example
White with #8E8B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B0E; }
p { color: rgb(142,139,14); }
H1.HeaderClassName
{
color: #8E8B0E;
}
.AnyTagClassName
{
color: #8E8B0E;
}
</style>
background-color css
<style>
a { background-color: #8E8B0E; }
a { background-color: rgb(142,139,14); }
div.DivClassName
{
background-color: #8E8B0E;
}
.BgClassName
{
background-color: #8E8B0E;
}
</style>
border-color css
<style>
span { border-color: #8E8B0E; }
span { border-color: rgb(142,139,14); }
td.TdClassName
{
border-color: #8E8B0E;
}
.TagClassName
{
border-color: #8E8B0E;
}
</style>