Shades of Envy #81A082
Tints of Envy #81A082
RGB
CMYK
RGB Variations
Color information
#81A082 (or 0x81A082) is known color: Envy. HEX triplet: 81, A0 and 82. RGB value is (129,160,130). Sum of RGB (Red+Green+Blue) = 129+160+130=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #81A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A082 is #7E5F7D. Grayscale: #939393. Windows color (decimal): -8281982 or 8560769. OLE color: 8560769.
HSL color Cylindrical-coordinate representation of color #81A082: hue angle of 121.94º 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 #81A082 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 130 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.37 |
| HSL | 121.94º | 0.14% | 0.57% | - |
| HSV(B) | 121.94º | 0.19% | 0.63% | - |
| XYZ | 25.65 | 31.42 | 25.83 | - |
| YUV | 147.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 130 | 0.19 | 0 | 0.19 | 0.37 | 121.94 | 0.14 | 0.57 |
| Hex | 81 | A0 | 82 | 13 | 0 | 13 | 25 | 7A | E | 39 |
| Octal | 201 | 240 | 202 | 23 | 0 | 23 | 45 | 172 | 16 | 71 |
| Binary | 10000001 | 10100000 | 10000010 | 10011 | 0 | 10011 | 100101 | 1111010 | 1110 | 111001 |
Color Harmonies of #81A082
Complementary color
Monochromatic Colors of #81A082
Black with #81A082
Text Example
Text Example
White with #81A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A082; }
p { color: rgb(129,160,130); }
H1.HeaderClassName
{
color: #81A082;
}
.AnyTagClassName
{
color: #81A082;
}
</style>
background-color css
<style>
a { background-color: #81A082; }
a { background-color: rgb(129,160,130); }
div.DivClassName
{
background-color: #81A082;
}
.BgClassName
{
background-color: #81A082;
}
</style>
border-color css
<style>
span { border-color: #81A082; }
span { border-color: rgb(129,160,130); }
td.TdClassName
{
border-color: #81A082;
}
.TagClassName
{
border-color: #81A082;
}
</style>