Shades of Envy #80A987
Tints of Envy #80A987
RGB
CMYK
RGB Variations
Color information
#80A987 (or 0x80A987) is known color: Envy. HEX triplet: 80, A9 and 87. RGB value is (128,169,135). Sum of RGB (Red+Green+Blue) = 128+169+135=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #80A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A987 is #7F5678. Grayscale: #989898. Windows color (decimal): -8345209 or 8890752. OLE color: 8890752.
HSL color Cylindrical-coordinate representation of color #80A987: hue angle of 130.24º 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 #80A987 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 135 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.34 |
| HSL | 130.24º | 0.19% | 0.58% | - |
| HSV(B) | 130.24º | 0.24% | 0.66% | - |
| XYZ | 27.46 | 34.71 | 28.17 | - |
| YUV | 152.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 135 | 0.24 | 0 | 0.20 | 0.34 | 130.24 | 0.19 | 0.58 |
| Hex | 80 | A9 | 87 | 18 | 0 | 14 | 22 | 82 | 13 | 3A |
| Octal | 200 | 251 | 207 | 30 | 0 | 24 | 42 | 202 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10000111 | 11000 | 0 | 10100 | 100010 | 10000010 | 10011 | 111010 |
Color Harmonies of #80A987
Complementary color
Monochromatic Colors of #80A987
Black with #80A987
Text Example
Text Example
White with #80A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A987; }
p { color: rgb(128,169,135); }
H1.HeaderClassName
{
color: #80A987;
}
.AnyTagClassName
{
color: #80A987;
}
</style>
background-color css
<style>
a { background-color: #80A987; }
a { background-color: rgb(128,169,135); }
div.DivClassName
{
background-color: #80A987;
}
.BgClassName
{
background-color: #80A987;
}
</style>
border-color css
<style>
span { border-color: #80A987; }
span { border-color: rgb(128,169,135); }
td.TdClassName
{
border-color: #80A987;
}
.TagClassName
{
border-color: #80A987;
}
</style>