Shades of Envy #80A686
Tints of Envy #80A686
RGB
CMYK
RGB Variations
Color information
#80A686 (or 0x80A686) is known color: Envy. HEX triplet: 80, A6 and 86. RGB value is (128,166,134). Sum of RGB (Red+Green+Blue) = 128+166+134=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #80A686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A686 is #7F5979. Grayscale: #979797. Windows color (decimal): -8345978 or 8824448. OLE color: 8824448.
HSL color Cylindrical-coordinate representation of color #80A686: hue angle of 129.47º 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 #80A686 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 134 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.35 |
| HSL | 129.47º | 0.18% | 0.58% | - |
| HSV(B) | 129.47º | 0.23% | 0.65% | - |
| XYZ | 26.84 | 33.58 | 27.62 | - |
| YUV | 150.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 134 | 0.23 | 0 | 0.19 | 0.35 | 129.47 | 0.18 | 0.58 |
| Hex | 80 | A6 | 86 | 17 | 0 | 13 | 23 | 81 | 12 | 3A |
| Octal | 200 | 246 | 206 | 27 | 0 | 23 | 43 | 201 | 22 | 72 |
| Binary | 10000000 | 10100110 | 10000110 | 10111 | 0 | 10011 | 100011 | 10000001 | 10010 | 111010 |
Color Harmonies of #80A686
Complementary color
Monochromatic Colors of #80A686
Black with #80A686
Text Example
Text Example
White with #80A686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A686; }
p { color: rgb(128,166,134); }
H1.HeaderClassName
{
color: #80A686;
}
.AnyTagClassName
{
color: #80A686;
}
</style>
background-color css
<style>
a { background-color: #80A686; }
a { background-color: rgb(128,166,134); }
div.DivClassName
{
background-color: #80A686;
}
.BgClassName
{
background-color: #80A686;
}
</style>
border-color css
<style>
span { border-color: #80A686; }
span { border-color: rgb(128,166,134); }
td.TdClassName
{
border-color: #80A686;
}
.TagClassName
{
border-color: #80A686;
}
</style>