Shades of Asparagus #7BA450
Tints of Asparagus #7BA450
RGB
CMYK
RGB Variations
Color information
#7BA450 (or 0x7BA450) is known color: Asparagus. HEX triplet: 7B, A4 and 50. RGB value is (123,164,80). Sum of RGB (Red+Green+Blue) = 123+164+80=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA450 is #845BAF. Grayscale: #8E8E8E. Windows color (decimal): -8674224 or 5284987. OLE color: 5284987.
HSL color Cylindrical-coordinate representation of color #7BA450: hue angle of 89.29º 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 #7BA450 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 80 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.36 |
| HSL | 89.29º | 0.34% | 0.48% | - |
| HSV(B) | 89.29º | 0.51% | 0.64% | - |
| XYZ | 22.89 | 31.34 | 12.43 | - |
| YUV | 142.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 80 | 0.25 | 0 | 0.51 | 0.36 | 89.29 | 0.34 | 0.48 |
| Hex | 7B | A4 | 50 | 19 | 0 | 33 | 24 | 59 | 22 | 30 |
| Octal | 173 | 244 | 120 | 31 | 0 | 63 | 44 | 131 | 42 | 60 |
| Binary | 1111011 | 10100100 | 1010000 | 11001 | 0 | 110011 | 100100 | 1011001 | 100010 | 110000 |
Color Harmonies of #7BA450
Complementary color
Monochromatic Colors of #7BA450
Black with #7BA450
Text Example
Text Example
White with #7BA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA450; }
p { color: rgb(123,164,80); }
H1.HeaderClassName
{
color: #7BA450;
}
.AnyTagClassName
{
color: #7BA450;
}
</style>
background-color css
<style>
a { background-color: #7BA450; }
a { background-color: rgb(123,164,80); }
div.DivClassName
{
background-color: #7BA450;
}
.BgClassName
{
background-color: #7BA450;
}
</style>
border-color css
<style>
span { border-color: #7BA450; }
span { border-color: rgb(123,164,80); }
td.TdClassName
{
border-color: #7BA450;
}
.TagClassName
{
border-color: #7BA450;
}
</style>