Shades of Envy #7FAA84
Tints of Envy #7FAA84
RGB
CMYK
RGB Variations
Color information
#7FAA84 (or 0x7FAA84) is known color: Envy. HEX triplet: 7F, AA and 84. RGB value is (127,170,132). Sum of RGB (Red+Green+Blue) = 127+170+132=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA84 is #80557B. Grayscale: #989898. Windows color (decimal): -8410492 or 8694399. OLE color: 8694399.
HSL color Cylindrical-coordinate representation of color #7FAA84: hue angle of 126.98º 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 #7FAA84 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 132 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.33 |
| HSL | 126.98º | 0.2% | 0.58% | - |
| HSV(B) | 126.98º | 0.25% | 0.67% | - |
| XYZ | 27.29 | 34.93 | 27.13 | - |
| YUV | 152.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 132 | 0.25 | 0 | 0.22 | 0.33 | 126.98 | 0.2 | 0.58 |
| Hex | 7F | AA | 84 | 19 | 0 | 16 | 21 | 7F | 14 | 3A |
| Octal | 177 | 252 | 204 | 31 | 0 | 26 | 41 | 177 | 24 | 72 |
| Binary | 1111111 | 10101010 | 10000100 | 11001 | 0 | 10110 | 100001 | 1111111 | 10100 | 111010 |
Color Harmonies of #7FAA84
Complementary color
Monochromatic Colors of #7FAA84
Black with #7FAA84
Text Example
Text Example
White with #7FAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA84; }
p { color: rgb(127,170,132); }
H1.HeaderClassName
{
color: #7FAA84;
}
.AnyTagClassName
{
color: #7FAA84;
}
</style>
background-color css
<style>
a { background-color: #7FAA84; }
a { background-color: rgb(127,170,132); }
div.DivClassName
{
background-color: #7FAA84;
}
.BgClassName
{
background-color: #7FAA84;
}
</style>
border-color css
<style>
span { border-color: #7FAA84; }
span { border-color: rgb(127,170,132); }
td.TdClassName
{
border-color: #7FAA84;
}
.TagClassName
{
border-color: #7FAA84;
}
</style>