Shades of Envy #7DA281
Tints of Envy #7DA281
RGB
CMYK
RGB Variations
Color information
#7DA281 (or 0x7DA281) is known color: Envy. HEX triplet: 7D, A2 and 81. RGB value is (125,162,129). Sum of RGB (Red+Green+Blue) = 125+162+129=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA281 is #825D7E. Grayscale: #939393. Windows color (decimal): -8543615 or 8495741. OLE color: 8495741.
HSL color Cylindrical-coordinate representation of color #7DA281: hue angle of 126.49º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA281 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 129 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.36 |
| HSL | 126.49º | 0.17% | 0.56% | - |
| HSV(B) | 126.49º | 0.23% | 0.64% | - |
| XYZ | 25.34 | 31.79 | 25.57 | - |
| YUV | 147.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 129 | 0.23 | 0 | 0.20 | 0.36 | 126.49 | 0.17 | 0.56 |
| Hex | 7D | A2 | 81 | 17 | 0 | 14 | 24 | 7E | 11 | 38 |
| Octal | 175 | 242 | 201 | 27 | 0 | 24 | 44 | 176 | 21 | 70 |
| Binary | 1111101 | 10100010 | 10000001 | 10111 | 0 | 10100 | 100100 | 1111110 | 10001 | 111000 |
Color Harmonies of #7DA281
Complementary color
Monochromatic Colors of #7DA281
Black with #7DA281
Text Example
Text Example
White with #7DA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA281; }
p { color: rgb(125,162,129); }
H1.HeaderClassName
{
color: #7DA281;
}
.AnyTagClassName
{
color: #7DA281;
}
</style>
background-color css
<style>
a { background-color: #7DA281; }
a { background-color: rgb(125,162,129); }
div.DivClassName
{
background-color: #7DA281;
}
.BgClassName
{
background-color: #7DA281;
}
</style>
border-color css
<style>
span { border-color: #7DA281; }
span { border-color: rgb(125,162,129); }
td.TdClassName
{
border-color: #7DA281;
}
.TagClassName
{
border-color: #7DA281;
}
</style>