Shades of Envy #80A586
Tints of Envy #80A586
RGB
CMYK
RGB Variations
Color information
#80A586 (or 0x80A586) is known color: Envy. HEX triplet: 80, A5 and 86. RGB value is (128,165,134). Sum of RGB (Red+Green+Blue) = 128+165+134=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #80A586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A586 is #7F5A79. Grayscale: #969696. Windows color (decimal): -8346234 or 8824192. OLE color: 8824192.
HSL color Cylindrical-coordinate representation of color #80A586: hue angle of 129.73º 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 #80A586 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 134 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.35 |
| HSL | 129.73º | 0.17% | 0.57% | - |
| HSV(B) | 129.73º | 0.22% | 0.65% | - |
| XYZ | 26.66 | 33.22 | 27.56 | - |
| YUV | 150.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 134 | 0.22 | 0 | 0.19 | 0.35 | 129.73 | 0.17 | 0.57 |
| Hex | 80 | A5 | 86 | 16 | 0 | 13 | 23 | 82 | 11 | 39 |
| Octal | 200 | 245 | 206 | 26 | 0 | 23 | 43 | 202 | 21 | 71 |
| Binary | 10000000 | 10100101 | 10000110 | 10110 | 0 | 10011 | 100011 | 10000010 | 10001 | 111001 |
Color Harmonies of #80A586
Complementary color
Monochromatic Colors of #80A586
Black with #80A586
Text Example
Text Example
White with #80A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A586; }
p { color: rgb(128,165,134); }
H1.HeaderClassName
{
color: #80A586;
}
.AnyTagClassName
{
color: #80A586;
}
</style>
background-color css
<style>
a { background-color: #80A586; }
a { background-color: rgb(128,165,134); }
div.DivClassName
{
background-color: #80A586;
}
.BgClassName
{
background-color: #80A586;
}
</style>
border-color css
<style>
span { border-color: #80A586; }
span { border-color: rgb(128,165,134); }
td.TdClassName
{
border-color: #80A586;
}
.TagClassName
{
border-color: #80A586;
}
</style>