Shades of Envy #80A787
Tints of Envy #80A787
RGB
CMYK
RGB Variations
Color information
#80A787 (or 0x80A787) is known color: Envy. HEX triplet: 80, A7 and 87. RGB value is (128,167,135). Sum of RGB (Red+Green+Blue) = 128+167+135=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #80A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A787 is #7F5878. Grayscale: #979797. Windows color (decimal): -8345721 or 8890240. OLE color: 8890240.
HSL color Cylindrical-coordinate representation of color #80A787: hue angle of 130.77º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A787 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 135 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.35 |
| HSL | 130.77º | 0.18% | 0.58% | - |
| HSV(B) | 130.77º | 0.23% | 0.65% | - |
| XYZ | 27.09 | 33.98 | 28.05 | - |
| YUV | 151.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 135 | 0.23 | 0 | 0.19 | 0.35 | 130.77 | 0.18 | 0.58 |
| Hex | 80 | A7 | 87 | 17 | 0 | 13 | 23 | 83 | 12 | 3A |
| Octal | 200 | 247 | 207 | 27 | 0 | 23 | 43 | 203 | 22 | 72 |
| Binary | 10000000 | 10100111 | 10000111 | 10111 | 0 | 10011 | 100011 | 10000011 | 10010 | 111010 |
Color Harmonies of #80A787
Complementary color
Monochromatic Colors of #80A787
Black with #80A787
Text Example
Text Example
White with #80A787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A787; }
p { color: rgb(128,167,135); }
H1.HeaderClassName
{
color: #80A787;
}
.AnyTagClassName
{
color: #80A787;
}
</style>
background-color css
<style>
a { background-color: #80A787; }
a { background-color: rgb(128,167,135); }
div.DivClassName
{
background-color: #80A787;
}
.BgClassName
{
background-color: #80A787;
}
</style>
border-color css
<style>
span { border-color: #80A787; }
span { border-color: rgb(128,167,135); }
td.TdClassName
{
border-color: #80A787;
}
.TagClassName
{
border-color: #80A787;
}
</style>