Shades of Asparagus #7A9850
Tints of Asparagus #7A9850
RGB
CMYK
RGB Variations
Color information
#7A9850 (or 0x7A9850) is known color: Asparagus. HEX triplet: 7A, 98 and 50. RGB value is (122,152,80). Sum of RGB (Red+Green+Blue) = 122+152+80=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9850 is #8567AF. Grayscale: #878787. Windows color (decimal): -8742832 or 5281914. OLE color: 5281914.
HSL color Cylindrical-coordinate representation of color #7A9850: hue angle of 85º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A9850 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 80 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.40 |
| HSL | 85º | 0.31% | 0.45% | - |
| HSV(B) | 85º | 0.47% | 0.6% | - |
| XYZ | 20.7 | 27.17 | 11.74 | - |
| YUV | 134.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 80 | 0.20 | 0 | 0.47 | 0.40 | 85 | 0.31 | 0.45 |
| Hex | 7A | 98 | 50 | 14 | 0 | 2F | 28 | 55 | 1F | 2D |
| Octal | 172 | 230 | 120 | 24 | 0 | 57 | 50 | 125 | 37 | 55 |
| Binary | 1111010 | 10011000 | 1010000 | 10100 | 0 | 101111 | 101000 | 1010101 | 11111 | 101101 |
Color Harmonies of #7A9850
Complementary color
Monochromatic Colors of #7A9850
Black with #7A9850
Text Example
Text Example
White with #7A9850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9850; }
p { color: rgb(122,152,80); }
H1.HeaderClassName
{
color: #7A9850;
}
.AnyTagClassName
{
color: #7A9850;
}
</style>
background-color css
<style>
a { background-color: #7A9850; }
a { background-color: rgb(122,152,80); }
div.DivClassName
{
background-color: #7A9850;
}
.BgClassName
{
background-color: #7A9850;
}
</style>
border-color css
<style>
span { border-color: #7A9850; }
span { border-color: rgb(122,152,80); }
td.TdClassName
{
border-color: #7A9850;
}
.TagClassName
{
border-color: #7A9850;
}
</style>