Shades of Envy #7FAB86
Tints of Envy #7FAB86
RGB
CMYK
RGB Variations
Color information
#7FAB86 (or 0x7FAB86) is known color: Envy. HEX triplet: 7F, AB and 86. RGB value is (127,171,134). Sum of RGB (Red+Green+Blue) = 127+171+134=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB86 is #805479. Grayscale: #999999. Windows color (decimal): -8410234 or 8825727. OLE color: 8825727.
HSL color Cylindrical-coordinate representation of color #7FAB86: hue angle of 129.55º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB86 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 134 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.33 |
| HSL | 129.55º | 0.21% | 0.58% | - |
| HSV(B) | 129.55º | 0.26% | 0.67% | - |
| XYZ | 27.62 | 35.36 | 27.92 | - |
| YUV | 153.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 134 | 0.26 | 0 | 0.22 | 0.33 | 129.55 | 0.21 | 0.58 |
| Hex | 7F | AB | 86 | 1A | 0 | 16 | 21 | 82 | 15 | 3A |
| Octal | 177 | 253 | 206 | 32 | 0 | 26 | 41 | 202 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10000110 | 11010 | 0 | 10110 | 100001 | 10000010 | 10101 | 111010 |
Color Harmonies of #7FAB86
Complementary color
Monochromatic Colors of #7FAB86
Black with #7FAB86
Text Example
Text Example
White with #7FAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB86; }
p { color: rgb(127,171,134); }
H1.HeaderClassName
{
color: #7FAB86;
}
.AnyTagClassName
{
color: #7FAB86;
}
</style>
background-color css
<style>
a { background-color: #7FAB86; }
a { background-color: rgb(127,171,134); }
div.DivClassName
{
background-color: #7FAB86;
}
.BgClassName
{
background-color: #7FAB86;
}
</style>
border-color css
<style>
span { border-color: #7FAB86; }
span { border-color: rgb(127,171,134); }
td.TdClassName
{
border-color: #7FAB86;
}
.TagClassName
{
border-color: #7FAB86;
}
</style>