Shades of Envy #80A387
Tints of Envy #80A387
RGB
CMYK
RGB Variations
Color information
#80A387 (or 0x80A387) is known color: Envy. HEX triplet: 80, A3 and 87. RGB value is (128,163,135). Sum of RGB (Red+Green+Blue) = 128+163+135=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #80A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A387 is #7F5C78. Grayscale: #959595. Windows color (decimal): -8346745 or 8889216. OLE color: 8889216.
HSL color Cylindrical-coordinate representation of color #80A387: hue angle of 132º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80A387 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 135 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.36 |
| HSL | 132º | 0.16% | 0.57% | - |
| HSV(B) | 132º | 0.21% | 0.64% | - |
| XYZ | 26.37 | 32.53 | 27.81 | - |
| YUV | 149.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 135 | 0.21 | 0 | 0.17 | 0.36 | 132 | 0.16 | 0.57 |
| Hex | 80 | A3 | 87 | 15 | 0 | 11 | 24 | 84 | 10 | 39 |
| Octal | 200 | 243 | 207 | 25 | 0 | 21 | 44 | 204 | 20 | 71 |
| Binary | 10000000 | 10100011 | 10000111 | 10101 | 0 | 10001 | 100100 | 10000100 | 10000 | 111001 |
Color Harmonies of #80A387
Complementary color
Monochromatic Colors of #80A387
Black with #80A387
Text Example
Text Example
White with #80A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A387; }
p { color: rgb(128,163,135); }
H1.HeaderClassName
{
color: #80A387;
}
.AnyTagClassName
{
color: #80A387;
}
</style>
background-color css
<style>
a { background-color: #80A387; }
a { background-color: rgb(128,163,135); }
div.DivClassName
{
background-color: #80A387;
}
.BgClassName
{
background-color: #80A387;
}
</style>
border-color css
<style>
span { border-color: #80A387; }
span { border-color: rgb(128,163,135); }
td.TdClassName
{
border-color: #80A387;
}
.TagClassName
{
border-color: #80A387;
}
</style>