Shades of Asparagus #7AB058
Tints of Asparagus #7AB058
RGB
CMYK
RGB Variations
Color information
#7AB058 (or 0x7AB058) is known color: Asparagus. HEX triplet: 7A, B0 and 58. RGB value is (122,176,88). Sum of RGB (Red+Green+Blue) = 122+176+88=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB058 is #854FA7. Grayscale: #969696. Windows color (decimal): -8736680 or 5812346. OLE color: 5812346.
HSL color Cylindrical-coordinate representation of color #7AB058: hue angle of 96.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AB058 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 88 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.31 |
| HSL | 96.82º | 0.36% | 0.52% | - |
| HSV(B) | 96.82º | 0.5% | 0.69% | - |
| XYZ | 25.31 | 35.89 | 14.83 | - |
| YUV | 149.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 88 | 0.31 | 0 | 0.50 | 0.31 | 96.82 | 0.36 | 0.52 |
| Hex | 7A | B0 | 58 | 1F | 0 | 32 | 1F | 61 | 24 | 34 |
| Octal | 172 | 260 | 130 | 37 | 0 | 62 | 37 | 141 | 44 | 64 |
| Binary | 1111010 | 10110000 | 1011000 | 11111 | 0 | 110010 | 11111 | 1100001 | 100100 | 110100 |
Color Harmonies of #7AB058
Complementary color
Monochromatic Colors of #7AB058
Black with #7AB058
Text Example
Text Example
White with #7AB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB058; }
p { color: rgb(122,176,88); }
H1.HeaderClassName
{
color: #7AB058;
}
.AnyTagClassName
{
color: #7AB058;
}
</style>
background-color css
<style>
a { background-color: #7AB058; }
a { background-color: rgb(122,176,88); }
div.DivClassName
{
background-color: #7AB058;
}
.BgClassName
{
background-color: #7AB058;
}
</style>
border-color css
<style>
span { border-color: #7AB058; }
span { border-color: rgb(122,176,88); }
td.TdClassName
{
border-color: #7AB058;
}
.TagClassName
{
border-color: #7AB058;
}
</style>