Shades of Olive #858D03
Tints of Olive #858D03
RGB
CMYK
RGB Variations
Color information
#858D03 (or 0x858D03) is known color: Olive. HEX triplet: 85, 8D and 03. RGB value is (133,141,3). Sum of RGB (Red+Green+Blue) = 133+141+3=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #858D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D03 is #7A72FC. Grayscale: #7B7B7B. Windows color (decimal): -8024829 or 232837. OLE color: 232837.
HSL color Cylindrical-coordinate representation of color #858D03: hue angle of 63.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #858D03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.45 |
| HSL | 63.48º | 0.96% | 0.28% | - |
| HSV(B) | 63.48º | 0.98% | 0.55% | - |
| XYZ | 19.21 | 24.04 | 3.71 | - |
| YUV | 122.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 3 | 0.06 | 0 | 0.98 | 0.45 | 63.48 | 0.96 | 0.28 |
| Hex | 85 | 8D | 3 | 6 | 0 | 62 | 2D | 3F | 60 | 1C |
| Octal | 205 | 215 | 3 | 6 | 0 | 142 | 55 | 77 | 140 | 34 |
| Binary | 10000101 | 10001101 | 11 | 110 | 0 | 1100010 | 101101 | 111111 | 1100000 | 11100 |
Color Harmonies of #858D03
Complementary color
Monochromatic Colors of #858D03
Black with #858D03
Text Example
Text Example
White with #858D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D03; }
p { color: rgb(133,141,3); }
H1.HeaderClassName
{
color: #858D03;
}
.AnyTagClassName
{
color: #858D03;
}
</style>
background-color css
<style>
a { background-color: #858D03; }
a { background-color: rgb(133,141,3); }
div.DivClassName
{
background-color: #858D03;
}
.BgClassName
{
background-color: #858D03;
}
</style>
border-color css
<style>
span { border-color: #858D03; }
span { border-color: rgb(133,141,3); }
td.TdClassName
{
border-color: #858D03;
}
.TagClassName
{
border-color: #858D03;
}
</style>