Shades of Olive #858D05
Tints of Olive #858D05
RGB
CMYK
RGB Variations
Color information
#858D05 (or 0x858D05) is known color: Olive. HEX triplet: 85, 8D and 05. RGB value is (133,141,5). Sum of RGB (Red+Green+Blue) = 133+141+5=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #858D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D05 is #7A72FA. Grayscale: #7B7B7B. Windows color (decimal): -8024827 or 363909. OLE color: 363909.
HSL color Cylindrical-coordinate representation of color #858D05: hue angle of 63.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #858D05 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 5 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.45 |
| HSL | 63.53º | 0.93% | 0.29% | - |
| HSV(B) | 63.53º | 0.96% | 0.55% | - |
| XYZ | 19.23 | 24.05 | 3.77 | - |
| YUV | 123.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 5 | 0.06 | 0 | 0.96 | 0.45 | 63.53 | 0.93 | 0.29 |
| Hex | 85 | 8D | 5 | 6 | 0 | 60 | 2D | 40 | 5D | 1D |
| Octal | 205 | 215 | 5 | 6 | 0 | 140 | 55 | 100 | 135 | 35 |
| Binary | 10000101 | 10001101 | 101 | 110 | 0 | 1100000 | 101101 | 1000000 | 1011101 | 11101 |
Color Harmonies of #858D05
Complementary color
Monochromatic Colors of #858D05
Black with #858D05
Text Example
Text Example
White with #858D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D05; }
p { color: rgb(133,141,5); }
H1.HeaderClassName
{
color: #858D05;
}
.AnyTagClassName
{
color: #858D05;
}
</style>
background-color css
<style>
a { background-color: #858D05; }
a { background-color: rgb(133,141,5); }
div.DivClassName
{
background-color: #858D05;
}
.BgClassName
{
background-color: #858D05;
}
</style>
border-color css
<style>
span { border-color: #858D05; }
span { border-color: rgb(133,141,5); }
td.TdClassName
{
border-color: #858D05;
}
.TagClassName
{
border-color: #858D05;
}
</style>