Shades of Asparagus #7DAC58
Tints of Asparagus #7DAC58
RGB
CMYK
RGB Variations
Color information
#7DAC58 (or 0x7DAC58) is known color: Asparagus. HEX triplet: 7D, AC and 58. RGB value is (125,172,88). Sum of RGB (Red+Green+Blue) = 125+172+88=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC58 is #8253A7. Grayscale: #949494. Windows color (decimal): -8541096 or 5811325. OLE color: 5811325.
HSL color Cylindrical-coordinate representation of color #7DAC58: hue angle of 93.57º degrees, saturation: 0.34, 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 #7DAC58 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 88 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.33 |
| HSL | 93.57º | 0.34% | 0.51% | - |
| HSV(B) | 93.57º | 0.49% | 0.67% | - |
| XYZ | 24.97 | 34.57 | 14.59 | - |
| YUV | 148.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 88 | 0.27 | 0 | 0.49 | 0.33 | 93.57 | 0.34 | 0.51 |
| Hex | 7D | AC | 58 | 1B | 0 | 31 | 21 | 5E | 22 | 33 |
| Octal | 175 | 254 | 130 | 33 | 0 | 61 | 41 | 136 | 42 | 63 |
| Binary | 1111101 | 10101100 | 1011000 | 11011 | 0 | 110001 | 100001 | 1011110 | 100010 | 110011 |
Color Harmonies of #7DAC58
Complementary color
Monochromatic Colors of #7DAC58
Black with #7DAC58
Text Example
Text Example
White with #7DAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC58; }
p { color: rgb(125,172,88); }
H1.HeaderClassName
{
color: #7DAC58;
}
.AnyTagClassName
{
color: #7DAC58;
}
</style>
background-color css
<style>
a { background-color: #7DAC58; }
a { background-color: rgb(125,172,88); }
div.DivClassName
{
background-color: #7DAC58;
}
.BgClassName
{
background-color: #7DAC58;
}
</style>
border-color css
<style>
span { border-color: #7DAC58; }
span { border-color: rgb(125,172,88); }
td.TdClassName
{
border-color: #7DAC58;
}
.TagClassName
{
border-color: #7DAC58;
}
</style>