Shades of Asparagus #7AAB5F
Tints of Asparagus #7AAB5F
RGB
CMYK
RGB Variations
Color information
#7AAB5F (or 0x7AAB5F) is known color: Asparagus. HEX triplet: 7A, AB and 5F. RGB value is (122,171,95). Sum of RGB (Red+Green+Blue) = 122+171+95=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB5F is #8554A0. Grayscale: #939393. Windows color (decimal): -8737953 or 6269818. OLE color: 6269818.
HSL color Cylindrical-coordinate representation of color #7AAB5F: hue angle of 98.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AAB5F is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 95 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.33 |
| HSL | 98.68º | 0.31% | 0.52% | - |
| HSV(B) | 98.68º | 0.44% | 0.67% | - |
| XYZ | 24.65 | 34.09 | 16.11 | - |
| YUV | 147.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 95 | 0.29 | 0 | 0.44 | 0.33 | 98.68 | 0.31 | 0.52 |
| Hex | 7A | AB | 5F | 1D | 0 | 2C | 21 | 63 | 1F | 34 |
| Octal | 172 | 253 | 137 | 35 | 0 | 54 | 41 | 143 | 37 | 64 |
| Binary | 1111010 | 10101011 | 1011111 | 11101 | 0 | 101100 | 100001 | 1100011 | 11111 | 110100 |
Color Harmonies of #7AAB5F
Complementary color
Monochromatic Colors of #7AAB5F
Black with #7AAB5F
Text Example
Text Example
White with #7AAB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB5F; }
p { color: rgb(122,171,95); }
H1.HeaderClassName
{
color: #7AAB5F;
}
.AnyTagClassName
{
color: #7AAB5F;
}
</style>
background-color css
<style>
a { background-color: #7AAB5F; }
a { background-color: rgb(122,171,95); }
div.DivClassName
{
background-color: #7AAB5F;
}
.BgClassName
{
background-color: #7AAB5F;
}
</style>
border-color css
<style>
span { border-color: #7AAB5F; }
span { border-color: rgb(122,171,95); }
td.TdClassName
{
border-color: #7AAB5F;
}
.TagClassName
{
border-color: #7AAB5F;
}
</style>