Shades of Asparagus #7BA350
Tints of Asparagus #7BA350
RGB
CMYK
RGB Variations
Color information
#7BA350 (or 0x7BA350) is known color: Asparagus. HEX triplet: 7B, A3 and 50. RGB value is (123,163,80). Sum of RGB (Red+Green+Blue) = 123+163+80=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA350 is #845CAF. Grayscale: #8D8D8D. Windows color (decimal): -8674480 or 5284731. OLE color: 5284731.
HSL color Cylindrical-coordinate representation of color #7BA350: hue angle of 88.92º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA350 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 163 | 80 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.36 |
| HSL | 88.92º | 0.34% | 0.48% | - |
| HSV(B) | 88.92º | 0.51% | 0.64% | - |
| XYZ | 22.71 | 30.98 | 12.37 | - |
| YUV | 141.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 80 | 0.25 | 0 | 0.51 | 0.36 | 88.92 | 0.34 | 0.48 |
| Hex | 7B | A3 | 50 | 19 | 0 | 33 | 24 | 59 | 22 | 30 |
| Octal | 173 | 243 | 120 | 31 | 0 | 63 | 44 | 131 | 42 | 60 |
| Binary | 1111011 | 10100011 | 1010000 | 11001 | 0 | 110011 | 100100 | 1011001 | 100010 | 110000 |
Color Harmonies of #7BA350
Complementary color
Monochromatic Colors of #7BA350
Black with #7BA350
Text Example
Text Example
White with #7BA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA350; }
p { color: rgb(123,163,80); }
H1.HeaderClassName
{
color: #7BA350;
}
.AnyTagClassName
{
color: #7BA350;
}
</style>
background-color css
<style>
a { background-color: #7BA350; }
a { background-color: rgb(123,163,80); }
div.DivClassName
{
background-color: #7BA350;
}
.BgClassName
{
background-color: #7BA350;
}
</style>
border-color css
<style>
span { border-color: #7BA350; }
span { border-color: rgb(123,163,80); }
td.TdClassName
{
border-color: #7BA350;
}
.TagClassName
{
border-color: #7BA350;
}
</style>