Shades of Olive #858B01
Tints of Olive #858B01
RGB
CMYK
RGB Variations
Color information
#858B01 (or 0x858B01) is known color: Olive. HEX triplet: 85, 8B and 01. RGB value is (133,139,1). Sum of RGB (Red+Green+Blue) = 133+139+1=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #858B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B01 is #7A74FE. Grayscale: #7A7A7A. Windows color (decimal): -8025343 or 101253. OLE color: 101253.
HSL color Cylindrical-coordinate representation of color #858B01: hue angle of 62.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858B01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.45 |
| HSL | 62.61º | 0.99% | 0.27% | - |
| HSV(B) | 62.61º | 0.99% | 0.55% | - |
| XYZ | 18.91 | 23.45 | 3.56 | - |
| YUV | 121.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 1 | 0.04 | 0 | 0.99 | 0.45 | 62.61 | 0.99 | 0.27 |
| Hex | 85 | 8B | 1 | 4 | 0 | 63 | 2D | 3F | 63 | 1B |
| Octal | 205 | 213 | 1 | 4 | 0 | 143 | 55 | 77 | 143 | 33 |
| Binary | 10000101 | 10001011 | 1 | 100 | 0 | 1100011 | 101101 | 111111 | 1100011 | 11011 |
Color Harmonies of #858B01
Complementary color
Monochromatic Colors of #858B01
Black with #858B01
Text Example
Text Example
White with #858B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B01; }
p { color: rgb(133,139,1); }
H1.HeaderClassName
{
color: #858B01;
}
.AnyTagClassName
{
color: #858B01;
}
</style>
background-color css
<style>
a { background-color: #858B01; }
a { background-color: rgb(133,139,1); }
div.DivClassName
{
background-color: #858B01;
}
.BgClassName
{
background-color: #858B01;
}
</style>
border-color css
<style>
span { border-color: #858B01; }
span { border-color: rgb(133,139,1); }
td.TdClassName
{
border-color: #858B01;
}
.TagClassName
{
border-color: #858B01;
}
</style>