Shades of Envy #80AD7F
Tints of Envy #80AD7F
RGB
CMYK
RGB Variations
Color information
#80AD7F (or 0x80AD7F) is known color: Envy. HEX triplet: 80, AD and 7F. RGB value is (128,173,127). Sum of RGB (Red+Green+Blue) = 128+173+127=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD7F is #7F5280. Grayscale: #9A9A9A. Windows color (decimal): -8344193 or 8367488. OLE color: 8367488.
HSL color Cylindrical-coordinate representation of color #80AD7F: hue angle of 118.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AD7F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 127 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.32 |
| HSL | 118.7º | 0.22% | 0.59% | - |
| HSV(B) | 118.7º | 0.27% | 0.68% | - |
| XYZ | 27.68 | 36.01 | 25.57 | - |
| YUV | 154.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 127 | 0.26 | 0 | 0.27 | 0.32 | 118.7 | 0.22 | 0.59 |
| Hex | 80 | AD | 7F | 1A | 0 | 1B | 20 | 77 | 16 | 3B |
| Octal | 200 | 255 | 177 | 32 | 0 | 33 | 40 | 167 | 26 | 73 |
| Binary | 10000000 | 10101101 | 1111111 | 11010 | 0 | 11011 | 100000 | 1110111 | 10110 | 111011 |
Color Harmonies of #80AD7F
Complementary color
Monochromatic Colors of #80AD7F
Black with #80AD7F
Text Example
Text Example
White with #80AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD7F; }
p { color: rgb(128,173,127); }
H1.HeaderClassName
{
color: #80AD7F;
}
.AnyTagClassName
{
color: #80AD7F;
}
</style>
background-color css
<style>
a { background-color: #80AD7F; }
a { background-color: rgb(128,173,127); }
div.DivClassName
{
background-color: #80AD7F;
}
.BgClassName
{
background-color: #80AD7F;
}
</style>
border-color css
<style>
span { border-color: #80AD7F; }
span { border-color: rgb(128,173,127); }
td.TdClassName
{
border-color: #80AD7F;
}
.TagClassName
{
border-color: #80AD7F;
}
</style>