Shades of Asparagus #7DA350
Tints of Asparagus #7DA350
RGB
CMYK
RGB Variations
Color information
#7DA350 (or 0x7DA350) is known color: Asparagus. HEX triplet: 7D, A3 and 50. RGB value is (125,163,80). Sum of RGB (Red+Green+Blue) = 125+163+80=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA350 is #825CAF. Grayscale: #8E8E8E. Windows color (decimal): -8543408 or 5284733. OLE color: 5284733.
HSL color Cylindrical-coordinate representation of color #7DA350: hue angle of 87.47º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA350 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 80 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.36 |
| HSL | 87.47º | 0.34% | 0.48% | - |
| HSV(B) | 87.47º | 0.51% | 0.64% | - |
| XYZ | 23 | 31.13 | 12.39 | - |
| YUV | 142.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 80 | 0.23 | 0 | 0.51 | 0.36 | 87.47 | 0.34 | 0.48 |
| Hex | 7D | A3 | 50 | 17 | 0 | 33 | 24 | 57 | 22 | 30 |
| Octal | 175 | 243 | 120 | 27 | 0 | 63 | 44 | 127 | 42 | 60 |
| Binary | 1111101 | 10100011 | 1010000 | 10111 | 0 | 110011 | 100100 | 1010111 | 100010 | 110000 |
Color Harmonies of #7DA350
Complementary color
Monochromatic Colors of #7DA350
Black with #7DA350
Text Example
Text Example
White with #7DA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA350; }
p { color: rgb(125,163,80); }
H1.HeaderClassName
{
color: #7DA350;
}
.AnyTagClassName
{
color: #7DA350;
}
</style>
background-color css
<style>
a { background-color: #7DA350; }
a { background-color: rgb(125,163,80); }
div.DivClassName
{
background-color: #7DA350;
}
.BgClassName
{
background-color: #7DA350;
}
</style>
border-color css
<style>
span { border-color: #7DA350; }
span { border-color: rgb(125,163,80); }
td.TdClassName
{
border-color: #7DA350;
}
.TagClassName
{
border-color: #7DA350;
}
</style>