Shades of Olive #85890E
Tints of Olive #85890E
RGB
CMYK
RGB Variations
Color information
#85890E (or 0x85890E) is known color: Olive. HEX triplet: 85, 89 and 0E. RGB value is (133,137,14). Sum of RGB (Red+Green+Blue) = 133+137+14=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #85890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85890E is #7A76F1. Grayscale: #7A7A7A. Windows color (decimal): -8025842 or 952709. OLE color: 952709.
HSL color Cylindrical-coordinate representation of color #85890E: hue angle of 61.95º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85890E is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 14 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.46 |
| HSL | 61.95º | 0.81% | 0.3% | - |
| HSV(B) | 61.95º | 0.9% | 0.54% | - |
| XYZ | 18.7 | 22.91 | 3.85 | - |
| YUV | 121.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 14 | 0.03 | 0 | 0.90 | 0.46 | 61.95 | 0.81 | 0.3 |
| Hex | 85 | 89 | E | 3 | 0 | 5A | 2E | 3E | 51 | 1E |
| Octal | 205 | 211 | 16 | 3 | 0 | 132 | 56 | 76 | 121 | 36 |
| Binary | 10000101 | 10001001 | 1110 | 11 | 0 | 1011010 | 101110 | 111110 | 1010001 | 11110 |
Color Harmonies of #85890E
Complementary color
Monochromatic Colors of #85890E
Black with #85890E
Text Example
Text Example
White with #85890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85890E; }
p { color: rgb(133,137,14); }
H1.HeaderClassName
{
color: #85890E;
}
.AnyTagClassName
{
color: #85890E;
}
</style>
background-color css
<style>
a { background-color: #85890E; }
a { background-color: rgb(133,137,14); }
div.DivClassName
{
background-color: #85890E;
}
.BgClassName
{
background-color: #85890E;
}
</style>
border-color css
<style>
span { border-color: #85890E; }
span { border-color: rgb(133,137,14); }
td.TdClassName
{
border-color: #85890E;
}
.TagClassName
{
border-color: #85890E;
}
</style>