Shades of Envy #7FA981
Tints of Envy #7FA981
RGB
CMYK
RGB Variations
Color information
#7FA981 (or 0x7FA981) is known color: Envy. HEX triplet: 7F, A9 and 81. RGB value is (127,169,129). Sum of RGB (Red+Green+Blue) = 127+169+129=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA981 is #80567E. Grayscale: #989898. Windows color (decimal): -8410751 or 8497535. OLE color: 8497535.
HSL color Cylindrical-coordinate representation of color #7FA981: hue angle of 122.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA981 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 169 | 129 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.34 |
| HSL | 122.86º | 0.2% | 0.58% | - |
| HSV(B) | 122.86º | 0.25% | 0.66% | - |
| XYZ | 26.9 | 34.47 | 26 | - |
| YUV | 151.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 129 | 0.25 | 0 | 0.24 | 0.34 | 122.86 | 0.2 | 0.58 |
| Hex | 7F | A9 | 81 | 19 | 0 | 18 | 22 | 7B | 14 | 3A |
| Octal | 177 | 251 | 201 | 31 | 0 | 30 | 42 | 173 | 24 | 72 |
| Binary | 1111111 | 10101001 | 10000001 | 11001 | 0 | 11000 | 100010 | 1111011 | 10100 | 111010 |
Color Harmonies of #7FA981
Complementary color
Monochromatic Colors of #7FA981
Black with #7FA981
Text Example
Text Example
White with #7FA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA981; }
p { color: rgb(127,169,129); }
H1.HeaderClassName
{
color: #7FA981;
}
.AnyTagClassName
{
color: #7FA981;
}
</style>
background-color css
<style>
a { background-color: #7FA981; }
a { background-color: rgb(127,169,129); }
div.DivClassName
{
background-color: #7FA981;
}
.BgClassName
{
background-color: #7FA981;
}
</style>
border-color css
<style>
span { border-color: #7FA981; }
span { border-color: rgb(127,169,129); }
td.TdClassName
{
border-color: #7FA981;
}
.TagClassName
{
border-color: #7FA981;
}
</style>