Shades of Olive #85870A
Tints of Olive #85870A
RGB
CMYK
RGB Variations
Color information
#85870A (or 0x85870A) is known color: Olive. HEX triplet: 85, 87 and 0A. RGB value is (133,135,10). Sum of RGB (Red+Green+Blue) = 133+135+10=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #85870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85870A is #7A78F5. Grayscale: #787878. Windows color (decimal): -8026358 or 690053. OLE color: 690053.
HSL color Cylindrical-coordinate representation of color #85870A: hue angle of 60.96º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85870A is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 10 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.47 |
| HSL | 60.96º | 0.86% | 0.28% | - |
| HSV(B) | 60.96º | 0.93% | 0.53% | - |
| XYZ | 18.39 | 22.34 | 3.63 | - |
| YUV | 120.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 10 | 0.01 | 0 | 0.93 | 0.47 | 60.96 | 0.86 | 0.28 |
| Hex | 85 | 87 | A | 1 | 0 | 5D | 2F | 3D | 56 | 1C |
| Octal | 205 | 207 | 12 | 1 | 0 | 135 | 57 | 75 | 126 | 34 |
| Binary | 10000101 | 10000111 | 1010 | 1 | 0 | 1011101 | 101111 | 111101 | 1010110 | 11100 |
Color Harmonies of #85870A
Complementary color
Monochromatic Colors of #85870A
Black with #85870A
Text Example
Text Example
White with #85870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85870A; }
p { color: rgb(133,135,10); }
H1.HeaderClassName
{
color: #85870A;
}
.AnyTagClassName
{
color: #85870A;
}
</style>
background-color css
<style>
a { background-color: #85870A; }
a { background-color: rgb(133,135,10); }
div.DivClassName
{
background-color: #85870A;
}
.BgClassName
{
background-color: #85870A;
}
</style>
border-color css
<style>
span { border-color: #85870A; }
span { border-color: rgb(133,135,10); }
td.TdClassName
{
border-color: #85870A;
}
.TagClassName
{
border-color: #85870A;
}
</style>