Shades of Envy #7DAA7E
Tints of Envy #7DAA7E
RGB
CMYK
RGB Variations
Color information
#7DAA7E (or 0x7DAA7E) is known color: Envy. HEX triplet: 7D, AA and 7E. RGB value is (125,170,126). Sum of RGB (Red+Green+Blue) = 125+170+126=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA7E is #825581. Grayscale: #979797. Windows color (decimal): -8541570 or 8301181. OLE color: 8301181.
HSL color Cylindrical-coordinate representation of color #7DAA7E: hue angle of 121.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DAA7E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 126 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.33 |
| HSL | 121.33º | 0.21% | 0.58% | - |
| HSV(B) | 121.33º | 0.26% | 0.67% | - |
| XYZ | 26.6 | 34.62 | 25.02 | - |
| YUV | 151.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 126 | 0.26 | 0 | 0.26 | 0.33 | 121.33 | 0.21 | 0.58 |
| Hex | 7D | AA | 7E | 1A | 0 | 1A | 21 | 79 | 15 | 3A |
| Octal | 175 | 252 | 176 | 32 | 0 | 32 | 41 | 171 | 25 | 72 |
| Binary | 1111101 | 10101010 | 1111110 | 11010 | 0 | 11010 | 100001 | 1111001 | 10101 | 111010 |
Color Harmonies of #7DAA7E
Complementary color
Monochromatic Colors of #7DAA7E
Black with #7DAA7E
Text Example
Text Example
White with #7DAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA7E; }
p { color: rgb(125,170,126); }
H1.HeaderClassName
{
color: #7DAA7E;
}
.AnyTagClassName
{
color: #7DAA7E;
}
</style>
background-color css
<style>
a { background-color: #7DAA7E; }
a { background-color: rgb(125,170,126); }
div.DivClassName
{
background-color: #7DAA7E;
}
.BgClassName
{
background-color: #7DAA7E;
}
</style>
border-color css
<style>
span { border-color: #7DAA7E; }
span { border-color: rgb(125,170,126); }
td.TdClassName
{
border-color: #7DAA7E;
}
.TagClassName
{
border-color: #7DAA7E;
}
</style>