Shades of Olive #85800E
Tints of Olive #85800E
RGB
CMYK
RGB Variations
Color information
#85800E (or 0x85800E) is known color: Olive. HEX triplet: 85, 80 and 0E. RGB value is (133,128,14). Sum of RGB (Red+Green+Blue) = 133+128+14=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85800E is #7A7FF1. Grayscale: #747474. Windows color (decimal): -8028146 or 950405. OLE color: 950405.
HSL color Cylindrical-coordinate representation of color #85800E: hue angle of 57.48º 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 #85800E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 14 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.48 |
| HSL | 57.48º | 0.81% | 0.29% | - |
| HSV(B) | 57.48º | 0.89% | 0.52% | - |
| XYZ | 17.47 | 20.46 | 3.44 | - |
| YUV | 116.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 14 | 0 | 0.04 | 0.89 | 0.48 | 57.48 | 0.81 | 0.29 |
| Hex | 85 | 80 | E | 0 | 4 | 59 | 30 | 39 | 51 | 1D |
| Octal | 205 | 200 | 16 | 0 | 4 | 131 | 60 | 71 | 121 | 35 |
| Binary | 10000101 | 10000000 | 1110 | 0 | 100 | 1011001 | 110000 | 111001 | 1010001 | 11101 |
Color Harmonies of #85800E
Complementary color
Monochromatic Colors of #85800E
Black with #85800E
Text Example
Text Example
White with #85800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85800E; }
p { color: rgb(133,128,14); }
H1.HeaderClassName
{
color: #85800E;
}
.AnyTagClassName
{
color: #85800E;
}
</style>
background-color css
<style>
a { background-color: #85800E; }
a { background-color: rgb(133,128,14); }
div.DivClassName
{
background-color: #85800E;
}
.BgClassName
{
background-color: #85800E;
}
</style>
border-color css
<style>
span { border-color: #85800E; }
span { border-color: rgb(133,128,14); }
td.TdClassName
{
border-color: #85800E;
}
.TagClassName
{
border-color: #85800E;
}
</style>