Shades of Mantle #87AA82
Tints of Mantle #87AA82
RGB
CMYK
RGB Variations
Color information
#87AA82 (or 0x87AA82) is known color: Mantle. HEX triplet: 87, AA and 82. RGB value is (135,170,130). Sum of RGB (Red+Green+Blue) = 135+170+130=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AA82 is #78557D. Grayscale: #9B9B9B. Windows color (decimal): -7886206 or 8563335. OLE color: 8563335.
HSL color Cylindrical-coordinate representation of color #87AA82: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87AA82 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 170 | 130 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.33 |
| HSL | 112.5º | 0.19% | 0.59% | - |
| HSV(B) | 112.5º | 0.24% | 0.67% | - |
| XYZ | 28.4 | 35.51 | 26.48 | - |
| YUV | 154.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 130 | 0.21 | 0 | 0.24 | 0.33 | 112.5 | 0.19 | 0.59 |
| Hex | 87 | AA | 82 | 15 | 0 | 18 | 21 | 70 | 13 | 3B |
| Octal | 207 | 252 | 202 | 25 | 0 | 30 | 41 | 160 | 23 | 73 |
| Binary | 10000111 | 10101010 | 10000010 | 10101 | 0 | 11000 | 100001 | 1110000 | 10011 | 111011 |
Color Harmonies of #87AA82
Complementary color
Monochromatic Colors of #87AA82
Black with #87AA82
Text Example
Text Example
White with #87AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AA82; }
p { color: rgb(135,170,130); }
H1.HeaderClassName
{
color: #87AA82;
}
.AnyTagClassName
{
color: #87AA82;
}
</style>
background-color css
<style>
a { background-color: #87AA82; }
a { background-color: rgb(135,170,130); }
div.DivClassName
{
background-color: #87AA82;
}
.BgClassName
{
background-color: #87AA82;
}
</style>
border-color css
<style>
span { border-color: #87AA82; }
span { border-color: rgb(135,170,130); }
td.TdClassName
{
border-color: #87AA82;
}
.TagClassName
{
border-color: #87AA82;
}
</style>