Shades of Envy #7DAC7F
Tints of Envy #7DAC7F
RGB
CMYK
RGB Variations
Color information
#7DAC7F (or 0x7DAC7F) is known color: Envy. HEX triplet: 7D, AC and 7F. RGB value is (125,172,127). Sum of RGB (Red+Green+Blue) = 125+172+127=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC7F is #825380. Grayscale: #989898. Windows color (decimal): -8541057 or 8367229. OLE color: 8367229.
HSL color Cylindrical-coordinate representation of color #7DAC7F: hue angle of 122.55º 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 #7DAC7F is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 127 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.33 |
| HSL | 122.55º | 0.22% | 0.58% | - |
| HSV(B) | 122.55º | 0.27% | 0.67% | - |
| XYZ | 27.04 | 35.4 | 25.49 | - |
| YUV | 152.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 127 | 0.27 | 0 | 0.26 | 0.33 | 122.55 | 0.22 | 0.58 |
| Hex | 7D | AC | 7F | 1B | 0 | 1A | 21 | 7B | 16 | 3A |
| Octal | 175 | 254 | 177 | 33 | 0 | 32 | 41 | 173 | 26 | 72 |
| Binary | 1111101 | 10101100 | 1111111 | 11011 | 0 | 11010 | 100001 | 1111011 | 10110 | 111010 |
Color Harmonies of #7DAC7F
Complementary color
Monochromatic Colors of #7DAC7F
Black with #7DAC7F
Text Example
Text Example
White with #7DAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC7F; }
p { color: rgb(125,172,127); }
H1.HeaderClassName
{
color: #7DAC7F;
}
.AnyTagClassName
{
color: #7DAC7F;
}
</style>
background-color css
<style>
a { background-color: #7DAC7F; }
a { background-color: rgb(125,172,127); }
div.DivClassName
{
background-color: #7DAC7F;
}
.BgClassName
{
background-color: #7DAC7F;
}
</style>
border-color css
<style>
span { border-color: #7DAC7F; }
span { border-color: rgb(125,172,127); }
td.TdClassName
{
border-color: #7DAC7F;
}
.TagClassName
{
border-color: #7DAC7F;
}
</style>