Shades of Envy #7DAB7E
Tints of Envy #7DAB7E
RGB
CMYK
RGB Variations
Color information
#7DAB7E (or 0x7DAB7E) is known color: Envy. HEX triplet: 7D, AB and 7E. RGB value is (125,171,126). Sum of RGB (Red+Green+Blue) = 125+171+126=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB7E is #825481. Grayscale: #989898. Windows color (decimal): -8541314 or 8301437. OLE color: 8301437.
HSL color Cylindrical-coordinate representation of color #7DAB7E: hue angle of 121.3º degrees, saturation: 0.21, 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 #7DAB7E is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 126 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.33 |
| HSL | 121.3º | 0.21% | 0.58% | - |
| HSV(B) | 121.3º | 0.27% | 0.67% | - |
| XYZ | 26.79 | 34.99 | 25.08 | - |
| YUV | 152.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 126 | 0.27 | 0 | 0.26 | 0.33 | 121.3 | 0.21 | 0.58 |
| Hex | 7D | AB | 7E | 1B | 0 | 1A | 21 | 79 | 15 | 3A |
| Octal | 175 | 253 | 176 | 33 | 0 | 32 | 41 | 171 | 25 | 72 |
| Binary | 1111101 | 10101011 | 1111110 | 11011 | 0 | 11010 | 100001 | 1111001 | 10101 | 111010 |
Color Harmonies of #7DAB7E
Complementary color
Monochromatic Colors of #7DAB7E
Black with #7DAB7E
Text Example
Text Example
White with #7DAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB7E; }
p { color: rgb(125,171,126); }
H1.HeaderClassName
{
color: #7DAB7E;
}
.AnyTagClassName
{
color: #7DAB7E;
}
</style>
background-color css
<style>
a { background-color: #7DAB7E; }
a { background-color: rgb(125,171,126); }
div.DivClassName
{
background-color: #7DAB7E;
}
.BgClassName
{
background-color: #7DAB7E;
}
</style>
border-color css
<style>
span { border-color: #7DAB7E; }
span { border-color: rgb(125,171,126); }
td.TdClassName
{
border-color: #7DAB7E;
}
.TagClassName
{
border-color: #7DAB7E;
}
</style>