Shades of Asparagus #7DA65A
Tints of Asparagus #7DA65A
RGB
CMYK
RGB Variations
Color information
#7DA65A (or 0x7DA65A) is known color: Asparagus. HEX triplet: 7D, A6 and 5A. RGB value is (125,166,90). Sum of RGB (Red+Green+Blue) = 125+166+90=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA65A is #8259A5. Grayscale: #919191. Windows color (decimal): -8542630 or 5940861. OLE color: 5940861.
HSL color Cylindrical-coordinate representation of color #7DA65A: hue angle of 92.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DA65A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 90 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.35 |
| HSL | 92.37º | 0.3% | 0.5% | - |
| HSV(B) | 92.37º | 0.46% | 0.65% | - |
| XYZ | 23.94 | 32.37 | 14.66 | - |
| YUV | 145.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 90 | 0.25 | 0 | 0.46 | 0.35 | 92.37 | 0.3 | 0.5 |
| Hex | 7D | A6 | 5A | 19 | 0 | 2E | 23 | 5C | 1E | 32 |
| Octal | 175 | 246 | 132 | 31 | 0 | 56 | 43 | 134 | 36 | 62 |
| Binary | 1111101 | 10100110 | 1011010 | 11001 | 0 | 101110 | 100011 | 1011100 | 11110 | 110010 |
Color Harmonies of #7DA65A
Complementary color
Monochromatic Colors of #7DA65A
Black with #7DA65A
Text Example
Text Example
White with #7DA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA65A; }
p { color: rgb(125,166,90); }
H1.HeaderClassName
{
color: #7DA65A;
}
.AnyTagClassName
{
color: #7DA65A;
}
</style>
background-color css
<style>
a { background-color: #7DA65A; }
a { background-color: rgb(125,166,90); }
div.DivClassName
{
background-color: #7DA65A;
}
.BgClassName
{
background-color: #7DA65A;
}
</style>
border-color css
<style>
span { border-color: #7DA65A; }
span { border-color: rgb(125,166,90); }
td.TdClassName
{
border-color: #7DA65A;
}
.TagClassName
{
border-color: #7DA65A;
}
</style>