Shades of Olive #858B11
Tints of Olive #858B11
RGB
CMYK
RGB Variations
Color information
#858B11 (or 0x858B11) is known color: Olive. HEX triplet: 85, 8B and 11. RGB value is (133,139,17). Sum of RGB (Red+Green+Blue) = 133+139+17=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #858B11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B11 is #7A74EE. Grayscale: #7B7B7B. Windows color (decimal): -8025327 or 1149829. OLE color: 1149829.
HSL color Cylindrical-coordinate representation of color #858B11: hue angle of 62.95º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #858B11 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 17 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.45 |
| HSL | 62.95º | 0.78% | 0.31% | - |
| HSV(B) | 62.95º | 0.88% | 0.55% | - |
| XYZ | 19.01 | 23.49 | 4.06 | - |
| YUV | 123.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 17 | 0.04 | 0 | 0.88 | 0.45 | 62.95 | 0.78 | 0.31 |
| Hex | 85 | 8B | 11 | 4 | 0 | 58 | 2D | 3F | 4E | 1F |
| Octal | 205 | 213 | 21 | 4 | 0 | 130 | 55 | 77 | 116 | 37 |
| Binary | 10000101 | 10001011 | 10001 | 100 | 0 | 1011000 | 101101 | 111111 | 1001110 | 11111 |
Color Harmonies of #858B11
Complementary color
Monochromatic Colors of #858B11
Black with #858B11
Text Example
Text Example
White with #858B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B11; }
p { color: rgb(133,139,17); }
H1.HeaderClassName
{
color: #858B11;
}
.AnyTagClassName
{
color: #858B11;
}
</style>
background-color css
<style>
a { background-color: #858B11; }
a { background-color: rgb(133,139,17); }
div.DivClassName
{
background-color: #858B11;
}
.BgClassName
{
background-color: #858B11;
}
</style>
border-color css
<style>
span { border-color: #858B11; }
span { border-color: rgb(133,139,17); }
td.TdClassName
{
border-color: #858B11;
}
.TagClassName
{
border-color: #858B11;
}
</style>