Shades of Olive #858B02
Tints of Olive #858B02
RGB
CMYK
RGB Variations
Color information
#858B02 (or 0x858B02) is known color: Olive. HEX triplet: 85, 8B and 02. RGB value is (133,139,2). Sum of RGB (Red+Green+Blue) = 133+139+2=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #858B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B02 is #7A74FD. Grayscale: #7A7A7A. Windows color (decimal): -8025342 or 166789. OLE color: 166789.
HSL color Cylindrical-coordinate representation of color #858B02: hue angle of 62.63º degrees, saturation: 0.97, 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 #858B02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.45 |
| HSL | 62.63º | 0.97% | 0.28% | - |
| HSV(B) | 62.63º | 0.99% | 0.55% | - |
| XYZ | 18.92 | 23.46 | 3.59 | - |
| YUV | 121.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 2 | 0.04 | 0 | 0.99 | 0.45 | 62.63 | 0.97 | 0.28 |
| Hex | 85 | 8B | 2 | 4 | 0 | 63 | 2D | 3F | 61 | 1C |
| Octal | 205 | 213 | 2 | 4 | 0 | 143 | 55 | 77 | 141 | 34 |
| Binary | 10000101 | 10001011 | 10 | 100 | 0 | 1100011 | 101101 | 111111 | 1100001 | 11100 |
Color Harmonies of #858B02
Complementary color
Monochromatic Colors of #858B02
Black with #858B02
Text Example
Text Example
White with #858B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B02; }
p { color: rgb(133,139,2); }
H1.HeaderClassName
{
color: #858B02;
}
.AnyTagClassName
{
color: #858B02;
}
</style>
background-color css
<style>
a { background-color: #858B02; }
a { background-color: rgb(133,139,2); }
div.DivClassName
{
background-color: #858B02;
}
.BgClassName
{
background-color: #858B02;
}
</style>
border-color css
<style>
span { border-color: #858B02; }
span { border-color: rgb(133,139,2); }
td.TdClassName
{
border-color: #858B02;
}
.TagClassName
{
border-color: #858B02;
}
</style>