Shades of Olive #87800A
Tints of Olive #87800A
RGB
CMYK
RGB Variations
Color information
#87800A (or 0x87800A) is known color: Olive. HEX triplet: 87, 80 and 0A. RGB value is (135,128,10). Sum of RGB (Red+Green+Blue) = 135+128+10=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #87800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87800A is #787FF5. Grayscale: #757575. Windows color (decimal): -7897078 or 688263. OLE color: 688263.
HSL color Cylindrical-coordinate representation of color #87800A: hue angle of 56.64º 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 #87800A is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 10 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.47 |
| HSL | 56.64º | 0.86% | 0.28% | - |
| HSV(B) | 56.64º | 0.93% | 0.53% | - |
| XYZ | 17.77 | 20.61 | 3.33 | - |
| YUV | 116.64 | 67.82 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 10 | 0 | 0.05 | 0.93 | 0.47 | 56.64 | 0.86 | 0.28 |
| Hex | 87 | 80 | A | 0 | 5 | 5D | 2F | 39 | 56 | 1C |
| Octal | 207 | 200 | 12 | 0 | 5 | 135 | 57 | 71 | 126 | 34 |
| Binary | 10000111 | 10000000 | 1010 | 0 | 101 | 1011101 | 101111 | 111001 | 1010110 | 11100 |
Color Harmonies of #87800A
Complementary color
Monochromatic Colors of #87800A
Black with #87800A
Text Example
Text Example
White with #87800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87800A; }
p { color: rgb(135,128,10); }
H1.HeaderClassName
{
color: #87800A;
}
.AnyTagClassName
{
color: #87800A;
}
</style>
background-color css
<style>
a { background-color: #87800A; }
a { background-color: rgb(135,128,10); }
div.DivClassName
{
background-color: #87800A;
}
.BgClassName
{
background-color: #87800A;
}
</style>
border-color css
<style>
span { border-color: #87800A; }
span { border-color: rgb(135,128,10); }
td.TdClassName
{
border-color: #87800A;
}
.TagClassName
{
border-color: #87800A;
}
</style>