Shades of Asparagus #7AA462
Tints of Asparagus #7AA462
RGB
CMYK
RGB Variations
Color information
#7AA462 (or 0x7AA462) is known color: Asparagus. HEX triplet: 7A, A4 and 62. RGB value is (122,164,98). Sum of RGB (Red+Green+Blue) = 122+164+98=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA462 is #855B9D. Grayscale: #909090. Windows color (decimal): -8739742 or 6464634. OLE color: 6464634.
HSL color Cylindrical-coordinate representation of color #7AA462: hue angle of 98.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA462 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 98 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.36 |
| HSL | 98.18º | 0.27% | 0.51% | - |
| HSV(B) | 98.18º | 0.4% | 0.64% | - |
| XYZ | 23.51 | 31.57 | 16.41 | - |
| YUV | 143.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 98 | 0.26 | 0 | 0.40 | 0.36 | 98.18 | 0.27 | 0.51 |
| Hex | 7A | A4 | 62 | 1A | 0 | 28 | 24 | 62 | 1B | 33 |
| Octal | 172 | 244 | 142 | 32 | 0 | 50 | 44 | 142 | 33 | 63 |
| Binary | 1111010 | 10100100 | 1100010 | 11010 | 0 | 101000 | 100100 | 1100010 | 11011 | 110011 |
Color Harmonies of #7AA462
Complementary color
Monochromatic Colors of #7AA462
Black with #7AA462
Text Example
Text Example
White with #7AA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA462; }
p { color: rgb(122,164,98); }
H1.HeaderClassName
{
color: #7AA462;
}
.AnyTagClassName
{
color: #7AA462;
}
</style>
background-color css
<style>
a { background-color: #7AA462; }
a { background-color: rgb(122,164,98); }
div.DivClassName
{
background-color: #7AA462;
}
.BgClassName
{
background-color: #7AA462;
}
</style>
border-color css
<style>
span { border-color: #7AA462; }
span { border-color: rgb(122,164,98); }
td.TdClassName
{
border-color: #7AA462;
}
.TagClassName
{
border-color: #7AA462;
}
</style>