Shades of Envy #7FAD80
Tints of Envy #7FAD80
RGB
CMYK
RGB Variations
Color information
#7FAD80 (or 0x7FAD80) is known color: Envy. HEX triplet: 7F, AD and 80. RGB value is (127,173,128). Sum of RGB (Red+Green+Blue) = 127+173+128=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD80 is #80527F. Grayscale: #9A9A9A. Windows color (decimal): -8409728 or 8433023. OLE color: 8433023.
HSL color Cylindrical-coordinate representation of color #7FAD80: hue angle of 121.3º 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 #7FAD80 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 128 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.32 |
| HSL | 121.3º | 0.22% | 0.59% | - |
| HSV(B) | 121.3º | 0.27% | 0.68% | - |
| XYZ | 27.59 | 35.96 | 25.91 | - |
| YUV | 154.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 128 | 0.27 | 0 | 0.26 | 0.32 | 121.3 | 0.22 | 0.59 |
| Hex | 7F | AD | 80 | 1B | 0 | 1A | 20 | 79 | 16 | 3B |
| Octal | 177 | 255 | 200 | 33 | 0 | 32 | 40 | 171 | 26 | 73 |
| Binary | 1111111 | 10101101 | 10000000 | 11011 | 0 | 11010 | 100000 | 1111001 | 10110 | 111011 |
Color Harmonies of #7FAD80
Complementary color
Monochromatic Colors of #7FAD80
Black with #7FAD80
Text Example
Text Example
White with #7FAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD80; }
p { color: rgb(127,173,128); }
H1.HeaderClassName
{
color: #7FAD80;
}
.AnyTagClassName
{
color: #7FAD80;
}
</style>
background-color css
<style>
a { background-color: #7FAD80; }
a { background-color: rgb(127,173,128); }
div.DivClassName
{
background-color: #7FAD80;
}
.BgClassName
{
background-color: #7FAD80;
}
</style>
border-color css
<style>
span { border-color: #7FAD80; }
span { border-color: rgb(127,173,128); }
td.TdClassName
{
border-color: #7FAD80;
}
.TagClassName
{
border-color: #7FAD80;
}
</style>