Shades of Asparagus #7DA05C
Tints of Asparagus #7DA05C
RGB
CMYK
RGB Variations
Color information
#7DA05C (or 0x7DA05C) is known color: Asparagus. HEX triplet: 7D, A0 and 5C. RGB value is (125,160,92). Sum of RGB (Red+Green+Blue) = 125+160+92=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA05C is #825FA3. Grayscale: #8E8E8E. Windows color (decimal): -8544164 or 6070397. OLE color: 6070397.
HSL color Cylindrical-coordinate representation of color #7DA05C: hue angle of 90.88º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA05C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 92 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.37 |
| HSL | 90.88º | 0.27% | 0.49% | - |
| HSV(B) | 90.88º | 0.43% | 0.63% | - |
| XYZ | 22.96 | 30.27 | 14.76 | - |
| YUV | 141.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 92 | 0.22 | 0 | 0.43 | 0.37 | 90.88 | 0.27 | 0.49 |
| Hex | 7D | A0 | 5C | 16 | 0 | 2B | 25 | 5B | 1B | 31 |
| Octal | 175 | 240 | 134 | 26 | 0 | 53 | 45 | 133 | 33 | 61 |
| Binary | 1111101 | 10100000 | 1011100 | 10110 | 0 | 101011 | 100101 | 1011011 | 11011 | 110001 |
Color Harmonies of #7DA05C
Complementary color
Monochromatic Colors of #7DA05C
Black with #7DA05C
Text Example
Text Example
White with #7DA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA05C; }
p { color: rgb(125,160,92); }
H1.HeaderClassName
{
color: #7DA05C;
}
.AnyTagClassName
{
color: #7DA05C;
}
</style>
background-color css
<style>
a { background-color: #7DA05C; }
a { background-color: rgb(125,160,92); }
div.DivClassName
{
background-color: #7DA05C;
}
.BgClassName
{
background-color: #7DA05C;
}
</style>
border-color css
<style>
span { border-color: #7DA05C; }
span { border-color: rgb(125,160,92); }
td.TdClassName
{
border-color: #7DA05C;
}
.TagClassName
{
border-color: #7DA05C;
}
</style>