Shades of Olive #858D04
Tints of Olive #858D04
RGB
CMYK
RGB Variations
Color information
#858D04 (or 0x858D04) is known color: Olive. HEX triplet: 85, 8D and 04. RGB value is (133,141,4). Sum of RGB (Red+Green+Blue) = 133+141+4=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #858D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D04 is #7A72FB. Grayscale: #7B7B7B. Windows color (decimal): -8024828 or 298373. OLE color: 298373.
HSL color Cylindrical-coordinate representation of color #858D04: hue angle of 63.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #858D04 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 4 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.45 |
| HSL | 63.5º | 0.94% | 0.28% | - |
| HSV(B) | 63.5º | 0.97% | 0.55% | - |
| XYZ | 19.22 | 24.05 | 3.74 | - |
| YUV | 122.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 4 | 0.06 | 0 | 0.97 | 0.45 | 63.5 | 0.94 | 0.28 |
| Hex | 85 | 8D | 4 | 6 | 0 | 61 | 2D | 40 | 5E | 1C |
| Octal | 205 | 215 | 4 | 6 | 0 | 141 | 55 | 100 | 136 | 34 |
| Binary | 10000101 | 10001101 | 100 | 110 | 0 | 1100001 | 101101 | 1000000 | 1011110 | 11100 |
Color Harmonies of #858D04
Complementary color
Monochromatic Colors of #858D04
Black with #858D04
Text Example
Text Example
White with #858D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D04; }
p { color: rgb(133,141,4); }
H1.HeaderClassName
{
color: #858D04;
}
.AnyTagClassName
{
color: #858D04;
}
</style>
background-color css
<style>
a { background-color: #858D04; }
a { background-color: rgb(133,141,4); }
div.DivClassName
{
background-color: #858D04;
}
.BgClassName
{
background-color: #858D04;
}
</style>
border-color css
<style>
span { border-color: #858D04; }
span { border-color: rgb(133,141,4); }
td.TdClassName
{
border-color: #858D04;
}
.TagClassName
{
border-color: #858D04;
}
</style>