Shades of Asparagus #7DAE64
Tints of Asparagus #7DAE64
RGB
CMYK
RGB Variations
Color information
#7DAE64 (or 0x7DAE64) is known color: Asparagus. HEX triplet: 7D, AE and 64. RGB value is (125,174,100). Sum of RGB (Red+Green+Blue) = 125+174+100=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE64 is #82519B. Grayscale: #979797. Windows color (decimal): -8540572 or 6598269. OLE color: 6598269.
HSL color Cylindrical-coordinate representation of color #7DAE64: hue angle of 99.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DAE64 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 100 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.32 |
| HSL | 99.73º | 0.31% | 0.54% | - |
| HSV(B) | 99.73º | 0.43% | 0.68% | - |
| XYZ | 25.89 | 35.55 | 17.55 | - |
| YUV | 150.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 100 | 0.28 | 0 | 0.43 | 0.32 | 99.73 | 0.31 | 0.54 |
| Hex | 7D | AE | 64 | 1C | 0 | 2B | 20 | 64 | 1F | 36 |
| Octal | 175 | 256 | 144 | 34 | 0 | 53 | 40 | 144 | 37 | 66 |
| Binary | 1111101 | 10101110 | 1100100 | 11100 | 0 | 101011 | 100000 | 1100100 | 11111 | 110110 |
Color Harmonies of #7DAE64
Complementary color
Monochromatic Colors of #7DAE64
Black with #7DAE64
Text Example
Text Example
White with #7DAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE64; }
p { color: rgb(125,174,100); }
H1.HeaderClassName
{
color: #7DAE64;
}
.AnyTagClassName
{
color: #7DAE64;
}
</style>
background-color css
<style>
a { background-color: #7DAE64; }
a { background-color: rgb(125,174,100); }
div.DivClassName
{
background-color: #7DAE64;
}
.BgClassName
{
background-color: #7DAE64;
}
</style>
border-color css
<style>
span { border-color: #7DAE64; }
span { border-color: rgb(125,174,100); }
td.TdClassName
{
border-color: #7DAE64;
}
.TagClassName
{
border-color: #7DAE64;
}
</style>