Shades of Olive #85720A
Tints of Olive #85720A
RGB
CMYK
RGB Variations
Color information
#85720A (or 0x85720A) is known color: Olive. HEX triplet: 85, 72 and 0A. RGB value is (133,114,10). Sum of RGB (Red+Green+Blue) = 133+114+10=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85720A is #7A8DF5. Grayscale: #6C6C6C. Windows color (decimal): -8031734 or 684677. OLE color: 684677.
HSL color Cylindrical-coordinate representation of color #85720A: hue angle of 50.73º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85720A is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 10 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.48 |
| HSL | 50.73º | 0.86% | 0.28% | - |
| HSV(B) | 50.73º | 0.92% | 0.52% | - |
| XYZ | 15.74 | 17.04 | 2.75 | - |
| YUV | 107.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 10 | 0 | 0.14 | 0.92 | 0.48 | 50.73 | 0.86 | 0.28 |
| Hex | 85 | 72 | A | 0 | E | 5C | 30 | 33 | 56 | 1C |
| Octal | 205 | 162 | 12 | 0 | 16 | 134 | 60 | 63 | 126 | 34 |
| Binary | 10000101 | 1110010 | 1010 | 0 | 1110 | 1011100 | 110000 | 110011 | 1010110 | 11100 |
Color Harmonies of #85720A
Complementary color
Monochromatic Colors of #85720A
Black with #85720A
Text Example
Text Example
White with #85720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85720A; }
p { color: rgb(133,114,10); }
H1.HeaderClassName
{
color: #85720A;
}
.AnyTagClassName
{
color: #85720A;
}
</style>
background-color css
<style>
a { background-color: #85720A; }
a { background-color: rgb(133,114,10); }
div.DivClassName
{
background-color: #85720A;
}
.BgClassName
{
background-color: #85720A;
}
</style>
border-color css
<style>
span { border-color: #85720A; }
span { border-color: rgb(133,114,10); }
td.TdClassName
{
border-color: #85720A;
}
.TagClassName
{
border-color: #85720A;
}
</style>