Shades of Olive #85820A
Tints of Olive #85820A
RGB
CMYK
RGB Variations
Color information
#85820A (or 0x85820A) is known color: Olive. HEX triplet: 85, 82 and 0A. RGB value is (133,130,10). Sum of RGB (Red+Green+Blue) = 133+130+10=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85820A is #7A7DF5. Grayscale: #757575. Windows color (decimal): -8027638 or 688773. OLE color: 688773.
HSL color Cylindrical-coordinate representation of color #85820A: hue angle of 58.54º 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 #85820A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 10 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.48 |
| HSL | 58.54º | 0.86% | 0.28% | - |
| HSV(B) | 58.54º | 0.92% | 0.52% | - |
| XYZ | 17.71 | 20.97 | 3.4 | - |
| YUV | 117.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 10 | 0 | 0.02 | 0.92 | 0.48 | 58.54 | 0.86 | 0.28 |
| Hex | 85 | 82 | A | 0 | 2 | 5C | 30 | 3B | 56 | 1C |
| Octal | 205 | 202 | 12 | 0 | 2 | 134 | 60 | 73 | 126 | 34 |
| Binary | 10000101 | 10000010 | 1010 | 0 | 10 | 1011100 | 110000 | 111011 | 1010110 | 11100 |
Color Harmonies of #85820A
Complementary color
Monochromatic Colors of #85820A
Black with #85820A
Text Example
Text Example
White with #85820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85820A; }
p { color: rgb(133,130,10); }
H1.HeaderClassName
{
color: #85820A;
}
.AnyTagClassName
{
color: #85820A;
}
</style>
background-color css
<style>
a { background-color: #85820A; }
a { background-color: rgb(133,130,10); }
div.DivClassName
{
background-color: #85820A;
}
.BgClassName
{
background-color: #85820A;
}
</style>
border-color css
<style>
span { border-color: #85820A; }
span { border-color: rgb(133,130,10); }
td.TdClassName
{
border-color: #85820A;
}
.TagClassName
{
border-color: #85820A;
}
</style>