Shades of Olive #85840A
Tints of Olive #85840A
RGB
CMYK
RGB Variations
Color information
#85840A (or 0x85840A) is known color: Olive. HEX triplet: 85, 84 and 0A. RGB value is (133,132,10). Sum of RGB (Red+Green+Blue) = 133+132+10=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85840A is #7A7BF5. Grayscale: #767676. Windows color (decimal): -8027126 or 689285. OLE color: 689285.
HSL color Cylindrical-coordinate representation of color #85840A: hue angle of 59.51º 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 #85840A is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 10 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.48 |
| HSL | 59.51º | 0.86% | 0.28% | - |
| HSV(B) | 59.51º | 0.92% | 0.52% | - |
| XYZ | 17.98 | 21.51 | 3.49 | - |
| YUV | 118.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 10 | 0 | 0.01 | 0.92 | 0.48 | 59.51 | 0.86 | 0.28 |
| Hex | 85 | 84 | A | 0 | 1 | 5C | 30 | 3C | 56 | 1C |
| Octal | 205 | 204 | 12 | 0 | 1 | 134 | 60 | 74 | 126 | 34 |
| Binary | 10000101 | 10000100 | 1010 | 0 | 1 | 1011100 | 110000 | 111100 | 1010110 | 11100 |
Color Harmonies of #85840A
Complementary color
Monochromatic Colors of #85840A
Black with #85840A
Text Example
Text Example
White with #85840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85840A; }
p { color: rgb(133,132,10); }
H1.HeaderClassName
{
color: #85840A;
}
.AnyTagClassName
{
color: #85840A;
}
</style>
background-color css
<style>
a { background-color: #85840A; }
a { background-color: rgb(133,132,10); }
div.DivClassName
{
background-color: #85840A;
}
.BgClassName
{
background-color: #85840A;
}
</style>
border-color css
<style>
span { border-color: #85840A; }
span { border-color: rgb(133,132,10); }
td.TdClassName
{
border-color: #85840A;
}
.TagClassName
{
border-color: #85840A;
}
</style>