Shades of Asparagus #7DAD60
Tints of Asparagus #7DAD60
RGB
CMYK
RGB Variations
Color information
#7DAD60 (or 0x7DAD60) is known color: Asparagus. HEX triplet: 7D, AD and 60. RGB value is (125,173,96). Sum of RGB (Red+Green+Blue) = 125+173+96=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD60 is #82529F. Grayscale: #969696. Windows color (decimal): -8540832 or 6335869. OLE color: 6335869.
HSL color Cylindrical-coordinate representation of color #7DAD60: hue angle of 97.4º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DAD60 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 96 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.32 |
| HSL | 97.4º | 0.32% | 0.53% | - |
| HSV(B) | 97.4º | 0.45% | 0.68% | - |
| XYZ | 25.51 | 35.09 | 16.5 | - |
| YUV | 149.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 96 | 0.28 | 0 | 0.45 | 0.32 | 97.4 | 0.32 | 0.53 |
| Hex | 7D | AD | 60 | 1C | 0 | 2D | 20 | 61 | 20 | 35 |
| Octal | 175 | 255 | 140 | 34 | 0 | 55 | 40 | 141 | 40 | 65 |
| Binary | 1111101 | 10101101 | 1100000 | 11100 | 0 | 101101 | 100000 | 1100001 | 100000 | 110101 |
Color Harmonies of #7DAD60
Complementary color
Monochromatic Colors of #7DAD60
Black with #7DAD60
Text Example
Text Example
White with #7DAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD60; }
p { color: rgb(125,173,96); }
H1.HeaderClassName
{
color: #7DAD60;
}
.AnyTagClassName
{
color: #7DAD60;
}
</style>
background-color css
<style>
a { background-color: #7DAD60; }
a { background-color: rgb(125,173,96); }
div.DivClassName
{
background-color: #7DAD60;
}
.BgClassName
{
background-color: #7DAD60;
}
</style>
border-color css
<style>
span { border-color: #7DAD60; }
span { border-color: rgb(125,173,96); }
td.TdClassName
{
border-color: #7DAD60;
}
.TagClassName
{
border-color: #7DAD60;
}
</style>