Shades of Asparagus #7DAB5C
Tints of Asparagus #7DAB5C
RGB
CMYK
RGB Variations
Color information
#7DAB5C (or 0x7DAB5C) is known color: Asparagus. HEX triplet: 7D, AB and 5C. RGB value is (125,171,92). Sum of RGB (Red+Green+Blue) = 125+171+92=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB5C is #8254A3. Grayscale: #949494. Windows color (decimal): -8541348 or 6073213. OLE color: 6073213.
HSL color Cylindrical-coordinate representation of color #7DAB5C: hue angle of 94.94º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DAB5C is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 92 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.33 |
| HSL | 94.94º | 0.32% | 0.52% | - |
| HSV(B) | 94.94º | 0.46% | 0.67% | - |
| XYZ | 24.95 | 34.26 | 15.42 | - |
| YUV | 148.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 92 | 0.27 | 0 | 0.46 | 0.33 | 94.94 | 0.32 | 0.52 |
| Hex | 7D | AB | 5C | 1B | 0 | 2E | 21 | 5F | 20 | 34 |
| Octal | 175 | 253 | 134 | 33 | 0 | 56 | 41 | 137 | 40 | 64 |
| Binary | 1111101 | 10101011 | 1011100 | 11011 | 0 | 101110 | 100001 | 1011111 | 100000 | 110100 |
Color Harmonies of #7DAB5C
Complementary color
Monochromatic Colors of #7DAB5C
Black with #7DAB5C
Text Example
Text Example
White with #7DAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB5C; }
p { color: rgb(125,171,92); }
H1.HeaderClassName
{
color: #7DAB5C;
}
.AnyTagClassName
{
color: #7DAB5C;
}
</style>
background-color css
<style>
a { background-color: #7DAB5C; }
a { background-color: rgb(125,171,92); }
div.DivClassName
{
background-color: #7DAB5C;
}
.BgClassName
{
background-color: #7DAB5C;
}
</style>
border-color css
<style>
span { border-color: #7DAB5C; }
span { border-color: rgb(125,171,92); }
td.TdClassName
{
border-color: #7DAB5C;
}
.TagClassName
{
border-color: #7DAB5C;
}
</style>