Shades of Envy #7DAC82
Tints of Envy #7DAC82
RGB
CMYK
RGB Variations
Color information
#7DAC82 (or 0x7DAC82) is known color: Envy. HEX triplet: 7D, AC and 82. RGB value is (125,172,130). Sum of RGB (Red+Green+Blue) = 125+172+130=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC82 is #82537D. Grayscale: #999999. Windows color (decimal): -8541054 or 8563837. OLE color: 8563837.
HSL color Cylindrical-coordinate representation of color #7DAC82: hue angle of 126.38º 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 #7DAC82 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 130 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.33 |
| HSL | 126.38º | 0.22% | 0.58% | - |
| HSV(B) | 126.38º | 0.27% | 0.67% | - |
| XYZ | 27.24 | 35.48 | 26.53 | - |
| YUV | 153.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 130 | 0.27 | 0 | 0.24 | 0.33 | 126.38 | 0.22 | 0.58 |
| Hex | 7D | AC | 82 | 1B | 0 | 18 | 21 | 7E | 16 | 3A |
| Octal | 175 | 254 | 202 | 33 | 0 | 30 | 41 | 176 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10000010 | 11011 | 0 | 11000 | 100001 | 1111110 | 10110 | 111010 |
Color Harmonies of #7DAC82
Complementary color
Monochromatic Colors of #7DAC82
Black with #7DAC82
Text Example
Text Example
White with #7DAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC82; }
p { color: rgb(125,172,130); }
H1.HeaderClassName
{
color: #7DAC82;
}
.AnyTagClassName
{
color: #7DAC82;
}
</style>
background-color css
<style>
a { background-color: #7DAC82; }
a { background-color: rgb(125,172,130); }
div.DivClassName
{
background-color: #7DAC82;
}
.BgClassName
{
background-color: #7DAC82;
}
</style>
border-color css
<style>
span { border-color: #7DAC82; }
span { border-color: rgb(125,172,130); }
td.TdClassName
{
border-color: #7DAC82;
}
.TagClassName
{
border-color: #7DAC82;
}
</style>