Shades of Olive #858E04
Tints of Olive #858E04
RGB
CMYK
RGB Variations
Color information
#858E04 (or 0x858E04) is known color: Olive. HEX triplet: 85, 8E and 04. RGB value is (133,142,4). Sum of RGB (Red+Green+Blue) = 133+142+4=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #858E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E04 is #7A71FB. Grayscale: #7C7C7C. Windows color (decimal): -8024572 or 298629. OLE color: 298629.
HSL color Cylindrical-coordinate representation of color #858E04: hue angle of 63.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #858E04 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 4 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.44 |
| HSL | 63.91º | 0.95% | 0.29% | - |
| HSV(B) | 63.91º | 0.97% | 0.56% | - |
| XYZ | 19.37 | 24.34 | 3.79 | - |
| YUV | 123.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 4 | 0.06 | 0 | 0.97 | 0.44 | 63.91 | 0.95 | 0.29 |
| Hex | 85 | 8E | 4 | 6 | 0 | 61 | 2C | 40 | 5F | 1D |
| Octal | 205 | 216 | 4 | 6 | 0 | 141 | 54 | 100 | 137 | 35 |
| Binary | 10000101 | 10001110 | 100 | 110 | 0 | 1100001 | 101100 | 1000000 | 1011111 | 11101 |
Color Harmonies of #858E04
Complementary color
Monochromatic Colors of #858E04
Black with #858E04
Text Example
Text Example
White with #858E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E04; }
p { color: rgb(133,142,4); }
H1.HeaderClassName
{
color: #858E04;
}
.AnyTagClassName
{
color: #858E04;
}
</style>
background-color css
<style>
a { background-color: #858E04; }
a { background-color: rgb(133,142,4); }
div.DivClassName
{
background-color: #858E04;
}
.BgClassName
{
background-color: #858E04;
}
</style>
border-color css
<style>
span { border-color: #858E04; }
span { border-color: rgb(133,142,4); }
td.TdClassName
{
border-color: #858E04;
}
.TagClassName
{
border-color: #858E04;
}
</style>