Shades of Envy #7FA27F
Tints of Envy #7FA27F
RGB
CMYK
RGB Variations
Color information
#7FA27F (or 0x7FA27F) is known color: Envy. HEX triplet: 7F, A2 and 7F. RGB value is (127,162,127). Sum of RGB (Red+Green+Blue) = 127+162+127=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA27F is #805D80. Grayscale: #939393. Windows color (decimal): -8412545 or 8364671. OLE color: 8364671.
HSL color Cylindrical-coordinate representation of color #7FA27F: hue angle of 120º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA27F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 162 | 127 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.36 |
| HSL | 120º | 0.16% | 0.57% | - |
| HSV(B) | 120º | 0.22% | 0.64% | - |
| XYZ | 25.5 | 31.89 | 24.89 | - |
| YUV | 147.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 127 | 0.22 | 0 | 0.22 | 0.36 | 120 | 0.16 | 0.57 |
| Hex | 7F | A2 | 7F | 16 | 0 | 16 | 24 | 78 | 10 | 39 |
| Octal | 177 | 242 | 177 | 26 | 0 | 26 | 44 | 170 | 20 | 71 |
| Binary | 1111111 | 10100010 | 1111111 | 10110 | 0 | 10110 | 100100 | 1111000 | 10000 | 111001 |
Color Harmonies of #7FA27F
Complementary color
Monochromatic Colors of #7FA27F
Black with #7FA27F
Text Example
Text Example
White with #7FA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA27F; }
p { color: rgb(127,162,127); }
H1.HeaderClassName
{
color: #7FA27F;
}
.AnyTagClassName
{
color: #7FA27F;
}
</style>
background-color css
<style>
a { background-color: #7FA27F; }
a { background-color: rgb(127,162,127); }
div.DivClassName
{
background-color: #7FA27F;
}
.BgClassName
{
background-color: #7FA27F;
}
</style>
border-color css
<style>
span { border-color: #7FA27F; }
span { border-color: rgb(127,162,127); }
td.TdClassName
{
border-color: #7FA27F;
}
.TagClassName
{
border-color: #7FA27F;
}
</style>