Shades of Olive #8B8E08
Tints of Olive #8B8E08
RGB
CMYK
RGB Variations
Color information
#8B8E08 (or 0x8B8E08) is known color: Olive. HEX triplet: 8B, 8E and 08. RGB value is (139,142,8). Sum of RGB (Red+Green+Blue) = 139+142+8=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8E08 is #7471F7. Grayscale: #7E7E7E. Windows color (decimal): -7631352 or 560779. OLE color: 560779.
HSL color Cylindrical-coordinate representation of color #8B8E08: hue angle of 61.34º 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 #8B8E08 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 8 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.44 |
| HSL | 61.34º | 0.89% | 0.29% | - |
| HSV(B) | 61.34º | 0.94% | 0.56% | - |
| XYZ | 20.36 | 24.85 | 3.95 | - |
| YUV | 125.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 8 | 0.02 | 0 | 0.94 | 0.44 | 61.34 | 0.89 | 0.29 |
| Hex | 8B | 8E | 8 | 2 | 0 | 5E | 2C | 3D | 59 | 1D |
| Octal | 213 | 216 | 10 | 2 | 0 | 136 | 54 | 75 | 131 | 35 |
| Binary | 10001011 | 10001110 | 1000 | 10 | 0 | 1011110 | 101100 | 111101 | 1011001 | 11101 |
Color Harmonies of #8B8E08
Complementary color
Monochromatic Colors of #8B8E08
Black with #8B8E08
Text Example
Text Example
White with #8B8E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E08; }
p { color: rgb(139,142,8); }
H1.HeaderClassName
{
color: #8B8E08;
}
.AnyTagClassName
{
color: #8B8E08;
}
</style>
background-color css
<style>
a { background-color: #8B8E08; }
a { background-color: rgb(139,142,8); }
div.DivClassName
{
background-color: #8B8E08;
}
.BgClassName
{
background-color: #8B8E08;
}
</style>
border-color css
<style>
span { border-color: #8B8E08; }
span { border-color: rgb(139,142,8); }
td.TdClassName
{
border-color: #8B8E08;
}
.TagClassName
{
border-color: #8B8E08;
}
</style>