Shades of Envy #80A584
Tints of Envy #80A584
RGB
CMYK
RGB Variations
Color information
#80A584 (or 0x80A584) is known color: Envy. HEX triplet: 80, A5 and 84. RGB value is (128,165,132). Sum of RGB (Red+Green+Blue) = 128+165+132=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #80A584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A584 is #7F5A7B. Grayscale: #969696. Windows color (decimal): -8346236 or 8693120. OLE color: 8693120.
HSL color Cylindrical-coordinate representation of color #80A584: hue angle of 126.49º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A584 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 132 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.35 |
| HSL | 126.49º | 0.17% | 0.57% | - |
| HSV(B) | 126.49º | 0.22% | 0.65% | - |
| XYZ | 26.52 | 33.17 | 26.83 | - |
| YUV | 150.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 132 | 0.22 | 0 | 0.20 | 0.35 | 126.49 | 0.17 | 0.57 |
| Hex | 80 | A5 | 84 | 16 | 0 | 14 | 23 | 7E | 11 | 39 |
| Octal | 200 | 245 | 204 | 26 | 0 | 24 | 43 | 176 | 21 | 71 |
| Binary | 10000000 | 10100101 | 10000100 | 10110 | 0 | 10100 | 100011 | 1111110 | 10001 | 111001 |
Color Harmonies of #80A584
Complementary color
Monochromatic Colors of #80A584
Black with #80A584
Text Example
Text Example
White with #80A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A584; }
p { color: rgb(128,165,132); }
H1.HeaderClassName
{
color: #80A584;
}
.AnyTagClassName
{
color: #80A584;
}
</style>
background-color css
<style>
a { background-color: #80A584; }
a { background-color: rgb(128,165,132); }
div.DivClassName
{
background-color: #80A584;
}
.BgClassName
{
background-color: #80A584;
}
</style>
border-color css
<style>
span { border-color: #80A584; }
span { border-color: rgb(128,165,132); }
td.TdClassName
{
border-color: #80A584;
}
.TagClassName
{
border-color: #80A584;
}
</style>