Shades of Envy #7DA585
Tints of Envy #7DA585
RGB
CMYK
RGB Variations
Color information
#7DA585 (or 0x7DA585) is known color: Envy. HEX triplet: 7D, A5 and 85. RGB value is (125,165,133). Sum of RGB (Red+Green+Blue) = 125+165+133=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA585 is #825A7A. Grayscale: #959595. Windows color (decimal): -8542843 or 8758653. OLE color: 8758653.
HSL color Cylindrical-coordinate representation of color #7DA585: hue angle of 132º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA585 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 133 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.35 |
| HSL | 132º | 0.18% | 0.57% | - |
| HSV(B) | 132º | 0.24% | 0.65% | - |
| XYZ | 26.15 | 32.96 | 27.17 | - |
| YUV | 149.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 133 | 0.24 | 0 | 0.19 | 0.35 | 132 | 0.18 | 0.57 |
| Hex | 7D | A5 | 85 | 18 | 0 | 13 | 23 | 84 | 12 | 39 |
| Octal | 175 | 245 | 205 | 30 | 0 | 23 | 43 | 204 | 22 | 71 |
| Binary | 1111101 | 10100101 | 10000101 | 11000 | 0 | 10011 | 100011 | 10000100 | 10010 | 111001 |
Color Harmonies of #7DA585
Complementary color
Monochromatic Colors of #7DA585
Black with #7DA585
Text Example
Text Example
White with #7DA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA585; }
p { color: rgb(125,165,133); }
H1.HeaderClassName
{
color: #7DA585;
}
.AnyTagClassName
{
color: #7DA585;
}
</style>
background-color css
<style>
a { background-color: #7DA585; }
a { background-color: rgb(125,165,133); }
div.DivClassName
{
background-color: #7DA585;
}
.BgClassName
{
background-color: #7DA585;
}
</style>
border-color css
<style>
span { border-color: #7DA585; }
span { border-color: rgb(125,165,133); }
td.TdClassName
{
border-color: #7DA585;
}
.TagClassName
{
border-color: #7DA585;
}
</style>