Shades of Asparagus #7AAF4A
Tints of Asparagus #7AAF4A
RGB
CMYK
RGB Variations
Color information
#7AAF4A (or 0x7AAF4A) is known color: Asparagus. HEX triplet: 7A, AF and 4A. RGB value is (122,175,74). Sum of RGB (Red+Green+Blue) = 122+175+74=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF4A is #8550B5. Grayscale: #939393. Windows color (decimal): -8736950 or 4894586. OLE color: 4894586.
HSL color Cylindrical-coordinate representation of color #7AAF4A: hue angle of 91.49º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AAF4A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 74 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.31 |
| HSL | 91.49º | 0.41% | 0.49% | - |
| HSV(B) | 91.49º | 0.58% | 0.69% | - |
| XYZ | 24.59 | 35.29 | 11.99 | - |
| YUV | 147.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 74 | 0.30 | 0 | 0.58 | 0.31 | 91.49 | 0.41 | 0.49 |
| Hex | 7A | AF | 4A | 1E | 0 | 3A | 1F | 5B | 29 | 31 |
| Octal | 172 | 257 | 112 | 36 | 0 | 72 | 37 | 133 | 51 | 61 |
| Binary | 1111010 | 10101111 | 1001010 | 11110 | 0 | 111010 | 11111 | 1011011 | 101001 | 110001 |
Color Harmonies of #7AAF4A
Complementary color
Monochromatic Colors of #7AAF4A
Black with #7AAF4A
Text Example
Text Example
White with #7AAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF4A; }
p { color: rgb(122,175,74); }
H1.HeaderClassName
{
color: #7AAF4A;
}
.AnyTagClassName
{
color: #7AAF4A;
}
</style>
background-color css
<style>
a { background-color: #7AAF4A; }
a { background-color: rgb(122,175,74); }
div.DivClassName
{
background-color: #7AAF4A;
}
.BgClassName
{
background-color: #7AAF4A;
}
</style>
border-color css
<style>
span { border-color: #7AAF4A; }
span { border-color: rgb(122,175,74); }
td.TdClassName
{
border-color: #7AAF4A;
}
.TagClassName
{
border-color: #7AAF4A;
}
</style>