Shades of Envy #7FAA86
Tints of Envy #7FAA86
RGB
CMYK
RGB Variations
Color information
#7FAA86 (or 0x7FAA86) is known color: Envy. HEX triplet: 7F, AA and 86. RGB value is (127,170,134). Sum of RGB (Red+Green+Blue) = 127+170+134=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA86 is #805579. Grayscale: #999999. Windows color (decimal): -8410490 or 8825471. OLE color: 8825471.
HSL color Cylindrical-coordinate representation of color #7FAA86: hue angle of 129.77º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAA86 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 134 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.33 |
| HSL | 129.77º | 0.2% | 0.58% | - |
| HSV(B) | 129.77º | 0.25% | 0.67% | - |
| XYZ | 27.43 | 34.98 | 27.86 | - |
| YUV | 153.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 134 | 0.25 | 0 | 0.21 | 0.33 | 129.77 | 0.2 | 0.58 |
| Hex | 7F | AA | 86 | 19 | 0 | 15 | 21 | 82 | 14 | 3A |
| Octal | 177 | 252 | 206 | 31 | 0 | 25 | 41 | 202 | 24 | 72 |
| Binary | 1111111 | 10101010 | 10000110 | 11001 | 0 | 10101 | 100001 | 10000010 | 10100 | 111010 |
Color Harmonies of #7FAA86
Complementary color
Monochromatic Colors of #7FAA86
Black with #7FAA86
Text Example
Text Example
White with #7FAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA86; }
p { color: rgb(127,170,134); }
H1.HeaderClassName
{
color: #7FAA86;
}
.AnyTagClassName
{
color: #7FAA86;
}
</style>
background-color css
<style>
a { background-color: #7FAA86; }
a { background-color: rgb(127,170,134); }
div.DivClassName
{
background-color: #7FAA86;
}
.BgClassName
{
background-color: #7FAA86;
}
</style>
border-color css
<style>
span { border-color: #7FAA86; }
span { border-color: rgb(127,170,134); }
td.TdClassName
{
border-color: #7FAA86;
}
.TagClassName
{
border-color: #7FAA86;
}
</style>