Shades of Olive #858B0B
Tints of Olive #858B0B
RGB
CMYK
RGB Variations
Color information
#858B0B (or 0x858B0B) is known color: Olive. HEX triplet: 85, 8B and 0B. RGB value is (133,139,11). Sum of RGB (Red+Green+Blue) = 133+139+11=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #858B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B0B is #7A74F4. Grayscale: #7B7B7B. Windows color (decimal): -8025333 or 756613. OLE color: 756613.
HSL color Cylindrical-coordinate representation of color #858B0B: hue angle of 62.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #858B0B is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 11 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.45 |
| HSL | 62.81º | 0.85% | 0.29% | - |
| HSV(B) | 62.81º | 0.92% | 0.55% | - |
| XYZ | 18.97 | 23.48 | 3.85 | - |
| YUV | 122.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 11 | 0.04 | 0 | 0.92 | 0.45 | 62.81 | 0.85 | 0.29 |
| Hex | 85 | 8B | B | 4 | 0 | 5C | 2D | 3F | 55 | 1D |
| Octal | 205 | 213 | 13 | 4 | 0 | 134 | 55 | 77 | 125 | 35 |
| Binary | 10000101 | 10001011 | 1011 | 100 | 0 | 1011100 | 101101 | 111111 | 1010101 | 11101 |
Color Harmonies of #858B0B
Complementary color
Monochromatic Colors of #858B0B
Black with #858B0B
Text Example
Text Example
White with #858B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B0B; }
p { color: rgb(133,139,11); }
H1.HeaderClassName
{
color: #858B0B;
}
.AnyTagClassName
{
color: #858B0B;
}
</style>
background-color css
<style>
a { background-color: #858B0B; }
a { background-color: rgb(133,139,11); }
div.DivClassName
{
background-color: #858B0B;
}
.BgClassName
{
background-color: #858B0B;
}
</style>
border-color css
<style>
span { border-color: #858B0B; }
span { border-color: rgb(133,139,11); }
td.TdClassName
{
border-color: #858B0B;
}
.TagClassName
{
border-color: #858B0B;
}
</style>