Shades of Envy #82AA87
Tints of Envy #82AA87
RGB
CMYK
RGB Variations
Color information
#82AA87 (or 0x82AA87) is known color: Envy. HEX triplet: 82, AA and 87. RGB value is (130,170,135). Sum of RGB (Red+Green+Blue) = 130+170+135=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA87 is #7D5578. Grayscale: #9A9A9A. Windows color (decimal): -8213881 or 8891010. OLE color: 8891010.
HSL color Cylindrical-coordinate representation of color #82AA87: hue angle of 127.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 #82AA87 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 135 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.33 |
| HSL | 127.5º | 0.19% | 0.59% | - |
| HSV(B) | 127.5º | 0.24% | 0.67% | - |
| XYZ | 27.95 | 35.24 | 28.25 | - |
| YUV | 154.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 135 | 0.24 | 0 | 0.21 | 0.33 | 127.5 | 0.19 | 0.59 |
| Hex | 82 | AA | 87 | 18 | 0 | 15 | 21 | 80 | 13 | 3B |
| Octal | 202 | 252 | 207 | 30 | 0 | 25 | 41 | 200 | 23 | 73 |
| Binary | 10000010 | 10101010 | 10000111 | 11000 | 0 | 10101 | 100001 | 10000000 | 10011 | 111011 |
Color Harmonies of #82AA87
Complementary color
Monochromatic Colors of #82AA87
Black with #82AA87
Text Example
Text Example
White with #82AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA87; }
p { color: rgb(130,170,135); }
H1.HeaderClassName
{
color: #82AA87;
}
.AnyTagClassName
{
color: #82AA87;
}
</style>
background-color css
<style>
a { background-color: #82AA87; }
a { background-color: rgb(130,170,135); }
div.DivClassName
{
background-color: #82AA87;
}
.BgClassName
{
background-color: #82AA87;
}
</style>
border-color css
<style>
span { border-color: #82AA87; }
span { border-color: rgb(130,170,135); }
td.TdClassName
{
border-color: #82AA87;
}
.TagClassName
{
border-color: #82AA87;
}
</style>