Shades of Envy #81A482
Tints of Envy #81A482
RGB
CMYK
RGB Variations
Color information
#81A482 (or 0x81A482) is known color: Envy. HEX triplet: 81, A4 and 82. RGB value is (129,164,130). Sum of RGB (Red+Green+Blue) = 129+164+130=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #81A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A482 is #7E5B7D. Grayscale: #959595. Windows color (decimal): -8280958 or 8561793. OLE color: 8561793.
HSL color Cylindrical-coordinate representation of color #81A482: hue angle of 121.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A482 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 130 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.36 |
| HSL | 121.71º | 0.16% | 0.57% | - |
| HSV(B) | 121.71º | 0.21% | 0.64% | - |
| XYZ | 26.36 | 32.83 | 26.07 | - |
| YUV | 149.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 130 | 0.21 | 0 | 0.21 | 0.36 | 121.71 | 0.16 | 0.57 |
| Hex | 81 | A4 | 82 | 15 | 0 | 15 | 24 | 7A | 10 | 39 |
| Octal | 201 | 244 | 202 | 25 | 0 | 25 | 44 | 172 | 20 | 71 |
| Binary | 10000001 | 10100100 | 10000010 | 10101 | 0 | 10101 | 100100 | 1111010 | 10000 | 111001 |
Color Harmonies of #81A482
Complementary color
Monochromatic Colors of #81A482
Black with #81A482
Text Example
Text Example
White with #81A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A482; }
p { color: rgb(129,164,130); }
H1.HeaderClassName
{
color: #81A482;
}
.AnyTagClassName
{
color: #81A482;
}
</style>
background-color css
<style>
a { background-color: #81A482; }
a { background-color: rgb(129,164,130); }
div.DivClassName
{
background-color: #81A482;
}
.BgClassName
{
background-color: #81A482;
}
</style>
border-color css
<style>
span { border-color: #81A482; }
span { border-color: rgb(129,164,130); }
td.TdClassName
{
border-color: #81A482;
}
.TagClassName
{
border-color: #81A482;
}
</style>