Shades of Asparagus #7DA14A
Tints of Asparagus #7DA14A
RGB
CMYK
RGB Variations
Color information
#7DA14A (or 0x7DA14A) is known color: Asparagus. HEX triplet: 7D, A1 and 4A. RGB value is (125,161,74). Sum of RGB (Red+Green+Blue) = 125+161+74=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA14A is #825EB5. Grayscale: #8C8C8C. Windows color (decimal): -8543926 or 4891005. OLE color: 4891005.
HSL color Cylindrical-coordinate representation of color #7DA14A: hue angle of 84.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DA14A is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 74 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.37 |
| HSL | 84.83º | 0.37% | 0.46% | - |
| HSV(B) | 84.83º | 0.54% | 0.63% | - |
| XYZ | 22.44 | 30.34 | 11.15 | - |
| YUV | 140.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 74 | 0.22 | 0 | 0.54 | 0.37 | 84.83 | 0.37 | 0.46 |
| Hex | 7D | A1 | 4A | 16 | 0 | 36 | 25 | 55 | 25 | 2E |
| Octal | 175 | 241 | 112 | 26 | 0 | 66 | 45 | 125 | 45 | 56 |
| Binary | 1111101 | 10100001 | 1001010 | 10110 | 0 | 110110 | 100101 | 1010101 | 100101 | 101110 |
Color Harmonies of #7DA14A
Complementary color
Monochromatic Colors of #7DA14A
Black with #7DA14A
Text Example
Text Example
White with #7DA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA14A; }
p { color: rgb(125,161,74); }
H1.HeaderClassName
{
color: #7DA14A;
}
.AnyTagClassName
{
color: #7DA14A;
}
</style>
background-color css
<style>
a { background-color: #7DA14A; }
a { background-color: rgb(125,161,74); }
div.DivClassName
{
background-color: #7DA14A;
}
.BgClassName
{
background-color: #7DA14A;
}
</style>
border-color css
<style>
span { border-color: #7DA14A; }
span { border-color: rgb(125,161,74); }
td.TdClassName
{
border-color: #7DA14A;
}
.TagClassName
{
border-color: #7DA14A;
}
</style>