Shades of Olive #85820E
Tints of Olive #85820E
RGB
CMYK
RGB Variations
Color information
#85820E (or 0x85820E) is known color: Olive. HEX triplet: 85, 82 and 0E. RGB value is (133,130,14). Sum of RGB (Red+Green+Blue) = 133+130+14=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85820E is #7A7DF1. Grayscale: #767676. Windows color (decimal): -8027634 or 950917. OLE color: 950917.
HSL color Cylindrical-coordinate representation of color #85820E: hue angle of 58.49º 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 #85820E is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 14 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.48 |
| HSL | 58.49º | 0.81% | 0.29% | - |
| HSV(B) | 58.49º | 0.89% | 0.52% | - |
| XYZ | 17.73 | 20.98 | 3.53 | - |
| YUV | 117.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 14 | 0 | 0.02 | 0.89 | 0.48 | 58.49 | 0.81 | 0.29 |
| Hex | 85 | 82 | E | 0 | 2 | 59 | 30 | 3A | 51 | 1D |
| Octal | 205 | 202 | 16 | 0 | 2 | 131 | 60 | 72 | 121 | 35 |
| Binary | 10000101 | 10000010 | 1110 | 0 | 10 | 1011001 | 110000 | 111010 | 1010001 | 11101 |
Color Harmonies of #85820E
Complementary color
Monochromatic Colors of #85820E
Black with #85820E
Text Example
Text Example
White with #85820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85820E; }
p { color: rgb(133,130,14); }
H1.HeaderClassName
{
color: #85820E;
}
.AnyTagClassName
{
color: #85820E;
}
</style>
background-color css
<style>
a { background-color: #85820E; }
a { background-color: rgb(133,130,14); }
div.DivClassName
{
background-color: #85820E;
}
.BgClassName
{
background-color: #85820E;
}
</style>
border-color css
<style>
span { border-color: #85820E; }
span { border-color: rgb(133,130,14); }
td.TdClassName
{
border-color: #85820E;
}
.TagClassName
{
border-color: #85820E;
}
</style>