Shades of Envy #80A980
Tints of Envy #80A980
RGB
CMYK
RGB Variations
Color information
#80A980 (or 0x80A980) is known color: Envy. HEX triplet: 80, A9 and 80. RGB value is (128,169,128). Sum of RGB (Red+Green+Blue) = 128+169+128=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #80A980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A980 is #7F567F. Grayscale: #989898. Windows color (decimal): -8345216 or 8432000. OLE color: 8432000.
HSL color Cylindrical-coordinate representation of color #80A980: hue angle of 120º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A980 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 128 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.34 |
| HSL | 120º | 0.19% | 0.58% | - |
| HSV(B) | 120º | 0.24% | 0.66% | - |
| XYZ | 26.99 | 34.52 | 25.66 | - |
| YUV | 152.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 128 | 0.24 | 0 | 0.24 | 0.34 | 120 | 0.19 | 0.58 |
| Hex | 80 | A9 | 80 | 18 | 0 | 18 | 22 | 78 | 13 | 3A |
| Octal | 200 | 251 | 200 | 30 | 0 | 30 | 42 | 170 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10000000 | 11000 | 0 | 11000 | 100010 | 1111000 | 10011 | 111010 |
Color Harmonies of #80A980
Complementary color
Monochromatic Colors of #80A980
Black with #80A980
Text Example
Text Example
White with #80A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A980; }
p { color: rgb(128,169,128); }
H1.HeaderClassName
{
color: #80A980;
}
.AnyTagClassName
{
color: #80A980;
}
</style>
background-color css
<style>
a { background-color: #80A980; }
a { background-color: rgb(128,169,128); }
div.DivClassName
{
background-color: #80A980;
}
.BgClassName
{
background-color: #80A980;
}
</style>
border-color css
<style>
span { border-color: #80A980; }
span { border-color: rgb(128,169,128); }
td.TdClassName
{
border-color: #80A980;
}
.TagClassName
{
border-color: #80A980;
}
</style>