Shades of Envy #7DA57E
Tints of Envy #7DA57E
RGB
CMYK
RGB Variations
Color information
#7DA57E (or 0x7DA57E) is known color: Envy. HEX triplet: 7D, A5 and 7E. RGB value is (125,165,126). Sum of RGB (Red+Green+Blue) = 125+165+126=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA57E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA57E is #825A81. Grayscale: #949494. Windows color (decimal): -8542850 or 8299901. OLE color: 8299901.
HSL color Cylindrical-coordinate representation of color #7DA57E: hue angle of 121.5º 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 #7DA57E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 126 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.35 |
| HSL | 121.5º | 0.18% | 0.57% | - |
| HSV(B) | 121.5º | 0.24% | 0.65% | - |
| XYZ | 25.68 | 32.78 | 24.71 | - |
| YUV | 148.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 126 | 0.24 | 0 | 0.24 | 0.35 | 121.5 | 0.18 | 0.57 |
| Hex | 7D | A5 | 7E | 18 | 0 | 18 | 23 | 7A | 12 | 39 |
| Octal | 175 | 245 | 176 | 30 | 0 | 30 | 43 | 172 | 22 | 71 |
| Binary | 1111101 | 10100101 | 1111110 | 11000 | 0 | 11000 | 100011 | 1111010 | 10010 | 111001 |
Color Harmonies of #7DA57E
Complementary color
Monochromatic Colors of #7DA57E
Black with #7DA57E
Text Example
Text Example
White with #7DA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA57E; }
p { color: rgb(125,165,126); }
H1.HeaderClassName
{
color: #7DA57E;
}
.AnyTagClassName
{
color: #7DA57E;
}
</style>
background-color css
<style>
a { background-color: #7DA57E; }
a { background-color: rgb(125,165,126); }
div.DivClassName
{
background-color: #7DA57E;
}
.BgClassName
{
background-color: #7DA57E;
}
</style>
border-color css
<style>
span { border-color: #7DA57E; }
span { border-color: rgb(125,165,126); }
td.TdClassName
{
border-color: #7DA57E;
}
.TagClassName
{
border-color: #7DA57E;
}
</style>