Shades of Asparagus #7AA546
Tints of Asparagus #7AA546
RGB
CMYK
RGB Variations
Color information
#7AA546 (or 0x7AA546) is known color: Asparagus. HEX triplet: 7A, A5 and 46. RGB value is (122,165,70). Sum of RGB (Red+Green+Blue) = 122+165+70=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA546 is #855AB9. Grayscale: #8D8D8D. Windows color (decimal): -8739514 or 4629882. OLE color: 4629882.
HSL color Cylindrical-coordinate representation of color #7AA546: hue angle of 87.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AA546 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 70 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.35 |
| HSL | 87.16º | 0.4% | 0.46% | - |
| HSV(B) | 87.16º | 0.58% | 0.65% | - |
| XYZ | 22.59 | 31.49 | 10.68 | - |
| YUV | 141.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 70 | 0.26 | 0 | 0.58 | 0.35 | 87.16 | 0.4 | 0.46 |
| Hex | 7A | A5 | 46 | 1A | 0 | 3A | 23 | 57 | 28 | 2E |
| Octal | 172 | 245 | 106 | 32 | 0 | 72 | 43 | 127 | 50 | 56 |
| Binary | 1111010 | 10100101 | 1000110 | 11010 | 0 | 111010 | 100011 | 1010111 | 101000 | 101110 |
Color Harmonies of #7AA546
Complementary color
Monochromatic Colors of #7AA546
Black with #7AA546
Text Example
Text Example
White with #7AA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA546; }
p { color: rgb(122,165,70); }
H1.HeaderClassName
{
color: #7AA546;
}
.AnyTagClassName
{
color: #7AA546;
}
</style>
background-color css
<style>
a { background-color: #7AA546; }
a { background-color: rgb(122,165,70); }
div.DivClassName
{
background-color: #7AA546;
}
.BgClassName
{
background-color: #7AA546;
}
</style>
border-color css
<style>
span { border-color: #7AA546; }
span { border-color: rgb(122,165,70); }
td.TdClassName
{
border-color: #7AA546;
}
.TagClassName
{
border-color: #7AA546;
}
</style>