Shades of Asparagus #7DA65E
Tints of Asparagus #7DA65E
RGB
CMYK
RGB Variations
Color information
#7DA65E (or 0x7DA65E) is known color: Asparagus. HEX triplet: 7D, A6 and 5E. RGB value is (125,166,94). Sum of RGB (Red+Green+Blue) = 125+166+94=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA65E is #8259A1. Grayscale: #919191. Windows color (decimal): -8542626 or 6203005. OLE color: 6203005.
HSL color Cylindrical-coordinate representation of color #7DA65E: hue angle of 94.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA65E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 94 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.35 |
| HSL | 94.17º | 0.29% | 0.51% | - |
| HSV(B) | 94.17º | 0.43% | 0.65% | - |
| XYZ | 24.11 | 32.44 | 15.58 | - |
| YUV | 145.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 94 | 0.25 | 0 | 0.43 | 0.35 | 94.17 | 0.29 | 0.51 |
| Hex | 7D | A6 | 5E | 19 | 0 | 2B | 23 | 5E | 1D | 33 |
| Octal | 175 | 246 | 136 | 31 | 0 | 53 | 43 | 136 | 35 | 63 |
| Binary | 1111101 | 10100110 | 1011110 | 11001 | 0 | 101011 | 100011 | 1011110 | 11101 | 110011 |
Color Harmonies of #7DA65E
Complementary color
Monochromatic Colors of #7DA65E
Black with #7DA65E
Text Example
Text Example
White with #7DA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA65E; }
p { color: rgb(125,166,94); }
H1.HeaderClassName
{
color: #7DA65E;
}
.AnyTagClassName
{
color: #7DA65E;
}
</style>
background-color css
<style>
a { background-color: #7DA65E; }
a { background-color: rgb(125,166,94); }
div.DivClassName
{
background-color: #7DA65E;
}
.BgClassName
{
background-color: #7DA65E;
}
</style>
border-color css
<style>
span { border-color: #7DA65E; }
span { border-color: rgb(125,166,94); }
td.TdClassName
{
border-color: #7DA65E;
}
.TagClassName
{
border-color: #7DA65E;
}
</style>