Shades of Envy #80A087
Tints of Envy #80A087
RGB
CMYK
RGB Variations
Color information
#80A087 (or 0x80A087) is known color: Envy. HEX triplet: 80, A0 and 87. RGB value is (128,160,135). Sum of RGB (Red+Green+Blue) = 128+160+135=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #80A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A087 is #7F5F78. Grayscale: #939393. Windows color (decimal): -8347513 or 8888448. OLE color: 8888448.
HSL color Cylindrical-coordinate representation of color #80A087: hue angle of 133.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A087 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 135 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.37 |
| HSL | 133.13º | 0.14% | 0.56% | - |
| HSV(B) | 133.13º | 0.2% | 0.63% | - |
| XYZ | 25.85 | 31.48 | 27.64 | - |
| YUV | 147.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 135 | 0.20 | 0 | 0.16 | 0.37 | 133.13 | 0.14 | 0.56 |
| Hex | 80 | A0 | 87 | 14 | 0 | 10 | 25 | 85 | E | 38 |
| Octal | 200 | 240 | 207 | 24 | 0 | 20 | 45 | 205 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10000111 | 10100 | 0 | 10000 | 100101 | 10000101 | 1110 | 111000 |
Color Harmonies of #80A087
Complementary color
Monochromatic Colors of #80A087
Black with #80A087
Text Example
Text Example
White with #80A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A087; }
p { color: rgb(128,160,135); }
H1.HeaderClassName
{
color: #80A087;
}
.AnyTagClassName
{
color: #80A087;
}
</style>
background-color css
<style>
a { background-color: #80A087; }
a { background-color: rgb(128,160,135); }
div.DivClassName
{
background-color: #80A087;
}
.BgClassName
{
background-color: #80A087;
}
</style>
border-color css
<style>
span { border-color: #80A087; }
span { border-color: rgb(128,160,135); }
td.TdClassName
{
border-color: #80A087;
}
.TagClassName
{
border-color: #80A087;
}
</style>