Shades of Asparagus #7DA64A
Tints of Asparagus #7DA64A
RGB
CMYK
RGB Variations
Color information
#7DA64A (or 0x7DA64A) is known color: Asparagus. HEX triplet: 7D, A6 and 4A. RGB value is (125,166,74). Sum of RGB (Red+Green+Blue) = 125+166+74=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA64A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA64A is #8259B5. Grayscale: #8F8F8F. Windows color (decimal): -8542646 or 4892285. OLE color: 4892285.
HSL color Cylindrical-coordinate representation of color #7DA64A: hue angle of 86.74º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DA64A is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 74 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.35 |
| HSL | 86.74º | 0.38% | 0.47% | - |
| HSV(B) | 86.74º | 0.55% | 0.65% | - |
| XYZ | 23.33 | 32.13 | 11.45 | - |
| YUV | 143.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 74 | 0.25 | 0 | 0.55 | 0.35 | 86.74 | 0.38 | 0.47 |
| Hex | 7D | A6 | 4A | 19 | 0 | 37 | 23 | 57 | 26 | 2F |
| Octal | 175 | 246 | 112 | 31 | 0 | 67 | 43 | 127 | 46 | 57 |
| Binary | 1111101 | 10100110 | 1001010 | 11001 | 0 | 110111 | 100011 | 1010111 | 100110 | 101111 |
Color Harmonies of #7DA64A
Complementary color
Monochromatic Colors of #7DA64A
Black with #7DA64A
Text Example
Text Example
White with #7DA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA64A; }
p { color: rgb(125,166,74); }
H1.HeaderClassName
{
color: #7DA64A;
}
.AnyTagClassName
{
color: #7DA64A;
}
</style>
background-color css
<style>
a { background-color: #7DA64A; }
a { background-color: rgb(125,166,74); }
div.DivClassName
{
background-color: #7DA64A;
}
.BgClassName
{
background-color: #7DA64A;
}
</style>
border-color css
<style>
span { border-color: #7DA64A; }
span { border-color: rgb(125,166,74); }
td.TdClassName
{
border-color: #7DA64A;
}
.TagClassName
{
border-color: #7DA64A;
}
</style>