Shades of Envy #80AA7F
Tints of Envy #80AA7F
RGB
CMYK
RGB Variations
Color information
#80AA7F (or 0x80AA7F) is known color: Envy. HEX triplet: 80, AA and 7F. RGB value is (128,170,127). Sum of RGB (Red+Green+Blue) = 128+170+127=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA7F is #7F5580. Grayscale: #989898. Windows color (decimal): -8344961 or 8366720. OLE color: 8366720.
HSL color Cylindrical-coordinate representation of color #80AA7F: hue angle of 118.6º 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 #80AA7F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 127 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.33 |
| HSL | 118.6º | 0.2% | 0.58% | - |
| HSV(B) | 118.6º | 0.25% | 0.67% | - |
| XYZ | 27.11 | 34.87 | 25.38 | - |
| YUV | 152.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 127 | 0.25 | 0 | 0.25 | 0.33 | 118.6 | 0.2 | 0.58 |
| Hex | 80 | AA | 7F | 19 | 0 | 19 | 21 | 77 | 14 | 3A |
| Octal | 200 | 252 | 177 | 31 | 0 | 31 | 41 | 167 | 24 | 72 |
| Binary | 10000000 | 10101010 | 1111111 | 11001 | 0 | 11001 | 100001 | 1110111 | 10100 | 111010 |
Color Harmonies of #80AA7F
Complementary color
Monochromatic Colors of #80AA7F
Black with #80AA7F
Text Example
Text Example
White with #80AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA7F; }
p { color: rgb(128,170,127); }
H1.HeaderClassName
{
color: #80AA7F;
}
.AnyTagClassName
{
color: #80AA7F;
}
</style>
background-color css
<style>
a { background-color: #80AA7F; }
a { background-color: rgb(128,170,127); }
div.DivClassName
{
background-color: #80AA7F;
}
.BgClassName
{
background-color: #80AA7F;
}
</style>
border-color css
<style>
span { border-color: #80AA7F; }
span { border-color: rgb(128,170,127); }
td.TdClassName
{
border-color: #80AA7F;
}
.TagClassName
{
border-color: #80AA7F;
}
</style>