Shades of Envy #7FA681
Tints of Envy #7FA681
RGB
CMYK
RGB Variations
Color information
#7FA681 (or 0x7FA681) is known color: Envy. HEX triplet: 7F, A6 and 81. RGB value is (127,166,129). Sum of RGB (Red+Green+Blue) = 127+166+129=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA681 is #80597E. Grayscale: #969696. Windows color (decimal): -8411519 or 8496767. OLE color: 8496767.
HSL color Cylindrical-coordinate representation of color #7FA681: hue angle of 123.08º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA681 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 129 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.35 |
| HSL | 123.08º | 0.18% | 0.57% | - |
| HSV(B) | 123.08º | 0.23% | 0.65% | - |
| XYZ | 26.35 | 33.37 | 25.82 | - |
| YUV | 150.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 129 | 0.23 | 0 | 0.22 | 0.35 | 123.08 | 0.18 | 0.57 |
| Hex | 7F | A6 | 81 | 17 | 0 | 16 | 23 | 7B | 12 | 39 |
| Octal | 177 | 246 | 201 | 27 | 0 | 26 | 43 | 173 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10000001 | 10111 | 0 | 10110 | 100011 | 1111011 | 10010 | 111001 |
Color Harmonies of #7FA681
Complementary color
Monochromatic Colors of #7FA681
Black with #7FA681
Text Example
Text Example
White with #7FA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA681; }
p { color: rgb(127,166,129); }
H1.HeaderClassName
{
color: #7FA681;
}
.AnyTagClassName
{
color: #7FA681;
}
</style>
background-color css
<style>
a { background-color: #7FA681; }
a { background-color: rgb(127,166,129); }
div.DivClassName
{
background-color: #7FA681;
}
.BgClassName
{
background-color: #7FA681;
}
</style>
border-color css
<style>
span { border-color: #7FA681; }
span { border-color: rgb(127,166,129); }
td.TdClassName
{
border-color: #7FA681;
}
.TagClassName
{
border-color: #7FA681;
}
</style>