Shades of Olive #858E0E
Tints of Olive #858E0E
RGB
CMYK
RGB Variations
Color information
#858E0E (or 0x858E0E) is known color: Olive. HEX triplet: 85, 8E and 0E. RGB value is (133,142,14). Sum of RGB (Red+Green+Blue) = 133+142+14=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #858E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E0E is #7A71F1. Grayscale: #7D7D7D. Windows color (decimal): -8024562 or 953989. OLE color: 953989.
HSL color Cylindrical-coordinate representation of color #858E0E: hue angle of 64.22º 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 #858E0E is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 14 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.44 |
| HSL | 64.22º | 0.82% | 0.31% | - |
| HSV(B) | 64.22º | 0.9% | 0.56% | - |
| XYZ | 19.43 | 24.36 | 4.09 | - |
| YUV | 124.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 14 | 0.06 | 0 | 0.90 | 0.44 | 64.22 | 0.82 | 0.31 |
| Hex | 85 | 8E | E | 6 | 0 | 5A | 2C | 40 | 52 | 1F |
| Octal | 205 | 216 | 16 | 6 | 0 | 132 | 54 | 100 | 122 | 37 |
| Binary | 10000101 | 10001110 | 1110 | 110 | 0 | 1011010 | 101100 | 1000000 | 1010010 | 11111 |
Color Harmonies of #858E0E
Complementary color
Monochromatic Colors of #858E0E
Black with #858E0E
Text Example
Text Example
White with #858E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E0E; }
p { color: rgb(133,142,14); }
H1.HeaderClassName
{
color: #858E0E;
}
.AnyTagClassName
{
color: #858E0E;
}
</style>
background-color css
<style>
a { background-color: #858E0E; }
a { background-color: rgb(133,142,14); }
div.DivClassName
{
background-color: #858E0E;
}
.BgClassName
{
background-color: #858E0E;
}
</style>
border-color css
<style>
span { border-color: #858E0E; }
span { border-color: rgb(133,142,14); }
td.TdClassName
{
border-color: #858E0E;
}
.TagClassName
{
border-color: #858E0E;
}
</style>