Shades of Asparagus #7DA162
Tints of Asparagus #7DA162
RGB
CMYK
RGB Variations
Color information
#7DA162 (or 0x7DA162) is known color: Asparagus. HEX triplet: 7D, A1 and 62. RGB value is (125,161,98). Sum of RGB (Red+Green+Blue) = 125+161+98=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA162 is #825E9D. Grayscale: #8F8F8F. Windows color (decimal): -8543902 or 6463869. OLE color: 6463869.
HSL color Cylindrical-coordinate representation of color #7DA162: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DA162 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 98 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.37 |
| HSL | 94.29º | 0.25% | 0.51% | - |
| HSV(B) | 94.29º | 0.39% | 0.63% | - |
| XYZ | 23.41 | 30.73 | 16.25 | - |
| YUV | 143.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 98 | 0.22 | 0 | 0.39 | 0.37 | 94.29 | 0.25 | 0.51 |
| Hex | 7D | A1 | 62 | 16 | 0 | 27 | 25 | 5E | 19 | 33 |
| Octal | 175 | 241 | 142 | 26 | 0 | 47 | 45 | 136 | 31 | 63 |
| Binary | 1111101 | 10100001 | 1100010 | 10110 | 0 | 100111 | 100101 | 1011110 | 11001 | 110011 |
Color Harmonies of #7DA162
Complementary color
Monochromatic Colors of #7DA162
Black with #7DA162
Text Example
Text Example
White with #7DA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA162; }
p { color: rgb(125,161,98); }
H1.HeaderClassName
{
color: #7DA162;
}
.AnyTagClassName
{
color: #7DA162;
}
</style>
background-color css
<style>
a { background-color: #7DA162; }
a { background-color: rgb(125,161,98); }
div.DivClassName
{
background-color: #7DA162;
}
.BgClassName
{
background-color: #7DA162;
}
</style>
border-color css
<style>
span { border-color: #7DA162; }
span { border-color: rgb(125,161,98); }
td.TdClassName
{
border-color: #7DA162;
}
.TagClassName
{
border-color: #7DA162;
}
</style>