Shades of Asparagus #7BA149
Tints of Asparagus #7BA149
RGB
CMYK
RGB Variations
Color information
#7BA149 (or 0x7BA149) is known color: Asparagus. HEX triplet: 7B, A1 and 49. RGB value is (123,161,73). Sum of RGB (Red+Green+Blue) = 123+161+73=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA149 is #845EB6. Grayscale: #8B8B8B. Windows color (decimal): -8674999 or 4825467. OLE color: 4825467.
HSL color Cylindrical-coordinate representation of color #7BA149: hue angle of 85.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BA149 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 73 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.37 |
| HSL | 85.91º | 0.38% | 0.46% | - |
| HSV(B) | 85.91º | 0.55% | 0.63% | - |
| XYZ | 22.12 | 30.18 | 10.96 | - |
| YUV | 139.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 73 | 0.24 | 0 | 0.55 | 0.37 | 85.91 | 0.38 | 0.46 |
| Hex | 7B | A1 | 49 | 18 | 0 | 37 | 25 | 56 | 26 | 2E |
| Octal | 173 | 241 | 111 | 30 | 0 | 67 | 45 | 126 | 46 | 56 |
| Binary | 1111011 | 10100001 | 1001001 | 11000 | 0 | 110111 | 100101 | 1010110 | 100110 | 101110 |
Color Harmonies of #7BA149
Complementary color
Monochromatic Colors of #7BA149
Black with #7BA149
Text Example
Text Example
White with #7BA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA149; }
p { color: rgb(123,161,73); }
H1.HeaderClassName
{
color: #7BA149;
}
.AnyTagClassName
{
color: #7BA149;
}
</style>
background-color css
<style>
a { background-color: #7BA149; }
a { background-color: rgb(123,161,73); }
div.DivClassName
{
background-color: #7BA149;
}
.BgClassName
{
background-color: #7BA149;
}
</style>
border-color css
<style>
span { border-color: #7BA149; }
span { border-color: rgb(123,161,73); }
td.TdClassName
{
border-color: #7BA149;
}
.TagClassName
{
border-color: #7BA149;
}
</style>