Shades of Envy #7FAD86
Tints of Envy #7FAD86
RGB
CMYK
RGB Variations
Color information
#7FAD86 (or 0x7FAD86) is known color: Envy. HEX triplet: 7F, AD and 86. RGB value is (127,173,134). Sum of RGB (Red+Green+Blue) = 127+173+134=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD86 is #805279. Grayscale: #9A9A9A. Windows color (decimal): -8409722 or 8826239. OLE color: 8826239.
HSL color Cylindrical-coordinate representation of color #7FAD86: hue angle of 129.13º 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 #7FAD86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 134 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.32 |
| HSL | 129.13º | 0.22% | 0.59% | - |
| HSV(B) | 129.13º | 0.27% | 0.68% | - |
| XYZ | 28 | 36.12 | 28.05 | - |
| YUV | 154.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 134 | 0.27 | 0 | 0.23 | 0.32 | 129.13 | 0.22 | 0.59 |
| Hex | 7F | AD | 86 | 1B | 0 | 17 | 20 | 81 | 16 | 3B |
| Octal | 177 | 255 | 206 | 33 | 0 | 27 | 40 | 201 | 26 | 73 |
| Binary | 1111111 | 10101101 | 10000110 | 11011 | 0 | 10111 | 100000 | 10000001 | 10110 | 111011 |
Color Harmonies of #7FAD86
Complementary color
Monochromatic Colors of #7FAD86
Black with #7FAD86
Text Example
Text Example
White with #7FAD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD86; }
p { color: rgb(127,173,134); }
H1.HeaderClassName
{
color: #7FAD86;
}
.AnyTagClassName
{
color: #7FAD86;
}
</style>
background-color css
<style>
a { background-color: #7FAD86; }
a { background-color: rgb(127,173,134); }
div.DivClassName
{
background-color: #7FAD86;
}
.BgClassName
{
background-color: #7FAD86;
}
</style>
border-color css
<style>
span { border-color: #7FAD86; }
span { border-color: rgb(127,173,134); }
td.TdClassName
{
border-color: #7FAD86;
}
.TagClassName
{
border-color: #7FAD86;
}
</style>