Shades of Asparagus #7DA652
Tints of Asparagus #7DA652
RGB
CMYK
RGB Variations
Color information
#7DA652 (or 0x7DA652) is known color: Asparagus. HEX triplet: 7D, A6 and 52. RGB value is (125,166,82). Sum of RGB (Red+Green+Blue) = 125+166+82=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA652 is #8259AD. Grayscale: #909090. Windows color (decimal): -8542638 or 5416573. OLE color: 5416573.
HSL color Cylindrical-coordinate representation of color #7DA652: hue angle of 89.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA652 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 82 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.35 |
| HSL | 89.29º | 0.34% | 0.49% | - |
| HSV(B) | 89.29º | 0.51% | 0.65% | - |
| XYZ | 23.62 | 32.24 | 12.96 | - |
| YUV | 144.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 82 | 0.25 | 0 | 0.51 | 0.35 | 89.29 | 0.34 | 0.49 |
| Hex | 7D | A6 | 52 | 19 | 0 | 33 | 23 | 59 | 22 | 31 |
| Octal | 175 | 246 | 122 | 31 | 0 | 63 | 43 | 131 | 42 | 61 |
| Binary | 1111101 | 10100110 | 1010010 | 11001 | 0 | 110011 | 100011 | 1011001 | 100010 | 110001 |
Color Harmonies of #7DA652
Complementary color
Monochromatic Colors of #7DA652
Black with #7DA652
Text Example
Text Example
White with #7DA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA652; }
p { color: rgb(125,166,82); }
H1.HeaderClassName
{
color: #7DA652;
}
.AnyTagClassName
{
color: #7DA652;
}
</style>
background-color css
<style>
a { background-color: #7DA652; }
a { background-color: rgb(125,166,82); }
div.DivClassName
{
background-color: #7DA652;
}
.BgClassName
{
background-color: #7DA652;
}
</style>
border-color css
<style>
span { border-color: #7DA652; }
span { border-color: rgb(125,166,82); }
td.TdClassName
{
border-color: #7DA652;
}
.TagClassName
{
border-color: #7DA652;
}
</style>