Shades of Asparagus #7DAA5C
Tints of Asparagus #7DAA5C
RGB
CMYK
RGB Variations
Color information
#7DAA5C (or 0x7DAA5C) is known color: Asparagus. HEX triplet: 7D, AA and 5C. RGB value is (125,170,92). Sum of RGB (Red+Green+Blue) = 125+170+92=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5C is #8255A3. Grayscale: #939393. Windows color (decimal): -8541604 or 6072957. OLE color: 6072957.
HSL color Cylindrical-coordinate representation of color #7DAA5C: hue angle of 94.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DAA5C is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 92 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.33 |
| HSL | 94.62º | 0.31% | 0.51% | - |
| HSV(B) | 94.62º | 0.46% | 0.67% | - |
| XYZ | 24.76 | 33.88 | 15.36 | - |
| YUV | 147.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 92 | 0.26 | 0 | 0.46 | 0.33 | 94.62 | 0.31 | 0.51 |
| Hex | 7D | AA | 5C | 1A | 0 | 2E | 21 | 5F | 1F | 33 |
| Octal | 175 | 252 | 134 | 32 | 0 | 56 | 41 | 137 | 37 | 63 |
| Binary | 1111101 | 10101010 | 1011100 | 11010 | 0 | 101110 | 100001 | 1011111 | 11111 | 110011 |
Color Harmonies of #7DAA5C
Complementary color
Monochromatic Colors of #7DAA5C
Black with #7DAA5C
Text Example
Text Example
White with #7DAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA5C; }
p { color: rgb(125,170,92); }
H1.HeaderClassName
{
color: #7DAA5C;
}
.AnyTagClassName
{
color: #7DAA5C;
}
</style>
background-color css
<style>
a { background-color: #7DAA5C; }
a { background-color: rgb(125,170,92); }
div.DivClassName
{
background-color: #7DAA5C;
}
.BgClassName
{
background-color: #7DAA5C;
}
</style>
border-color css
<style>
span { border-color: #7DAA5C; }
span { border-color: rgb(125,170,92); }
td.TdClassName
{
border-color: #7DAA5C;
}
.TagClassName
{
border-color: #7DAA5C;
}
</style>