Shades of Asparagus #7AAC64
Tints of Asparagus #7AAC64
RGB
CMYK
RGB Variations
Color information
#7AAC64 (or 0x7AAC64) is known color: Asparagus. HEX triplet: 7A, AC and 64. RGB value is (122,172,100). Sum of RGB (Red+Green+Blue) = 122+172+100=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC64 is #85539B. Grayscale: #959595. Windows color (decimal): -8737692 or 6597754. OLE color: 6597754.
HSL color Cylindrical-coordinate representation of color #7AAC64: hue angle of 101.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAC64 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 100 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.33 |
| HSL | 101.67º | 0.3% | 0.53% | - |
| HSV(B) | 101.67º | 0.42% | 0.67% | - |
| XYZ | 25.08 | 34.56 | 17.41 | - |
| YUV | 148.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 100 | 0.29 | 0 | 0.42 | 0.33 | 101.67 | 0.3 | 0.53 |
| Hex | 7A | AC | 64 | 1D | 0 | 2A | 21 | 66 | 1E | 35 |
| Octal | 172 | 254 | 144 | 35 | 0 | 52 | 41 | 146 | 36 | 65 |
| Binary | 1111010 | 10101100 | 1100100 | 11101 | 0 | 101010 | 100001 | 1100110 | 11110 | 110101 |
Color Harmonies of #7AAC64
Complementary color
Monochromatic Colors of #7AAC64
Black with #7AAC64
Text Example
Text Example
White with #7AAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC64; }
p { color: rgb(122,172,100); }
H1.HeaderClassName
{
color: #7AAC64;
}
.AnyTagClassName
{
color: #7AAC64;
}
</style>
background-color css
<style>
a { background-color: #7AAC64; }
a { background-color: rgb(122,172,100); }
div.DivClassName
{
background-color: #7AAC64;
}
.BgClassName
{
background-color: #7AAC64;
}
</style>
border-color css
<style>
span { border-color: #7AAC64; }
span { border-color: rgb(122,172,100); }
td.TdClassName
{
border-color: #7AAC64;
}
.TagClassName
{
border-color: #7AAC64;
}
</style>