Shades of Asparagus #7DAE63
Tints of Asparagus #7DAE63
RGB
CMYK
RGB Variations
Color information
#7DAE63 (or 0x7DAE63) is known color: Asparagus. HEX triplet: 7D, AE and 63. RGB value is (125,174,99). Sum of RGB (Red+Green+Blue) = 125+174+99=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE63 is #82519C. Grayscale: #979797. Windows color (decimal): -8540573 or 6532733. OLE color: 6532733.
HSL color Cylindrical-coordinate representation of color #7DAE63: hue angle of 99.2º degrees, saturation: 0.32, 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 #7DAE63 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 99 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.32 |
| HSL | 99.2º | 0.32% | 0.54% | - |
| HSV(B) | 99.2º | 0.43% | 0.68% | - |
| XYZ | 25.85 | 35.53 | 17.3 | - |
| YUV | 150.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 99 | 0.28 | 0 | 0.43 | 0.32 | 99.2 | 0.32 | 0.54 |
| Hex | 7D | AE | 63 | 1C | 0 | 2B | 20 | 63 | 20 | 36 |
| Octal | 175 | 256 | 143 | 34 | 0 | 53 | 40 | 143 | 40 | 66 |
| Binary | 1111101 | 10101110 | 1100011 | 11100 | 0 | 101011 | 100000 | 1100011 | 100000 | 110110 |
Color Harmonies of #7DAE63
Complementary color
Monochromatic Colors of #7DAE63
Black with #7DAE63
Text Example
Text Example
White with #7DAE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE63; }
p { color: rgb(125,174,99); }
H1.HeaderClassName
{
color: #7DAE63;
}
.AnyTagClassName
{
color: #7DAE63;
}
</style>
background-color css
<style>
a { background-color: #7DAE63; }
a { background-color: rgb(125,174,99); }
div.DivClassName
{
background-color: #7DAE63;
}
.BgClassName
{
background-color: #7DAE63;
}
</style>
border-color css
<style>
span { border-color: #7DAE63; }
span { border-color: rgb(125,174,99); }
td.TdClassName
{
border-color: #7DAE63;
}
.TagClassName
{
border-color: #7DAE63;
}
</style>