Shades of Asparagus #7DAC60
Tints of Asparagus #7DAC60
RGB
CMYK
RGB Variations
Color information
#7DAC60 (or 0x7DAC60) is known color: Asparagus. HEX triplet: 7D, AC and 60. RGB value is (125,172,96). Sum of RGB (Red+Green+Blue) = 125+172+96=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC60 is #82539F. Grayscale: #959595. Windows color (decimal): -8541088 or 6335613. OLE color: 6335613.
HSL color Cylindrical-coordinate representation of color #7DAC60: hue angle of 97.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DAC60 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 96 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.33 |
| HSL | 97.11º | 0.31% | 0.53% | - |
| HSV(B) | 97.11º | 0.44% | 0.67% | - |
| XYZ | 25.32 | 34.71 | 16.43 | - |
| YUV | 149.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 96 | 0.27 | 0 | 0.44 | 0.33 | 97.11 | 0.31 | 0.53 |
| Hex | 7D | AC | 60 | 1B | 0 | 2C | 21 | 61 | 1F | 35 |
| Octal | 175 | 254 | 140 | 33 | 0 | 54 | 41 | 141 | 37 | 65 |
| Binary | 1111101 | 10101100 | 1100000 | 11011 | 0 | 101100 | 100001 | 1100001 | 11111 | 110101 |
Color Harmonies of #7DAC60
Complementary color
Monochromatic Colors of #7DAC60
Black with #7DAC60
Text Example
Text Example
White with #7DAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC60; }
p { color: rgb(125,172,96); }
H1.HeaderClassName
{
color: #7DAC60;
}
.AnyTagClassName
{
color: #7DAC60;
}
</style>
background-color css
<style>
a { background-color: #7DAC60; }
a { background-color: rgb(125,172,96); }
div.DivClassName
{
background-color: #7DAC60;
}
.BgClassName
{
background-color: #7DAC60;
}
</style>
border-color css
<style>
span { border-color: #7DAC60; }
span { border-color: rgb(125,172,96); }
td.TdClassName
{
border-color: #7DAC60;
}
.TagClassName
{
border-color: #7DAC60;
}
</style>