Shades of Envy #82A084
Tints of Envy #82A084
RGB
CMYK
RGB Variations
Color information
#82A084 (or 0x82A084) is known color: Envy. HEX triplet: 82, A0 and 84. RGB value is (130,160,132). Sum of RGB (Red+Green+Blue) = 130+160+132=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #82A084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A084 is #7D5F7B. Grayscale: #939393. Windows color (decimal): -8216444 or 8691842. OLE color: 8691842.
HSL color Cylindrical-coordinate representation of color #82A084: hue angle of 124º 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 #82A084 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 160 | 132 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.37 |
| HSL | 124º | 0.14% | 0.57% | - |
| HSV(B) | 124º | 0.19% | 0.63% | - |
| XYZ | 25.94 | 31.55 | 26.55 | - |
| YUV | 147.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 132 | 0.19 | 0 | 0.17 | 0.37 | 124 | 0.14 | 0.57 |
| Hex | 82 | A0 | 84 | 13 | 0 | 11 | 25 | 7C | E | 39 |
| Octal | 202 | 240 | 204 | 23 | 0 | 21 | 45 | 174 | 16 | 71 |
| Binary | 10000010 | 10100000 | 10000100 | 10011 | 0 | 10001 | 100101 | 1111100 | 1110 | 111001 |
Color Harmonies of #82A084
Complementary color
Monochromatic Colors of #82A084
Black with #82A084
Text Example
Text Example
White with #82A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A084; }
p { color: rgb(130,160,132); }
H1.HeaderClassName
{
color: #82A084;
}
.AnyTagClassName
{
color: #82A084;
}
</style>
background-color css
<style>
a { background-color: #82A084; }
a { background-color: rgb(130,160,132); }
div.DivClassName
{
background-color: #82A084;
}
.BgClassName
{
background-color: #82A084;
}
</style>
border-color css
<style>
span { border-color: #82A084; }
span { border-color: rgb(130,160,132); }
td.TdClassName
{
border-color: #82A084;
}
.TagClassName
{
border-color: #82A084;
}
</style>