Shades of Asparagus #7AAF4B
Tints of Asparagus #7AAF4B
RGB
CMYK
RGB Variations
Color information
#7AAF4B (or 0x7AAF4B) is known color: Asparagus. HEX triplet: 7A, AF and 4B. RGB value is (122,175,75). Sum of RGB (Red+Green+Blue) = 122+175+75=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF4B is #8550B4. Grayscale: #949494. Windows color (decimal): -8736949 or 4960122. OLE color: 4960122.
HSL color Cylindrical-coordinate representation of color #7AAF4B: hue angle of 91.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AAF4B is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 75 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.31 |
| HSL | 91.8º | 0.4% | 0.49% | - |
| HSV(B) | 91.8º | 0.57% | 0.69% | - |
| XYZ | 24.63 | 35.31 | 12.17 | - |
| YUV | 147.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 75 | 0.30 | 0 | 0.57 | 0.31 | 91.8 | 0.4 | 0.49 |
| Hex | 7A | AF | 4B | 1E | 0 | 39 | 1F | 5C | 28 | 31 |
| Octal | 172 | 257 | 113 | 36 | 0 | 71 | 37 | 134 | 50 | 61 |
| Binary | 1111010 | 10101111 | 1001011 | 11110 | 0 | 111001 | 11111 | 1011100 | 101000 | 110001 |
Color Harmonies of #7AAF4B
Complementary color
Monochromatic Colors of #7AAF4B
Black with #7AAF4B
Text Example
Text Example
White with #7AAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF4B; }
p { color: rgb(122,175,75); }
H1.HeaderClassName
{
color: #7AAF4B;
}
.AnyTagClassName
{
color: #7AAF4B;
}
</style>
background-color css
<style>
a { background-color: #7AAF4B; }
a { background-color: rgb(122,175,75); }
div.DivClassName
{
background-color: #7AAF4B;
}
.BgClassName
{
background-color: #7AAF4B;
}
</style>
border-color css
<style>
span { border-color: #7AAF4B; }
span { border-color: rgb(122,175,75); }
td.TdClassName
{
border-color: #7AAF4B;
}
.TagClassName
{
border-color: #7AAF4B;
}
</style>