Shades of Asparagus #7DA14C
Tints of Asparagus #7DA14C
RGB
CMYK
RGB Variations
Color information
#7DA14C (or 0x7DA14C) is known color: Asparagus. HEX triplet: 7D, A1 and 4C. RGB value is (125,161,76). Sum of RGB (Red+Green+Blue) = 125+161+76=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA14C is #825EB3. Grayscale: #8C8C8C. Windows color (decimal): -8543924 or 5022077. OLE color: 5022077.
HSL color Cylindrical-coordinate representation of color #7DA14C: hue angle of 85.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DA14C is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 76 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.37 |
| HSL | 85.41º | 0.36% | 0.46% | - |
| HSV(B) | 85.41º | 0.53% | 0.63% | - |
| XYZ | 22.51 | 30.37 | 11.51 | - |
| YUV | 140.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 76 | 0.22 | 0 | 0.53 | 0.37 | 85.41 | 0.36 | 0.46 |
| Hex | 7D | A1 | 4C | 16 | 0 | 35 | 25 | 55 | 24 | 2E |
| Octal | 175 | 241 | 114 | 26 | 0 | 65 | 45 | 125 | 44 | 56 |
| Binary | 1111101 | 10100001 | 1001100 | 10110 | 0 | 110101 | 100101 | 1010101 | 100100 | 101110 |
Color Harmonies of #7DA14C
Complementary color
Monochromatic Colors of #7DA14C
Black with #7DA14C
Text Example
Text Example
White with #7DA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA14C; }
p { color: rgb(125,161,76); }
H1.HeaderClassName
{
color: #7DA14C;
}
.AnyTagClassName
{
color: #7DA14C;
}
</style>
background-color css
<style>
a { background-color: #7DA14C; }
a { background-color: rgb(125,161,76); }
div.DivClassName
{
background-color: #7DA14C;
}
.BgClassName
{
background-color: #7DA14C;
}
</style>
border-color css
<style>
span { border-color: #7DA14C; }
span { border-color: rgb(125,161,76); }
td.TdClassName
{
border-color: #7DA14C;
}
.TagClassName
{
border-color: #7DA14C;
}
</style>