Shades of Olive #85850E
Tints of Olive #85850E
RGB
CMYK
RGB Variations
Color information
#85850E (or 0x85850E) is known color: Olive. HEX triplet: 85, 85 and 0E. RGB value is (133,133,14). Sum of RGB (Red+Green+Blue) = 133+133+14=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85850E is #7A7AF1. Grayscale: #777777. Windows color (decimal): -8026866 or 951685. OLE color: 951685.
HSL color Cylindrical-coordinate representation of color #85850E: hue angle of 60º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85850E is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 14 | - |
| CMYK | 0 | 0 | 0.89 | 0.48 |
| HSL | 60º | 0.81% | 0.29% | - |
| HSV(B) | 60º | 0.89% | 0.52% | - |
| XYZ | 18.14 | 21.79 | 3.67 | - |
| YUV | 119.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 14 | 0 | 0 | 0.89 | 0.48 | 60 | 0.81 | 0.29 |
| Hex | 85 | 85 | E | 0 | 0 | 59 | 30 | 3C | 51 | 1D |
| Octal | 205 | 205 | 16 | 0 | 0 | 131 | 60 | 74 | 121 | 35 |
| Binary | 10000101 | 10000101 | 1110 | 0 | 0 | 1011001 | 110000 | 111100 | 1010001 | 11101 |
Color Harmonies of #85850E
Complementary color
Monochromatic Colors of #85850E
Black with #85850E
Text Example
Text Example
White with #85850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85850E; }
p { color: rgb(133,133,14); }
H1.HeaderClassName
{
color: #85850E;
}
.AnyTagClassName
{
color: #85850E;
}
</style>
background-color css
<style>
a { background-color: #85850E; }
a { background-color: rgb(133,133,14); }
div.DivClassName
{
background-color: #85850E;
}
.BgClassName
{
background-color: #85850E;
}
</style>
border-color css
<style>
span { border-color: #85850E; }
span { border-color: rgb(133,133,14); }
td.TdClassName
{
border-color: #85850E;
}
.TagClassName
{
border-color: #85850E;
}
</style>