Shades of Asparagus #7DA648
Tints of Asparagus #7DA648
RGB
CMYK
RGB Variations
Color information
#7DA648 (or 0x7DA648) is known color: Asparagus. HEX triplet: 7D, A6 and 48. RGB value is (125,166,72). Sum of RGB (Red+Green+Blue) = 125+166+72=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA648 is #8259B7. Grayscale: #8F8F8F. Windows color (decimal): -8542648 or 4761213. OLE color: 4761213.
HSL color Cylindrical-coordinate representation of color #7DA648: hue angle of 86.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DA648 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 72 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.35 |
| HSL | 86.17º | 0.39% | 0.47% | - |
| HSV(B) | 86.17º | 0.57% | 0.65% | - |
| XYZ | 23.26 | 32.1 | 11.1 | - |
| YUV | 143.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 72 | 0.25 | 0 | 0.57 | 0.35 | 86.17 | 0.39 | 0.47 |
| Hex | 7D | A6 | 48 | 19 | 0 | 39 | 23 | 56 | 27 | 2F |
| Octal | 175 | 246 | 110 | 31 | 0 | 71 | 43 | 126 | 47 | 57 |
| Binary | 1111101 | 10100110 | 1001000 | 11001 | 0 | 111001 | 100011 | 1010110 | 100111 | 101111 |
Color Harmonies of #7DA648
Complementary color
Monochromatic Colors of #7DA648
Black with #7DA648
Text Example
Text Example
White with #7DA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA648; }
p { color: rgb(125,166,72); }
H1.HeaderClassName
{
color: #7DA648;
}
.AnyTagClassName
{
color: #7DA648;
}
</style>
background-color css
<style>
a { background-color: #7DA648; }
a { background-color: rgb(125,166,72); }
div.DivClassName
{
background-color: #7DA648;
}
.BgClassName
{
background-color: #7DA648;
}
</style>
border-color css
<style>
span { border-color: #7DA648; }
span { border-color: rgb(125,166,72); }
td.TdClassName
{
border-color: #7DA648;
}
.TagClassName
{
border-color: #7DA648;
}
</style>