Shades of Envy #7DAC7D
Tints of Envy #7DAC7D
RGB
CMYK
RGB Variations
Color information
#7DAC7D (or 0x7DAC7D) is known color: Envy. HEX triplet: 7D, AC and 7D. RGB value is (125,172,125). Sum of RGB (Red+Green+Blue) = 125+172+125=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC7D is #825382. Grayscale: #989898. Windows color (decimal): -8541059 or 8236157. OLE color: 8236157.
HSL color Cylindrical-coordinate representation of color #7DAC7D: hue angle of 120º 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 #7DAC7D is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 125 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.33 |
| HSL | 120º | 0.22% | 0.58% | - |
| HSV(B) | 120º | 0.27% | 0.67% | - |
| XYZ | 26.91 | 35.35 | 24.81 | - |
| YUV | 152.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 125 | 0.27 | 0 | 0.27 | 0.33 | 120 | 0.22 | 0.58 |
| Hex | 7D | AC | 7D | 1B | 0 | 1B | 21 | 78 | 16 | 3A |
| Octal | 175 | 254 | 175 | 33 | 0 | 33 | 41 | 170 | 26 | 72 |
| Binary | 1111101 | 10101100 | 1111101 | 11011 | 0 | 11011 | 100001 | 1111000 | 10110 | 111010 |
Color Harmonies of #7DAC7D
Complementary color
Monochromatic Colors of #7DAC7D
Black with #7DAC7D
Text Example
Text Example
White with #7DAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC7D; }
p { color: rgb(125,172,125); }
H1.HeaderClassName
{
color: #7DAC7D;
}
.AnyTagClassName
{
color: #7DAC7D;
}
</style>
background-color css
<style>
a { background-color: #7DAC7D; }
a { background-color: rgb(125,172,125); }
div.DivClassName
{
background-color: #7DAC7D;
}
.BgClassName
{
background-color: #7DAC7D;
}
</style>
border-color css
<style>
span { border-color: #7DAC7D; }
span { border-color: rgb(125,172,125); }
td.TdClassName
{
border-color: #7DAC7D;
}
.TagClassName
{
border-color: #7DAC7D;
}
</style>