Shades of Olive #85890B
Tints of Olive #85890B
RGB
CMYK
RGB Variations
Color information
#85890B (or 0x85890B) is known color: Olive. HEX triplet: 85, 89 and 0B. RGB value is (133,137,11). Sum of RGB (Red+Green+Blue) = 133+137+11=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #85890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890B is #7A76F4. Grayscale: #797979. Windows color (decimal): -8025845 or 756101. OLE color: 756101.
HSL color Cylindrical-coordinate representation of color #85890B: hue angle of 61.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85890B is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 11 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.46 |
| HSL | 61.9º | 0.85% | 0.29% | - |
| HSV(B) | 61.9º | 0.92% | 0.54% | - |
| XYZ | 18.68 | 22.9 | 3.75 | - |
| YUV | 121.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 11 | 0.03 | 0 | 0.92 | 0.46 | 61.9 | 0.85 | 0.29 |
| Hex | 85 | 89 | B | 3 | 0 | 5C | 2E | 3E | 55 | 1D |
| Octal | 205 | 211 | 13 | 3 | 0 | 134 | 56 | 76 | 125 | 35 |
| Binary | 10000101 | 10001001 | 1011 | 11 | 0 | 1011100 | 101110 | 111110 | 1010101 | 11101 |
Color Harmonies of #85890B
Complementary color
Monochromatic Colors of #85890B
Black with #85890B
Text Example
Text Example
White with #85890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85890B; }
p { color: rgb(133,137,11); }
H1.HeaderClassName
{
color: #85890B;
}
.AnyTagClassName
{
color: #85890B;
}
</style>
background-color css
<style>
a { background-color: #85890B; }
a { background-color: rgb(133,137,11); }
div.DivClassName
{
background-color: #85890B;
}
.BgClassName
{
background-color: #85890B;
}
</style>
border-color css
<style>
span { border-color: #85890B; }
span { border-color: rgb(133,137,11); }
td.TdClassName
{
border-color: #85890B;
}
.TagClassName
{
border-color: #85890B;
}
</style>