Shades of Asparagus #7BA148
Tints of Asparagus #7BA148
RGB
CMYK
RGB Variations
Color information
#7BA148 (or 0x7BA148) is known color: Asparagus. HEX triplet: 7B, A1 and 48. RGB value is (123,161,72). Sum of RGB (Red+Green+Blue) = 123+161+72=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA148 is #845EB7. Grayscale: #8B8B8B. Windows color (decimal): -8675000 or 4759931. OLE color: 4759931.
HSL color Cylindrical-coordinate representation of color #7BA148: hue angle of 85.62º 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 #7BA148 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 72 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.37 |
| HSL | 85.62º | 0.38% | 0.46% | - |
| HSV(B) | 85.62º | 0.55% | 0.63% | - |
| XYZ | 22.08 | 30.17 | 10.79 | - |
| YUV | 139.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 72 | 0.24 | 0 | 0.55 | 0.37 | 85.62 | 0.38 | 0.46 |
| Hex | 7B | A1 | 48 | 18 | 0 | 37 | 25 | 56 | 26 | 2E |
| Octal | 173 | 241 | 110 | 30 | 0 | 67 | 45 | 126 | 46 | 56 |
| Binary | 1111011 | 10100001 | 1001000 | 11000 | 0 | 110111 | 100101 | 1010110 | 100110 | 101110 |
Color Harmonies of #7BA148
Complementary color
Monochromatic Colors of #7BA148
Black with #7BA148
Text Example
Text Example
White with #7BA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA148; }
p { color: rgb(123,161,72); }
H1.HeaderClassName
{
color: #7BA148;
}
.AnyTagClassName
{
color: #7BA148;
}
</style>
background-color css
<style>
a { background-color: #7BA148; }
a { background-color: rgb(123,161,72); }
div.DivClassName
{
background-color: #7BA148;
}
.BgClassName
{
background-color: #7BA148;
}
</style>
border-color css
<style>
span { border-color: #7BA148; }
span { border-color: rgb(123,161,72); }
td.TdClassName
{
border-color: #7BA148;
}
.TagClassName
{
border-color: #7BA148;
}
</style>