Shades of Envy #82A082
Tints of Envy #82A082
RGB
CMYK
RGB Variations
Color information
#82A082 (or 0x82A082) is known color: Envy. HEX triplet: 82, A0 and 82. RGB value is (130,160,130). Sum of RGB (Red+Green+Blue) = 130+160+130=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #82A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A082 is #7D5F7D. Grayscale: #939393. Windows color (decimal): -8216446 or 8560770. OLE color: 8560770.
HSL color Cylindrical-coordinate representation of color #82A082: hue angle of 120º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A082 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 130 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.37 |
| HSL | 120º | 0.14% | 0.57% | - |
| HSV(B) | 120º | 0.19% | 0.63% | - |
| XYZ | 25.81 | 31.5 | 25.84 | - |
| YUV | 147.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 130 | 0.19 | 0 | 0.19 | 0.37 | 120 | 0.14 | 0.57 |
| Hex | 82 | A0 | 82 | 13 | 0 | 13 | 25 | 78 | E | 39 |
| Octal | 202 | 240 | 202 | 23 | 0 | 23 | 45 | 170 | 16 | 71 |
| Binary | 10000010 | 10100000 | 10000010 | 10011 | 0 | 10011 | 100101 | 1111000 | 1110 | 111001 |
Color Harmonies of #82A082
Complementary color
Monochromatic Colors of #82A082
Black with #82A082
Text Example
Text Example
White with #82A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A082; }
p { color: rgb(130,160,130); }
H1.HeaderClassName
{
color: #82A082;
}
.AnyTagClassName
{
color: #82A082;
}
</style>
background-color css
<style>
a { background-color: #82A082; }
a { background-color: rgb(130,160,130); }
div.DivClassName
{
background-color: #82A082;
}
.BgClassName
{
background-color: #82A082;
}
</style>
border-color css
<style>
span { border-color: #82A082; }
span { border-color: rgb(130,160,130); }
td.TdClassName
{
border-color: #82A082;
}
.TagClassName
{
border-color: #82A082;
}
</style>