Shades of Asparagus #7DAD5B
Tints of Asparagus #7DAD5B
RGB
CMYK
RGB Variations
Color information
#7DAD5B (or 0x7DAD5B) is known color: Asparagus. HEX triplet: 7D, AD and 5B. RGB value is (125,173,91). Sum of RGB (Red+Green+Blue) = 125+173+91=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD5B is #8252A4. Grayscale: #959595. Windows color (decimal): -8540837 or 6008189. OLE color: 6008189.
HSL color Cylindrical-coordinate representation of color #7DAD5B: hue angle of 95.12º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAD5B is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 91 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.32 |
| HSL | 95.12º | 0.33% | 0.52% | - |
| HSV(B) | 95.12º | 0.47% | 0.68% | - |
| XYZ | 25.29 | 35 | 15.32 | - |
| YUV | 149.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 91 | 0.28 | 0 | 0.47 | 0.32 | 95.12 | 0.33 | 0.52 |
| Hex | 7D | AD | 5B | 1C | 0 | 2F | 20 | 5F | 21 | 34 |
| Octal | 175 | 255 | 133 | 34 | 0 | 57 | 40 | 137 | 41 | 64 |
| Binary | 1111101 | 10101101 | 1011011 | 11100 | 0 | 101111 | 100000 | 1011111 | 100001 | 110100 |
Color Harmonies of #7DAD5B
Complementary color
Monochromatic Colors of #7DAD5B
Black with #7DAD5B
Text Example
Text Example
White with #7DAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD5B; }
p { color: rgb(125,173,91); }
H1.HeaderClassName
{
color: #7DAD5B;
}
.AnyTagClassName
{
color: #7DAD5B;
}
</style>
background-color css
<style>
a { background-color: #7DAD5B; }
a { background-color: rgb(125,173,91); }
div.DivClassName
{
background-color: #7DAD5B;
}
.BgClassName
{
background-color: #7DAD5B;
}
</style>
border-color css
<style>
span { border-color: #7DAD5B; }
span { border-color: rgb(125,173,91); }
td.TdClassName
{
border-color: #7DAD5B;
}
.TagClassName
{
border-color: #7DAD5B;
}
</style>