Shades of Asparagus #7AAF4D
Tints of Asparagus #7AAF4D
RGB
CMYK
RGB Variations
Color information
#7AAF4D (or 0x7AAF4D) is known color: Asparagus. HEX triplet: 7A, AF and 4D. RGB value is (122,175,77). Sum of RGB (Red+Green+Blue) = 122+175+77=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF4D is #8550B2. Grayscale: #949494. Windows color (decimal): -8736947 or 5091194. OLE color: 5091194.
HSL color Cylindrical-coordinate representation of color #7AAF4D: hue angle of 92.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AAF4D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 77 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.31 |
| HSL | 92.45º | 0.39% | 0.49% | - |
| HSV(B) | 92.45º | 0.56% | 0.69% | - |
| XYZ | 24.7 | 35.33 | 12.54 | - |
| YUV | 147.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 77 | 0.30 | 0 | 0.56 | 0.31 | 92.45 | 0.39 | 0.49 |
| Hex | 7A | AF | 4D | 1E | 0 | 38 | 1F | 5C | 27 | 31 |
| Octal | 172 | 257 | 115 | 36 | 0 | 70 | 37 | 134 | 47 | 61 |
| Binary | 1111010 | 10101111 | 1001101 | 11110 | 0 | 111000 | 11111 | 1011100 | 100111 | 110001 |
Color Harmonies of #7AAF4D
Complementary color
Monochromatic Colors of #7AAF4D
Black with #7AAF4D
Text Example
Text Example
White with #7AAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF4D; }
p { color: rgb(122,175,77); }
H1.HeaderClassName
{
color: #7AAF4D;
}
.AnyTagClassName
{
color: #7AAF4D;
}
</style>
background-color css
<style>
a { background-color: #7AAF4D; }
a { background-color: rgb(122,175,77); }
div.DivClassName
{
background-color: #7AAF4D;
}
.BgClassName
{
background-color: #7AAF4D;
}
</style>
border-color css
<style>
span { border-color: #7AAF4D; }
span { border-color: rgb(122,175,77); }
td.TdClassName
{
border-color: #7AAF4D;
}
.TagClassName
{
border-color: #7AAF4D;
}
</style>