Shades of Asparagus #7DAB61
Tints of Asparagus #7DAB61
RGB
CMYK
RGB Variations
Color information
#7DAB61 (or 0x7DAB61) is known color: Asparagus. HEX triplet: 7D, AB and 61. RGB value is (125,171,97). Sum of RGB (Red+Green+Blue) = 125+171+97=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB61 is #82549E. Grayscale: #959595. Windows color (decimal): -8541343 or 6400893. OLE color: 6400893.
HSL color Cylindrical-coordinate representation of color #7DAB61: hue angle of 97.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DAB61 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 97 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.33 |
| HSL | 97.3º | 0.31% | 0.53% | - |
| HSV(B) | 97.3º | 0.43% | 0.67% | - |
| XYZ | 25.18 | 34.35 | 16.61 | - |
| YUV | 148.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 97 | 0.27 | 0 | 0.43 | 0.33 | 97.3 | 0.31 | 0.53 |
| Hex | 7D | AB | 61 | 1B | 0 | 2B | 21 | 61 | 1F | 35 |
| Octal | 175 | 253 | 141 | 33 | 0 | 53 | 41 | 141 | 37 | 65 |
| Binary | 1111101 | 10101011 | 1100001 | 11011 | 0 | 101011 | 100001 | 1100001 | 11111 | 110101 |
Color Harmonies of #7DAB61
Complementary color
Monochromatic Colors of #7DAB61
Black with #7DAB61
Text Example
Text Example
White with #7DAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB61; }
p { color: rgb(125,171,97); }
H1.HeaderClassName
{
color: #7DAB61;
}
.AnyTagClassName
{
color: #7DAB61;
}
</style>
background-color css
<style>
a { background-color: #7DAB61; }
a { background-color: rgb(125,171,97); }
div.DivClassName
{
background-color: #7DAB61;
}
.BgClassName
{
background-color: #7DAB61;
}
</style>
border-color css
<style>
span { border-color: #7DAB61; }
span { border-color: rgb(125,171,97); }
td.TdClassName
{
border-color: #7DAB61;
}
.TagClassName
{
border-color: #7DAB61;
}
</style>