Shades of Asparagus #7AAC5C
Tints of Asparagus #7AAC5C
RGB
CMYK
RGB Variations
Color information
#7AAC5C (or 0x7AAC5C) is known color: Asparagus. HEX triplet: 7A, AC and 5C. RGB value is (122,172,92). Sum of RGB (Red+Green+Blue) = 122+172+92=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAC5C is #8553A3. Grayscale: #949494. Windows color (decimal): -8737700 or 6073466. OLE color: 6073466.
HSL color Cylindrical-coordinate representation of color #7AAC5C: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AAC5C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 92 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.33 |
| HSL | 97.5º | 0.33% | 0.52% | - |
| HSV(B) | 97.5º | 0.47% | 0.67% | - |
| XYZ | 24.71 | 34.42 | 15.47 | - |
| YUV | 147.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 92 | 0.29 | 0 | 0.47 | 0.33 | 97.5 | 0.33 | 0.52 |
| Hex | 7A | AC | 5C | 1D | 0 | 2F | 21 | 62 | 21 | 34 |
| Octal | 172 | 254 | 134 | 35 | 0 | 57 | 41 | 142 | 41 | 64 |
| Binary | 1111010 | 10101100 | 1011100 | 11101 | 0 | 101111 | 100001 | 1100010 | 100001 | 110100 |
Color Harmonies of #7AAC5C
Complementary color
Monochromatic Colors of #7AAC5C
Black with #7AAC5C
Text Example
Text Example
White with #7AAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC5C; }
p { color: rgb(122,172,92); }
H1.HeaderClassName
{
color: #7AAC5C;
}
.AnyTagClassName
{
color: #7AAC5C;
}
</style>
background-color css
<style>
a { background-color: #7AAC5C; }
a { background-color: rgb(122,172,92); }
div.DivClassName
{
background-color: #7AAC5C;
}
.BgClassName
{
background-color: #7AAC5C;
}
</style>
border-color css
<style>
span { border-color: #7AAC5C; }
span { border-color: rgb(122,172,92); }
td.TdClassName
{
border-color: #7AAC5C;
}
.TagClassName
{
border-color: #7AAC5C;
}
</style>