Shades of Asparagus #7BA050
Tints of Asparagus #7BA050
RGB
CMYK
RGB Variations
Color information
#7BA050 (or 0x7BA050) is known color: Asparagus. HEX triplet: 7B, A0 and 50. RGB value is (123,160,80). Sum of RGB (Red+Green+Blue) = 123+160+80=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA050 is #845FAF. Grayscale: #8C8C8C. Windows color (decimal): -8675248 or 5283963. OLE color: 5283963.
HSL color Cylindrical-coordinate representation of color #7BA050: hue angle of 87.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BA050 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 80 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.37 |
| HSL | 87.75º | 0.33% | 0.47% | - |
| HSV(B) | 87.75º | 0.5% | 0.63% | - |
| XYZ | 22.19 | 29.93 | 12.2 | - |
| YUV | 139.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 80 | 0.23 | 0 | 0.5 | 0.37 | 87.75 | 0.33 | 0.47 |
| Hex | 7B | A0 | 50 | 17 | 0 | 32 | 25 | 58 | 21 | 2F |
| Octal | 173 | 240 | 120 | 27 | 0 | 62 | 45 | 130 | 41 | 57 |
| Binary | 1111011 | 10100000 | 1010000 | 10111 | 0 | 110010 | 100101 | 1011000 | 100001 | 101111 |
Color Harmonies of #7BA050
Complementary color
Monochromatic Colors of #7BA050
Black with #7BA050
Text Example
Text Example
White with #7BA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA050; }
p { color: rgb(123,160,80); }
H1.HeaderClassName
{
color: #7BA050;
}
.AnyTagClassName
{
color: #7BA050;
}
</style>
background-color css
<style>
a { background-color: #7BA050; }
a { background-color: rgb(123,160,80); }
div.DivClassName
{
background-color: #7BA050;
}
.BgClassName
{
background-color: #7BA050;
}
</style>
border-color css
<style>
span { border-color: #7BA050; }
span { border-color: rgb(123,160,80); }
td.TdClassName
{
border-color: #7BA050;
}
.TagClassName
{
border-color: #7BA050;
}
</style>