Shades of Envy #80AA81
Tints of Envy #80AA81
RGB
CMYK
RGB Variations
Color information
#80AA81 (or 0x80AA81) is known color: Envy. HEX triplet: 80, AA and 81. RGB value is (128,170,129). Sum of RGB (Red+Green+Blue) = 128+170+129=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA81 is #7F557E. Grayscale: #989898. Windows color (decimal): -8344959 or 8497792. OLE color: 8497792.
HSL color Cylindrical-coordinate representation of color #80AA81: hue angle of 121.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA81 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 129 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.33 |
| HSL | 121.43º | 0.2% | 0.58% | - |
| HSV(B) | 121.43º | 0.25% | 0.67% | - |
| XYZ | 27.24 | 34.92 | 26.07 | - |
| YUV | 152.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 129 | 0.25 | 0 | 0.24 | 0.33 | 121.43 | 0.2 | 0.58 |
| Hex | 80 | AA | 81 | 19 | 0 | 18 | 21 | 79 | 14 | 3A |
| Octal | 200 | 252 | 201 | 31 | 0 | 30 | 41 | 171 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10000001 | 11001 | 0 | 11000 | 100001 | 1111001 | 10100 | 111010 |
Color Harmonies of #80AA81
Complementary color
Monochromatic Colors of #80AA81
Black with #80AA81
Text Example
Text Example
White with #80AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA81; }
p { color: rgb(128,170,129); }
H1.HeaderClassName
{
color: #80AA81;
}
.AnyTagClassName
{
color: #80AA81;
}
</style>
background-color css
<style>
a { background-color: #80AA81; }
a { background-color: rgb(128,170,129); }
div.DivClassName
{
background-color: #80AA81;
}
.BgClassName
{
background-color: #80AA81;
}
</style>
border-color css
<style>
span { border-color: #80AA81; }
span { border-color: rgb(128,170,129); }
td.TdClassName
{
border-color: #80AA81;
}
.TagClassName
{
border-color: #80AA81;
}
</style>