Shades of Olive #85720C
Tints of Olive #85720C
RGB
CMYK
RGB Variations
Color information
#85720C (or 0x85720C) is known color: Olive. HEX triplet: 85, 72 and 0C. RGB value is (133,114,12). Sum of RGB (Red+Green+Blue) = 133+114+12=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85720C is #7A8DF3. Grayscale: #6C6C6C. Windows color (decimal): -8031732 or 815749. OLE color: 815749.
HSL color Cylindrical-coordinate representation of color #85720C: hue angle of 50.58º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85720C is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 12 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.48 |
| HSL | 50.58º | 0.83% | 0.28% | - |
| HSV(B) | 50.58º | 0.91% | 0.52% | - |
| XYZ | 15.76 | 17.05 | 2.81 | - |
| YUV | 108.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 12 | 0 | 0.14 | 0.91 | 0.48 | 50.58 | 0.83 | 0.28 |
| Hex | 85 | 72 | C | 0 | E | 5B | 30 | 33 | 53 | 1C |
| Octal | 205 | 162 | 14 | 0 | 16 | 133 | 60 | 63 | 123 | 34 |
| Binary | 10000101 | 1110010 | 1100 | 0 | 1110 | 1011011 | 110000 | 110011 | 1010011 | 11100 |
Color Harmonies of #85720C
Complementary color
Monochromatic Colors of #85720C
Black with #85720C
Text Example
Text Example
White with #85720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85720C; }
p { color: rgb(133,114,12); }
H1.HeaderClassName
{
color: #85720C;
}
.AnyTagClassName
{
color: #85720C;
}
</style>
background-color css
<style>
a { background-color: #85720C; }
a { background-color: rgb(133,114,12); }
div.DivClassName
{
background-color: #85720C;
}
.BgClassName
{
background-color: #85720C;
}
</style>
border-color css
<style>
span { border-color: #85720C; }
span { border-color: rgb(133,114,12); }
td.TdClassName
{
border-color: #85720C;
}
.TagClassName
{
border-color: #85720C;
}
</style>