Shades of Olive #8E8B08
Tints of Olive #8E8B08
RGB
CMYK
RGB Variations
Color information
#8E8B08 (or 0x8E8B08) is known color: Olive. HEX triplet: 8E, 8B and 08. RGB value is (142,139,8). Sum of RGB (Red+Green+Blue) = 142+139+8=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8B08 is #7174F7. Grayscale: #7D7D7D. Windows color (decimal): -7435512 or 560014. OLE color: 560014.
HSL color Cylindrical-coordinate representation of color #8E8B08: hue angle of 58.66º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E8B08 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 139 | 8 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.44 |
| HSL | 58.66º | 0.89% | 0.29% | - |
| HSV(B) | 58.66º | 0.94% | 0.56% | - |
| XYZ | 20.43 | 24.23 | 3.83 | - |
| YUV | 124.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 8 | 0 | 0.02 | 0.94 | 0.44 | 58.66 | 0.89 | 0.29 |
| Hex | 8E | 8B | 8 | 0 | 2 | 5E | 2C | 3B | 59 | 1D |
| Octal | 216 | 213 | 10 | 0 | 2 | 136 | 54 | 73 | 131 | 35 |
| Binary | 10001110 | 10001011 | 1000 | 0 | 10 | 1011110 | 101100 | 111011 | 1011001 | 11101 |
Color Harmonies of #8E8B08
Complementary color
Monochromatic Colors of #8E8B08
Black with #8E8B08
Text Example
Text Example
White with #8E8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8B08; }
p { color: rgb(142,139,8); }
H1.HeaderClassName
{
color: #8E8B08;
}
.AnyTagClassName
{
color: #8E8B08;
}
</style>
background-color css
<style>
a { background-color: #8E8B08; }
a { background-color: rgb(142,139,8); }
div.DivClassName
{
background-color: #8E8B08;
}
.BgClassName
{
background-color: #8E8B08;
}
</style>
border-color css
<style>
span { border-color: #8E8B08; }
span { border-color: rgb(142,139,8); }
td.TdClassName
{
border-color: #8E8B08;
}
.TagClassName
{
border-color: #8E8B08;
}
</style>