Shades of Envy #7DAB7F
Tints of Envy #7DAB7F
RGB
CMYK
RGB Variations
Color information
#7DAB7F (or 0x7DAB7F) is known color: Envy. HEX triplet: 7D, AB and 7F. RGB value is (125,171,127). Sum of RGB (Red+Green+Blue) = 125+171+127=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB7F is #825480. Grayscale: #989898. Windows color (decimal): -8541313 or 8366973. OLE color: 8366973.
HSL color Cylindrical-coordinate representation of color #7DAB7F: hue angle of 122.61º 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 #7DAB7F is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 127 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.33 |
| HSL | 122.61º | 0.21% | 0.58% | - |
| HSV(B) | 122.61º | 0.27% | 0.67% | - |
| XYZ | 26.85 | 35.02 | 25.42 | - |
| YUV | 152.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 127 | 0.27 | 0 | 0.26 | 0.33 | 122.61 | 0.21 | 0.58 |
| Hex | 7D | AB | 7F | 1B | 0 | 1A | 21 | 7B | 15 | 3A |
| Octal | 175 | 253 | 177 | 33 | 0 | 32 | 41 | 173 | 25 | 72 |
| Binary | 1111101 | 10101011 | 1111111 | 11011 | 0 | 11010 | 100001 | 1111011 | 10101 | 111010 |
Color Harmonies of #7DAB7F
Complementary color
Monochromatic Colors of #7DAB7F
Black with #7DAB7F
Text Example
Text Example
White with #7DAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB7F; }
p { color: rgb(125,171,127); }
H1.HeaderClassName
{
color: #7DAB7F;
}
.AnyTagClassName
{
color: #7DAB7F;
}
</style>
background-color css
<style>
a { background-color: #7DAB7F; }
a { background-color: rgb(125,171,127); }
div.DivClassName
{
background-color: #7DAB7F;
}
.BgClassName
{
background-color: #7DAB7F;
}
</style>
border-color css
<style>
span { border-color: #7DAB7F; }
span { border-color: rgb(125,171,127); }
td.TdClassName
{
border-color: #7DAB7F;
}
.TagClassName
{
border-color: #7DAB7F;
}
</style>