Shades of Asparagus #7DAA4C
Tints of Asparagus #7DAA4C
RGB
CMYK
RGB Variations
Color information
#7DAA4C (or 0x7DAA4C) is known color: Asparagus. HEX triplet: 7D, AA and 4C. RGB value is (125,170,76). Sum of RGB (Red+Green+Blue) = 125+170+76=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA4C is #8255B3. Grayscale: #929292. Windows color (decimal): -8541620 or 5024381. OLE color: 5024381.
HSL color Cylindrical-coordinate representation of color #7DAA4C: hue angle of 88.72º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DAA4C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 76 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.33 |
| HSL | 88.72º | 0.38% | 0.48% | - |
| HSV(B) | 88.72º | 0.55% | 0.67% | - |
| XYZ | 24.14 | 33.63 | 12.06 | - |
| YUV | 145.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 76 | 0.26 | 0 | 0.55 | 0.33 | 88.72 | 0.38 | 0.48 |
| Hex | 7D | AA | 4C | 1A | 0 | 37 | 21 | 59 | 26 | 30 |
| Octal | 175 | 252 | 114 | 32 | 0 | 67 | 41 | 131 | 46 | 60 |
| Binary | 1111101 | 10101010 | 1001100 | 11010 | 0 | 110111 | 100001 | 1011001 | 100110 | 110000 |
Color Harmonies of #7DAA4C
Complementary color
Monochromatic Colors of #7DAA4C
Black with #7DAA4C
Text Example
Text Example
White with #7DAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA4C; }
p { color: rgb(125,170,76); }
H1.HeaderClassName
{
color: #7DAA4C;
}
.AnyTagClassName
{
color: #7DAA4C;
}
</style>
background-color css
<style>
a { background-color: #7DAA4C; }
a { background-color: rgb(125,170,76); }
div.DivClassName
{
background-color: #7DAA4C;
}
.BgClassName
{
background-color: #7DAA4C;
}
</style>
border-color css
<style>
span { border-color: #7DAA4C; }
span { border-color: rgb(125,170,76); }
td.TdClassName
{
border-color: #7DAA4C;
}
.TagClassName
{
border-color: #7DAA4C;
}
</style>