Shades of Envy #7DA57F
Tints of Envy #7DA57F
RGB
CMYK
RGB Variations
Color information
#7DA57F (or 0x7DA57F) is known color: Envy. HEX triplet: 7D, A5 and 7F. RGB value is (125,165,127). Sum of RGB (Red+Green+Blue) = 125+165+127=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA57F is #825A80. Grayscale: #949494. Windows color (decimal): -8542849 or 8365437. OLE color: 8365437.
HSL color Cylindrical-coordinate representation of color #7DA57F: hue angle of 123º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA57F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 127 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.35 |
| HSL | 123º | 0.18% | 0.57% | - |
| HSV(B) | 123º | 0.24% | 0.65% | - |
| XYZ | 25.74 | 32.8 | 25.05 | - |
| YUV | 148.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 127 | 0.24 | 0 | 0.23 | 0.35 | 123 | 0.18 | 0.57 |
| Hex | 7D | A5 | 7F | 18 | 0 | 17 | 23 | 7B | 12 | 39 |
| Octal | 175 | 245 | 177 | 30 | 0 | 27 | 43 | 173 | 22 | 71 |
| Binary | 1111101 | 10100101 | 1111111 | 11000 | 0 | 10111 | 100011 | 1111011 | 10010 | 111001 |
Color Harmonies of #7DA57F
Complementary color
Monochromatic Colors of #7DA57F
Black with #7DA57F
Text Example
Text Example
White with #7DA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA57F; }
p { color: rgb(125,165,127); }
H1.HeaderClassName
{
color: #7DA57F;
}
.AnyTagClassName
{
color: #7DA57F;
}
</style>
background-color css
<style>
a { background-color: #7DA57F; }
a { background-color: rgb(125,165,127); }
div.DivClassName
{
background-color: #7DA57F;
}
.BgClassName
{
background-color: #7DA57F;
}
</style>
border-color css
<style>
span { border-color: #7DA57F; }
span { border-color: rgb(125,165,127); }
td.TdClassName
{
border-color: #7DA57F;
}
.TagClassName
{
border-color: #7DA57F;
}
</style>