Shades of Olive #858E08
Tints of Olive #858E08
RGB
CMYK
RGB Variations
Color information
#858E08 (or 0x858E08) is known color: Olive. HEX triplet: 85, 8E and 08. RGB value is (133,142,8). Sum of RGB (Red+Green+Blue) = 133+142+8=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #858E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E08 is #7A71F7. Grayscale: #7C7C7C. Windows color (decimal): -8024568 or 560773. OLE color: 560773.
HSL color Cylindrical-coordinate representation of color #858E08: hue angle of 64.03º 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 #858E08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.44 |
| HSL | 64.03º | 0.89% | 0.29% | - |
| HSV(B) | 64.03º | 0.94% | 0.56% | - |
| XYZ | 19.39 | 24.35 | 3.91 | - |
| YUV | 124.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 8 | 0.06 | 0 | 0.94 | 0.44 | 64.03 | 0.89 | 0.29 |
| Hex | 85 | 8E | 8 | 6 | 0 | 5E | 2C | 40 | 59 | 1D |
| Octal | 205 | 216 | 10 | 6 | 0 | 136 | 54 | 100 | 131 | 35 |
| Binary | 10000101 | 10001110 | 1000 | 110 | 0 | 1011110 | 101100 | 1000000 | 1011001 | 11101 |
Color Harmonies of #858E08
Complementary color
Monochromatic Colors of #858E08
Black with #858E08
Text Example
Text Example
White with #858E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E08; }
p { color: rgb(133,142,8); }
H1.HeaderClassName
{
color: #858E08;
}
.AnyTagClassName
{
color: #858E08;
}
</style>
background-color css
<style>
a { background-color: #858E08; }
a { background-color: rgb(133,142,8); }
div.DivClassName
{
background-color: #858E08;
}
.BgClassName
{
background-color: #858E08;
}
</style>
border-color css
<style>
span { border-color: #858E08; }
span { border-color: rgb(133,142,8); }
td.TdClassName
{
border-color: #858E08;
}
.TagClassName
{
border-color: #858E08;
}
</style>