Shades of Asparagus #7AAF52
Tints of Asparagus #7AAF52
RGB
CMYK
RGB Variations
Color information
#7AAF52 (or 0x7AAF52) is known color: Asparagus. HEX triplet: 7A, AF and 52. RGB value is (122,175,82). Sum of RGB (Red+Green+Blue) = 122+175+82=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF52 is #8550AD. Grayscale: #949494. Windows color (decimal): -8736942 or 5418874. OLE color: 5418874.
HSL color Cylindrical-coordinate representation of color #7AAF52: hue angle of 94.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AAF52 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 82 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.31 |
| HSL | 94.19º | 0.37% | 0.5% | - |
| HSV(B) | 94.19º | 0.53% | 0.69% | - |
| XYZ | 24.88 | 35.41 | 13.51 | - |
| YUV | 148.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 82 | 0.30 | 0 | 0.53 | 0.31 | 94.19 | 0.37 | 0.5 |
| Hex | 7A | AF | 52 | 1E | 0 | 35 | 1F | 5E | 25 | 32 |
| Octal | 172 | 257 | 122 | 36 | 0 | 65 | 37 | 136 | 45 | 62 |
| Binary | 1111010 | 10101111 | 1010010 | 11110 | 0 | 110101 | 11111 | 1011110 | 100101 | 110010 |
Color Harmonies of #7AAF52
Complementary color
Monochromatic Colors of #7AAF52
Black with #7AAF52
Text Example
Text Example
White with #7AAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF52; }
p { color: rgb(122,175,82); }
H1.HeaderClassName
{
color: #7AAF52;
}
.AnyTagClassName
{
color: #7AAF52;
}
</style>
background-color css
<style>
a { background-color: #7AAF52; }
a { background-color: rgb(122,175,82); }
div.DivClassName
{
background-color: #7AAF52;
}
.BgClassName
{
background-color: #7AAF52;
}
</style>
border-color css
<style>
span { border-color: #7AAF52; }
span { border-color: rgb(122,175,82); }
td.TdClassName
{
border-color: #7AAF52;
}
.TagClassName
{
border-color: #7AAF52;
}
</style>