Shades of Envy #7DAC7E
Tints of Envy #7DAC7E
RGB
CMYK
RGB Variations
Color information
#7DAC7E (or 0x7DAC7E) is known color: Envy. HEX triplet: 7D, AC and 7E. RGB value is (125,172,126). Sum of RGB (Red+Green+Blue) = 125+172+126=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC7E is #825381. Grayscale: #989898. Windows color (decimal): -8541058 or 8301693. OLE color: 8301693.
HSL color Cylindrical-coordinate representation of color #7DAC7E: hue angle of 121.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC7E is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 126 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.33 |
| HSL | 121.28º | 0.22% | 0.58% | - |
| HSV(B) | 121.28º | 0.27% | 0.67% | - |
| XYZ | 26.98 | 35.37 | 25.14 | - |
| YUV | 152.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 126 | 0.27 | 0 | 0.27 | 0.33 | 121.28 | 0.22 | 0.58 |
| Hex | 7D | AC | 7E | 1B | 0 | 1B | 21 | 79 | 16 | 3A |
| Octal | 175 | 254 | 176 | 33 | 0 | 33 | 41 | 171 | 26 | 72 |
| Binary | 1111101 | 10101100 | 1111110 | 11011 | 0 | 11011 | 100001 | 1111001 | 10110 | 111010 |
Color Harmonies of #7DAC7E
Complementary color
Monochromatic Colors of #7DAC7E
Black with #7DAC7E
Text Example
Text Example
White with #7DAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC7E; }
p { color: rgb(125,172,126); }
H1.HeaderClassName
{
color: #7DAC7E;
}
.AnyTagClassName
{
color: #7DAC7E;
}
</style>
background-color css
<style>
a { background-color: #7DAC7E; }
a { background-color: rgb(125,172,126); }
div.DivClassName
{
background-color: #7DAC7E;
}
.BgClassName
{
background-color: #7DAC7E;
}
</style>
border-color css
<style>
span { border-color: #7DAC7E; }
span { border-color: rgb(125,172,126); }
td.TdClassName
{
border-color: #7DAC7E;
}
.TagClassName
{
border-color: #7DAC7E;
}
</style>