Shades of Envy #7FAC84
Tints of Envy #7FAC84
RGB
CMYK
RGB Variations
Color information
#7FAC84 (or 0x7FAC84) is known color: Envy. HEX triplet: 7F, AC and 84. RGB value is (127,172,132). Sum of RGB (Red+Green+Blue) = 127+172+132=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC84 is #80537B. Grayscale: #9A9A9A. Windows color (decimal): -8409980 or 8694911. OLE color: 8694911.
HSL color Cylindrical-coordinate representation of color #7FAC84: hue angle of 126.67º 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 #7FAC84 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 132 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.33 |
| HSL | 126.67º | 0.21% | 0.59% | - |
| HSV(B) | 126.67º | 0.26% | 0.67% | - |
| XYZ | 27.67 | 35.68 | 27.26 | - |
| YUV | 153.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 132 | 0.26 | 0 | 0.23 | 0.33 | 126.67 | 0.21 | 0.59 |
| Hex | 7F | AC | 84 | 1A | 0 | 17 | 21 | 7F | 15 | 3B |
| Octal | 177 | 254 | 204 | 32 | 0 | 27 | 41 | 177 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10000100 | 11010 | 0 | 10111 | 100001 | 1111111 | 10101 | 111011 |
Color Harmonies of #7FAC84
Complementary color
Monochromatic Colors of #7FAC84
Black with #7FAC84
Text Example
Text Example
White with #7FAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC84; }
p { color: rgb(127,172,132); }
H1.HeaderClassName
{
color: #7FAC84;
}
.AnyTagClassName
{
color: #7FAC84;
}
</style>
background-color css
<style>
a { background-color: #7FAC84; }
a { background-color: rgb(127,172,132); }
div.DivClassName
{
background-color: #7FAC84;
}
.BgClassName
{
background-color: #7FAC84;
}
</style>
border-color css
<style>
span { border-color: #7FAC84; }
span { border-color: rgb(127,172,132); }
td.TdClassName
{
border-color: #7FAC84;
}
.TagClassName
{
border-color: #7FAC84;
}
</style>