Shades of Asparagus #7BA147
Tints of Asparagus #7BA147
RGB
CMYK
RGB Variations
Color information
#7BA147 (or 0x7BA147) is known color: Asparagus. HEX triplet: 7B, A1 and 47. RGB value is (123,161,71). Sum of RGB (Red+Green+Blue) = 123+161+71=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA147 is #845EB8. Grayscale: #8B8B8B. Windows color (decimal): -8675001 or 4694395. OLE color: 4694395.
HSL color Cylindrical-coordinate representation of color #7BA147: hue angle of 85.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BA147 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 71 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.37 |
| HSL | 85.33º | 0.39% | 0.45% | - |
| HSV(B) | 85.33º | 0.56% | 0.63% | - |
| XYZ | 22.05 | 30.16 | 10.62 | - |
| YUV | 139.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 71 | 0.24 | 0 | 0.56 | 0.37 | 85.33 | 0.39 | 0.45 |
| Hex | 7B | A1 | 47 | 18 | 0 | 38 | 25 | 55 | 27 | 2D |
| Octal | 173 | 241 | 107 | 30 | 0 | 70 | 45 | 125 | 47 | 55 |
| Binary | 1111011 | 10100001 | 1000111 | 11000 | 0 | 111000 | 100101 | 1010101 | 100111 | 101101 |
Color Harmonies of #7BA147
Complementary color
Monochromatic Colors of #7BA147
Black with #7BA147
Text Example
Text Example
White with #7BA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA147; }
p { color: rgb(123,161,71); }
H1.HeaderClassName
{
color: #7BA147;
}
.AnyTagClassName
{
color: #7BA147;
}
</style>
background-color css
<style>
a { background-color: #7BA147; }
a { background-color: rgb(123,161,71); }
div.DivClassName
{
background-color: #7BA147;
}
.BgClassName
{
background-color: #7BA147;
}
</style>
border-color css
<style>
span { border-color: #7BA147; }
span { border-color: rgb(123,161,71); }
td.TdClassName
{
border-color: #7BA147;
}
.TagClassName
{
border-color: #7BA147;
}
</style>