Shades of Asparagus #7DAA5D
Tints of Asparagus #7DAA5D
RGB
CMYK
RGB Variations
Color information
#7DAA5D (or 0x7DAA5D) is known color: Asparagus. HEX triplet: 7D, AA and 5D. RGB value is (125,170,93). Sum of RGB (Red+Green+Blue) = 125+170+93=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5D is #8255A2. Grayscale: #949494. Windows color (decimal): -8541603 or 6138493. OLE color: 6138493.
HSL color Cylindrical-coordinate representation of color #7DAA5D: hue angle of 95.06º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DAA5D is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 93 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.33 |
| HSL | 95.06º | 0.31% | 0.52% | - |
| HSV(B) | 95.06º | 0.45% | 0.67% | - |
| XYZ | 24.81 | 33.9 | 15.59 | - |
| YUV | 147.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 93 | 0.26 | 0 | 0.45 | 0.33 | 95.06 | 0.31 | 0.52 |
| Hex | 7D | AA | 5D | 1A | 0 | 2D | 21 | 5F | 1F | 34 |
| Octal | 175 | 252 | 135 | 32 | 0 | 55 | 41 | 137 | 37 | 64 |
| Binary | 1111101 | 10101010 | 1011101 | 11010 | 0 | 101101 | 100001 | 1011111 | 11111 | 110100 |
Color Harmonies of #7DAA5D
Complementary color
Monochromatic Colors of #7DAA5D
Black with #7DAA5D
Text Example
Text Example
White with #7DAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA5D; }
p { color: rgb(125,170,93); }
H1.HeaderClassName
{
color: #7DAA5D;
}
.AnyTagClassName
{
color: #7DAA5D;
}
</style>
background-color css
<style>
a { background-color: #7DAA5D; }
a { background-color: rgb(125,170,93); }
div.DivClassName
{
background-color: #7DAA5D;
}
.BgClassName
{
background-color: #7DAA5D;
}
</style>
border-color css
<style>
span { border-color: #7DAA5D; }
span { border-color: rgb(125,170,93); }
td.TdClassName
{
border-color: #7DAA5D;
}
.TagClassName
{
border-color: #7DAA5D;
}
</style>