Shades of Envy #7DA77E
Tints of Envy #7DA77E
RGB
CMYK
RGB Variations
Color information
#7DA77E (or 0x7DA77E) is known color: Envy. HEX triplet: 7D, A7 and 7E. RGB value is (125,167,126). Sum of RGB (Red+Green+Blue) = 125+167+126=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA77E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA77E is #825881. Grayscale: #959595. Windows color (decimal): -8542338 or 8300413. OLE color: 8300413.
HSL color Cylindrical-coordinate representation of color #7DA77E: hue angle of 121.43º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA77E is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 126 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.35 |
| HSL | 121.43º | 0.19% | 0.57% | - |
| HSV(B) | 121.43º | 0.25% | 0.65% | - |
| XYZ | 26.04 | 33.5 | 24.83 | - |
| YUV | 149.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 126 | 0.25 | 0 | 0.25 | 0.35 | 121.43 | 0.19 | 0.57 |
| Hex | 7D | A7 | 7E | 19 | 0 | 19 | 23 | 79 | 13 | 39 |
| Octal | 175 | 247 | 176 | 31 | 0 | 31 | 43 | 171 | 23 | 71 |
| Binary | 1111101 | 10100111 | 1111110 | 11001 | 0 | 11001 | 100011 | 1111001 | 10011 | 111001 |
Color Harmonies of #7DA77E
Complementary color
Monochromatic Colors of #7DA77E
Black with #7DA77E
Text Example
Text Example
White with #7DA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA77E; }
p { color: rgb(125,167,126); }
H1.HeaderClassName
{
color: #7DA77E;
}
.AnyTagClassName
{
color: #7DA77E;
}
</style>
background-color css
<style>
a { background-color: #7DA77E; }
a { background-color: rgb(125,167,126); }
div.DivClassName
{
background-color: #7DA77E;
}
.BgClassName
{
background-color: #7DA77E;
}
</style>
border-color css
<style>
span { border-color: #7DA77E; }
span { border-color: rgb(125,167,126); }
td.TdClassName
{
border-color: #7DA77E;
}
.TagClassName
{
border-color: #7DA77E;
}
</style>