Shades of Asparagus #7A9948
Tints of Asparagus #7A9948
RGB
CMYK
RGB Variations
Color information
#7A9948 (or 0x7A9948) is known color: Asparagus. HEX triplet: 7A, 99 and 48. RGB value is (122,153,72). Sum of RGB (Red+Green+Blue) = 122+153+72=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9948 is #8566B7. Grayscale: #868686. Windows color (decimal): -8742584 or 4757882. OLE color: 4757882.
HSL color Cylindrical-coordinate representation of color #7A9948: hue angle of 82.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A9948 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 72 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.4 |
| HSL | 82.96º | 0.36% | 0.44% | - |
| HSV(B) | 82.96º | 0.53% | 0.6% | - |
| XYZ | 20.59 | 27.39 | 10.33 | - |
| YUV | 134.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 72 | 0.20 | 0 | 0.53 | 0.4 | 82.96 | 0.36 | 0.44 |
| Hex | 7A | 99 | 48 | 14 | 0 | 35 | 28 | 53 | 24 | 2C |
| Octal | 172 | 231 | 110 | 24 | 0 | 65 | 50 | 123 | 44 | 54 |
| Binary | 1111010 | 10011001 | 1001000 | 10100 | 0 | 110101 | 101000 | 1010011 | 100100 | 101100 |
Color Harmonies of #7A9948
Complementary color
Monochromatic Colors of #7A9948
Black with #7A9948
Text Example
Text Example
White with #7A9948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9948; }
p { color: rgb(122,153,72); }
H1.HeaderClassName
{
color: #7A9948;
}
.AnyTagClassName
{
color: #7A9948;
}
</style>
background-color css
<style>
a { background-color: #7A9948; }
a { background-color: rgb(122,153,72); }
div.DivClassName
{
background-color: #7A9948;
}
.BgClassName
{
background-color: #7A9948;
}
</style>
border-color css
<style>
span { border-color: #7A9948; }
span { border-color: rgb(122,153,72); }
td.TdClassName
{
border-color: #7A9948;
}
.TagClassName
{
border-color: #7A9948;
}
</style>