Shades of Envy #7FAC86
Tints of Envy #7FAC86
RGB
CMYK
RGB Variations
Color information
#7FAC86 (or 0x7FAC86) is known color: Envy. HEX triplet: 7F, AC and 86. RGB value is (127,172,134). Sum of RGB (Red+Green+Blue) = 127+172+134=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC86 is #805379. Grayscale: #9A9A9A. Windows color (decimal): -8409978 or 8825983. OLE color: 8825983.
HSL color Cylindrical-coordinate representation of color #7FAC86: hue angle of 129.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAC86 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 134 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.33 |
| HSL | 129.33º | 0.21% | 0.59% | - |
| HSV(B) | 129.33º | 0.26% | 0.67% | - |
| XYZ | 27.81 | 35.74 | 27.99 | - |
| YUV | 154.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 134 | 0.26 | 0 | 0.22 | 0.33 | 129.33 | 0.21 | 0.59 |
| Hex | 7F | AC | 86 | 1A | 0 | 16 | 21 | 81 | 15 | 3B |
| Octal | 177 | 254 | 206 | 32 | 0 | 26 | 41 | 201 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10000110 | 11010 | 0 | 10110 | 100001 | 10000001 | 10101 | 111011 |
Color Harmonies of #7FAC86
Complementary color
Monochromatic Colors of #7FAC86
Black with #7FAC86
Text Example
Text Example
White with #7FAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC86; }
p { color: rgb(127,172,134); }
H1.HeaderClassName
{
color: #7FAC86;
}
.AnyTagClassName
{
color: #7FAC86;
}
</style>
background-color css
<style>
a { background-color: #7FAC86; }
a { background-color: rgb(127,172,134); }
div.DivClassName
{
background-color: #7FAC86;
}
.BgClassName
{
background-color: #7FAC86;
}
</style>
border-color css
<style>
span { border-color: #7FAC86; }
span { border-color: rgb(127,172,134); }
td.TdClassName
{
border-color: #7FAC86;
}
.TagClassName
{
border-color: #7FAC86;
}
</style>