Shades of Asparagus #7DAA5A
Tints of Asparagus #7DAA5A
RGB
CMYK
RGB Variations
Color information
#7DAA5A (or 0x7DAA5A) is known color: Asparagus. HEX triplet: 7D, AA and 5A. RGB value is (125,170,90). Sum of RGB (Red+Green+Blue) = 125+170+90=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5A is #8255A5. Grayscale: #939393. Windows color (decimal): -8541606 or 5941885. OLE color: 5941885.
HSL color Cylindrical-coordinate representation of color #7DAA5A: hue angle of 93.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAA5A is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 90 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.33 |
| HSL | 93.75º | 0.32% | 0.51% | - |
| HSV(B) | 93.75º | 0.47% | 0.67% | - |
| XYZ | 24.68 | 33.85 | 14.91 | - |
| YUV | 147.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 90 | 0.26 | 0 | 0.47 | 0.33 | 93.75 | 0.32 | 0.51 |
| Hex | 7D | AA | 5A | 1A | 0 | 2F | 21 | 5E | 20 | 33 |
| Octal | 175 | 252 | 132 | 32 | 0 | 57 | 41 | 136 | 40 | 63 |
| Binary | 1111101 | 10101010 | 1011010 | 11010 | 0 | 101111 | 100001 | 1011110 | 100000 | 110011 |
Color Harmonies of #7DAA5A
Complementary color
Monochromatic Colors of #7DAA5A
Black with #7DAA5A
Text Example
Text Example
White with #7DAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA5A; }
p { color: rgb(125,170,90); }
H1.HeaderClassName
{
color: #7DAA5A;
}
.AnyTagClassName
{
color: #7DAA5A;
}
</style>
background-color css
<style>
a { background-color: #7DAA5A; }
a { background-color: rgb(125,170,90); }
div.DivClassName
{
background-color: #7DAA5A;
}
.BgClassName
{
background-color: #7DAA5A;
}
</style>
border-color css
<style>
span { border-color: #7DAA5A; }
span { border-color: rgb(125,170,90); }
td.TdClassName
{
border-color: #7DAA5A;
}
.TagClassName
{
border-color: #7DAA5A;
}
</style>