Shades of Envy #80A982
Tints of Envy #80A982
RGB
CMYK
RGB Variations
Color information
#80A982 (or 0x80A982) is known color: Envy. HEX triplet: 80, A9 and 82. RGB value is (128,169,130). Sum of RGB (Red+Green+Blue) = 128+169+130=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #80A982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A982 is #7F567D. Grayscale: #989898. Windows color (decimal): -8345214 or 8563072. OLE color: 8563072.
HSL color Cylindrical-coordinate representation of color #80A982: hue angle of 122.93º 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 #80A982 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 130 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.34 |
| HSL | 122.93º | 0.19% | 0.58% | - |
| HSV(B) | 122.93º | 0.24% | 0.66% | - |
| XYZ | 27.12 | 34.58 | 26.36 | - |
| YUV | 152.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 130 | 0.24 | 0 | 0.23 | 0.34 | 122.93 | 0.19 | 0.58 |
| Hex | 80 | A9 | 82 | 18 | 0 | 17 | 22 | 7B | 13 | 3A |
| Octal | 200 | 251 | 202 | 30 | 0 | 27 | 42 | 173 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10000010 | 11000 | 0 | 10111 | 100010 | 1111011 | 10011 | 111010 |
Color Harmonies of #80A982
Complementary color
Monochromatic Colors of #80A982
Black with #80A982
Text Example
Text Example
White with #80A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A982; }
p { color: rgb(128,169,130); }
H1.HeaderClassName
{
color: #80A982;
}
.AnyTagClassName
{
color: #80A982;
}
</style>
background-color css
<style>
a { background-color: #80A982; }
a { background-color: rgb(128,169,130); }
div.DivClassName
{
background-color: #80A982;
}
.BgClassName
{
background-color: #80A982;
}
</style>
border-color css
<style>
span { border-color: #80A982; }
span { border-color: rgb(128,169,130); }
td.TdClassName
{
border-color: #80A982;
}
.TagClassName
{
border-color: #80A982;
}
</style>