Shades of Envy #7FAA81
Tints of Envy #7FAA81
RGB
CMYK
RGB Variations
Color information
#7FAA81 (or 0x7FAA81) is known color: Envy. HEX triplet: 7F, AA and 81. RGB value is (127,170,129). Sum of RGB (Red+Green+Blue) = 127+170+129=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA81 is #80557E. Grayscale: #989898. Windows color (decimal): -8410495 or 8497791. OLE color: 8497791.
HSL color Cylindrical-coordinate representation of color #7FAA81: hue angle of 122.79º 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 #7FAA81 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 129 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.33 |
| HSL | 122.79º | 0.2% | 0.58% | - |
| HSV(B) | 122.79º | 0.25% | 0.67% | - |
| XYZ | 27.09 | 34.85 | 26.07 | - |
| YUV | 152.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 129 | 0.25 | 0 | 0.24 | 0.33 | 122.79 | 0.2 | 0.58 |
| Hex | 7F | AA | 81 | 19 | 0 | 18 | 21 | 7B | 14 | 3A |
| Octal | 177 | 252 | 201 | 31 | 0 | 30 | 41 | 173 | 24 | 72 |
| Binary | 1111111 | 10101010 | 10000001 | 11001 | 0 | 11000 | 100001 | 1111011 | 10100 | 111010 |
Color Harmonies of #7FAA81
Complementary color
Monochromatic Colors of #7FAA81
Black with #7FAA81
Text Example
Text Example
White with #7FAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA81; }
p { color: rgb(127,170,129); }
H1.HeaderClassName
{
color: #7FAA81;
}
.AnyTagClassName
{
color: #7FAA81;
}
</style>
background-color css
<style>
a { background-color: #7FAA81; }
a { background-color: rgb(127,170,129); }
div.DivClassName
{
background-color: #7FAA81;
}
.BgClassName
{
background-color: #7FAA81;
}
</style>
border-color css
<style>
span { border-color: #7FAA81; }
span { border-color: rgb(127,170,129); }
td.TdClassName
{
border-color: #7FAA81;
}
.TagClassName
{
border-color: #7FAA81;
}
</style>