Shades of Envy #7FAA7F
Tints of Envy #7FAA7F
RGB
CMYK
RGB Variations
Color information
#7FAA7F (or 0x7FAA7F) is known color: Envy. HEX triplet: 7F, AA and 7F. RGB value is (127,170,127). Sum of RGB (Red+Green+Blue) = 127+170+127=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA7F is #805580. Grayscale: #989898. Windows color (decimal): -8410497 or 8366719. OLE color: 8366719.
HSL color Cylindrical-coordinate representation of color #7FAA7F: hue angle of 120º 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 #7FAA7F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 127 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.33 |
| HSL | 120º | 0.2% | 0.58% | - |
| HSV(B) | 120º | 0.25% | 0.67% | - |
| XYZ | 26.96 | 34.79 | 25.37 | - |
| YUV | 152.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 127 | 0.25 | 0 | 0.25 | 0.33 | 120 | 0.2 | 0.58 |
| Hex | 7F | AA | 7F | 19 | 0 | 19 | 21 | 78 | 14 | 3A |
| Octal | 177 | 252 | 177 | 31 | 0 | 31 | 41 | 170 | 24 | 72 |
| Binary | 1111111 | 10101010 | 1111111 | 11001 | 0 | 11001 | 100001 | 1111000 | 10100 | 111010 |
Color Harmonies of #7FAA7F
Complementary color
Monochromatic Colors of #7FAA7F
Black with #7FAA7F
Text Example
Text Example
White with #7FAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA7F; }
p { color: rgb(127,170,127); }
H1.HeaderClassName
{
color: #7FAA7F;
}
.AnyTagClassName
{
color: #7FAA7F;
}
</style>
background-color css
<style>
a { background-color: #7FAA7F; }
a { background-color: rgb(127,170,127); }
div.DivClassName
{
background-color: #7FAA7F;
}
.BgClassName
{
background-color: #7FAA7F;
}
</style>
border-color css
<style>
span { border-color: #7FAA7F; }
span { border-color: rgb(127,170,127); }
td.TdClassName
{
border-color: #7FAA7F;
}
.TagClassName
{
border-color: #7FAA7F;
}
</style>