Shades of Envy #80A984
Tints of Envy #80A984
RGB
CMYK
RGB Variations
Color information
#80A984 (or 0x80A984) is known color: Envy. HEX triplet: 80, A9 and 84. RGB value is (128,169,132). Sum of RGB (Red+Green+Blue) = 128+169+132=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #80A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A984 is #7F567B. Grayscale: #989898. Windows color (decimal): -8345212 or 8694144. OLE color: 8694144.
HSL color Cylindrical-coordinate representation of color #80A984: hue angle of 125.85º 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 #80A984 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 132 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.34 |
| HSL | 125.85º | 0.19% | 0.58% | - |
| HSV(B) | 125.85º | 0.24% | 0.66% | - |
| XYZ | 27.25 | 34.63 | 27.08 | - |
| YUV | 152.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 132 | 0.24 | 0 | 0.22 | 0.34 | 125.85 | 0.19 | 0.58 |
| Hex | 80 | A9 | 84 | 18 | 0 | 16 | 22 | 7E | 13 | 3A |
| Octal | 200 | 251 | 204 | 30 | 0 | 26 | 42 | 176 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10000100 | 11000 | 0 | 10110 | 100010 | 1111110 | 10011 | 111010 |
Color Harmonies of #80A984
Complementary color
Monochromatic Colors of #80A984
Black with #80A984
Text Example
Text Example
White with #80A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A984; }
p { color: rgb(128,169,132); }
H1.HeaderClassName
{
color: #80A984;
}
.AnyTagClassName
{
color: #80A984;
}
</style>
background-color css
<style>
a { background-color: #80A984; }
a { background-color: rgb(128,169,132); }
div.DivClassName
{
background-color: #80A984;
}
.BgClassName
{
background-color: #80A984;
}
</style>
border-color css
<style>
span { border-color: #80A984; }
span { border-color: rgb(128,169,132); }
td.TdClassName
{
border-color: #80A984;
}
.TagClassName
{
border-color: #80A984;
}
</style>