Shades of Asparagus #7DAB57
Tints of Asparagus #7DAB57
RGB
CMYK
RGB Variations
Color information
#7DAB57 (or 0x7DAB57) is known color: Asparagus. HEX triplet: 7D, AB and 57. RGB value is (125,171,87). Sum of RGB (Red+Green+Blue) = 125+171+87=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB57 is #8254A8. Grayscale: #939393. Windows color (decimal): -8541353 or 5745533. OLE color: 5745533.
HSL color Cylindrical-coordinate representation of color #7DAB57: hue angle of 92.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DAB57 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 87 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.33 |
| HSL | 92.86º | 0.33% | 0.51% | - |
| HSV(B) | 92.86º | 0.49% | 0.67% | - |
| XYZ | 24.74 | 34.17 | 14.31 | - |
| YUV | 147.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 87 | 0.27 | 0 | 0.49 | 0.33 | 92.86 | 0.33 | 0.51 |
| Hex | 7D | AB | 57 | 1B | 0 | 31 | 21 | 5D | 21 | 33 |
| Octal | 175 | 253 | 127 | 33 | 0 | 61 | 41 | 135 | 41 | 63 |
| Binary | 1111101 | 10101011 | 1010111 | 11011 | 0 | 110001 | 100001 | 1011101 | 100001 | 110011 |
Color Harmonies of #7DAB57
Complementary color
Monochromatic Colors of #7DAB57
Black with #7DAB57
Text Example
Text Example
White with #7DAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB57; }
p { color: rgb(125,171,87); }
H1.HeaderClassName
{
color: #7DAB57;
}
.AnyTagClassName
{
color: #7DAB57;
}
</style>
background-color css
<style>
a { background-color: #7DAB57; }
a { background-color: rgb(125,171,87); }
div.DivClassName
{
background-color: #7DAB57;
}
.BgClassName
{
background-color: #7DAB57;
}
</style>
border-color css
<style>
span { border-color: #7DAB57; }
span { border-color: rgb(125,171,87); }
td.TdClassName
{
border-color: #7DAB57;
}
.TagClassName
{
border-color: #7DAB57;
}
</style>