Shades of Envy #7DA07E
Tints of Envy #7DA07E
RGB
CMYK
RGB Variations
Color information
#7DA07E (or 0x7DA07E) is known color: Envy. HEX triplet: 7D, A0 and 7E. RGB value is (125,160,126). Sum of RGB (Red+Green+Blue) = 125+160+126=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA07E is #825F81. Grayscale: #919191. Windows color (decimal): -8544130 or 8298621. OLE color: 8298621.
HSL color Cylindrical-coordinate representation of color #7DA07E: hue angle of 121.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA07E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 126 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.37 |
| HSL | 121.71º | 0.16% | 0.56% | - |
| HSV(B) | 121.71º | 0.22% | 0.63% | - |
| XYZ | 24.79 | 31.01 | 24.42 | - |
| YUV | 145.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 126 | 0.22 | 0 | 0.21 | 0.37 | 121.71 | 0.16 | 0.56 |
| Hex | 7D | A0 | 7E | 16 | 0 | 15 | 25 | 7A | 10 | 38 |
| Octal | 175 | 240 | 176 | 26 | 0 | 25 | 45 | 172 | 20 | 70 |
| Binary | 1111101 | 10100000 | 1111110 | 10110 | 0 | 10101 | 100101 | 1111010 | 10000 | 111000 |
Color Harmonies of #7DA07E
Complementary color
Monochromatic Colors of #7DA07E
Black with #7DA07E
Text Example
Text Example
White with #7DA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA07E; }
p { color: rgb(125,160,126); }
H1.HeaderClassName
{
color: #7DA07E;
}
.AnyTagClassName
{
color: #7DA07E;
}
</style>
background-color css
<style>
a { background-color: #7DA07E; }
a { background-color: rgb(125,160,126); }
div.DivClassName
{
background-color: #7DA07E;
}
.BgClassName
{
background-color: #7DA07E;
}
</style>
border-color css
<style>
span { border-color: #7DA07E; }
span { border-color: rgb(125,160,126); }
td.TdClassName
{
border-color: #7DA07E;
}
.TagClassName
{
border-color: #7DA07E;
}
</style>