Shades of Envy #7DAC81
Tints of Envy #7DAC81
RGB
CMYK
RGB Variations
Color information
#7DAC81 (or 0x7DAC81) is known color: Envy. HEX triplet: 7D, AC and 81. RGB value is (125,172,129). Sum of RGB (Red+Green+Blue) = 125+172+129=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC81 is #82537E. Grayscale: #999999. Windows color (decimal): -8541055 or 8498301. OLE color: 8498301.
HSL color Cylindrical-coordinate representation of color #7DAC81: hue angle of 125.11º 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 #7DAC81 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 129 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.33 |
| HSL | 125.11º | 0.22% | 0.58% | - |
| HSV(B) | 125.11º | 0.27% | 0.67% | - |
| XYZ | 27.17 | 35.45 | 26.18 | - |
| YUV | 153.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 129 | 0.27 | 0 | 0.25 | 0.33 | 125.11 | 0.22 | 0.58 |
| Hex | 7D | AC | 81 | 1B | 0 | 19 | 21 | 7D | 16 | 3A |
| Octal | 175 | 254 | 201 | 33 | 0 | 31 | 41 | 175 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10000001 | 11011 | 0 | 11001 | 100001 | 1111101 | 10110 | 111010 |
Color Harmonies of #7DAC81
Complementary color
Monochromatic Colors of #7DAC81
Black with #7DAC81
Text Example
Text Example
White with #7DAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC81; }
p { color: rgb(125,172,129); }
H1.HeaderClassName
{
color: #7DAC81;
}
.AnyTagClassName
{
color: #7DAC81;
}
</style>
background-color css
<style>
a { background-color: #7DAC81; }
a { background-color: rgb(125,172,129); }
div.DivClassName
{
background-color: #7DAC81;
}
.BgClassName
{
background-color: #7DAC81;
}
</style>
border-color css
<style>
span { border-color: #7DAC81; }
span { border-color: rgb(125,172,129); }
td.TdClassName
{
border-color: #7DAC81;
}
.TagClassName
{
border-color: #7DAC81;
}
</style>