Shades of Envy #80AD82
Tints of Envy #80AD82
RGB
CMYK
RGB Variations
Color information
#80AD82 (or 0x80AD82) is known color: Envy. HEX triplet: 80, AD and 82. RGB value is (128,173,130). Sum of RGB (Red+Green+Blue) = 128+173+130=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD82 is #7F527D. Grayscale: #9A9A9A. Windows color (decimal): -8344190 or 8564096. OLE color: 8564096.
HSL color Cylindrical-coordinate representation of color #80AD82: hue angle of 122.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD82 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 130 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.32 |
| HSL | 122.67º | 0.22% | 0.59% | - |
| HSV(B) | 122.67º | 0.26% | 0.68% | - |
| XYZ | 27.87 | 36.09 | 26.62 | - |
| YUV | 154.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 130 | 0.26 | 0 | 0.25 | 0.32 | 122.67 | 0.22 | 0.59 |
| Hex | 80 | AD | 82 | 1A | 0 | 19 | 20 | 7B | 16 | 3B |
| Octal | 200 | 255 | 202 | 32 | 0 | 31 | 40 | 173 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10000010 | 11010 | 0 | 11001 | 100000 | 1111011 | 10110 | 111011 |
Color Harmonies of #80AD82
Complementary color
Monochromatic Colors of #80AD82
Black with #80AD82
Text Example
Text Example
White with #80AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD82; }
p { color: rgb(128,173,130); }
H1.HeaderClassName
{
color: #80AD82;
}
.AnyTagClassName
{
color: #80AD82;
}
</style>
background-color css
<style>
a { background-color: #80AD82; }
a { background-color: rgb(128,173,130); }
div.DivClassName
{
background-color: #80AD82;
}
.BgClassName
{
background-color: #80AD82;
}
</style>
border-color css
<style>
span { border-color: #80AD82; }
span { border-color: rgb(128,173,130); }
td.TdClassName
{
border-color: #80AD82;
}
.TagClassName
{
border-color: #80AD82;
}
</style>