Shades of Olive #858D01
Tints of Olive #858D01
RGB
CMYK
RGB Variations
Color information
#858D01 (or 0x858D01) is known color: Olive. HEX triplet: 85, 8D and 01. RGB value is (133,141,1). Sum of RGB (Red+Green+Blue) = 133+141+1=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #858D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D01 is #7A72FE. Grayscale: #7B7B7B. Windows color (decimal): -8024831 or 101765. OLE color: 101765.
HSL color Cylindrical-coordinate representation of color #858D01: hue angle of 63.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858D01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.45 |
| HSL | 63.43º | 0.99% | 0.28% | - |
| HSV(B) | 63.43º | 0.99% | 0.55% | - |
| XYZ | 19.2 | 24.04 | 3.66 | - |
| YUV | 122.65 | 59.35 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 1 | 0.06 | 0 | 0.99 | 0.45 | 63.43 | 0.99 | 0.28 |
| Hex | 85 | 8D | 1 | 6 | 0 | 63 | 2D | 3F | 63 | 1C |
| Octal | 205 | 215 | 1 | 6 | 0 | 143 | 55 | 77 | 143 | 34 |
| Binary | 10000101 | 10001101 | 1 | 110 | 0 | 1100011 | 101101 | 111111 | 1100011 | 11100 |
Color Harmonies of #858D01
Complementary color
Monochromatic Colors of #858D01
Black with #858D01
Text Example
Text Example
White with #858D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D01; }
p { color: rgb(133,141,1); }
H1.HeaderClassName
{
color: #858D01;
}
.AnyTagClassName
{
color: #858D01;
}
</style>
background-color css
<style>
a { background-color: #858D01; }
a { background-color: rgb(133,141,1); }
div.DivClassName
{
background-color: #858D01;
}
.BgClassName
{
background-color: #858D01;
}
</style>
border-color css
<style>
span { border-color: #858D01; }
span { border-color: rgb(133,141,1); }
td.TdClassName
{
border-color: #858D01;
}
.TagClassName
{
border-color: #858D01;
}
</style>