Shades of Envy #7FA57F
Tints of Envy #7FA57F
RGB
CMYK
RGB Variations
Color information
#7FA57F (or 0x7FA57F) is known color: Envy. HEX triplet: 7F, A5 and 7F. RGB value is (127,165,127). Sum of RGB (Red+Green+Blue) = 127+165+127=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA57F is #805A80. Grayscale: #959595. Windows color (decimal): -8411777 or 8365439. OLE color: 8365439.
HSL color Cylindrical-coordinate representation of color #7FA57F: hue angle of 120º degrees, saturation: 0.17, 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 #7FA57F is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 165 | 127 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.35 |
| HSL | 120º | 0.17% | 0.57% | - |
| HSV(B) | 120º | 0.23% | 0.65% | - |
| XYZ | 26.04 | 32.95 | 25.07 | - |
| YUV | 149.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 127 | 0.23 | 0 | 0.23 | 0.35 | 120 | 0.17 | 0.57 |
| Hex | 7F | A5 | 7F | 17 | 0 | 17 | 23 | 78 | 11 | 39 |
| Octal | 177 | 245 | 177 | 27 | 0 | 27 | 43 | 170 | 21 | 71 |
| Binary | 1111111 | 10100101 | 1111111 | 10111 | 0 | 10111 | 100011 | 1111000 | 10001 | 111001 |
Color Harmonies of #7FA57F
Complementary color
Monochromatic Colors of #7FA57F
Black with #7FA57F
Text Example
Text Example
White with #7FA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA57F; }
p { color: rgb(127,165,127); }
H1.HeaderClassName
{
color: #7FA57F;
}
.AnyTagClassName
{
color: #7FA57F;
}
</style>
background-color css
<style>
a { background-color: #7FA57F; }
a { background-color: rgb(127,165,127); }
div.DivClassName
{
background-color: #7FA57F;
}
.BgClassName
{
background-color: #7FA57F;
}
</style>
border-color css
<style>
span { border-color: #7FA57F; }
span { border-color: rgb(127,165,127); }
td.TdClassName
{
border-color: #7FA57F;
}
.TagClassName
{
border-color: #7FA57F;
}
</style>