Shades of Asparagus #7BA650
Tints of Asparagus #7BA650
RGB
CMYK
RGB Variations
Color information
#7BA650 (or 0x7BA650) is known color: Asparagus. HEX triplet: 7B, A6 and 50. RGB value is (123,166,80). Sum of RGB (Red+Green+Blue) = 123+166+80=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA650 is #8459AF. Grayscale: #8F8F8F. Windows color (decimal): -8673712 or 5285499. OLE color: 5285499.
HSL color Cylindrical-coordinate representation of color #7BA650: hue angle of 90º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BA650 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 80 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.35 |
| HSL | 90º | 0.35% | 0.48% | - |
| HSV(B) | 90º | 0.52% | 0.65% | - |
| XYZ | 23.25 | 32.06 | 12.55 | - |
| YUV | 143.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 80 | 0.26 | 0 | 0.52 | 0.35 | 90 | 0.35 | 0.48 |
| Hex | 7B | A6 | 50 | 1A | 0 | 34 | 23 | 5A | 23 | 30 |
| Octal | 173 | 246 | 120 | 32 | 0 | 64 | 43 | 132 | 43 | 60 |
| Binary | 1111011 | 10100110 | 1010000 | 11010 | 0 | 110100 | 100011 | 1011010 | 100011 | 110000 |
Color Harmonies of #7BA650
Complementary color
Monochromatic Colors of #7BA650
Black with #7BA650
Text Example
Text Example
White with #7BA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA650; }
p { color: rgb(123,166,80); }
H1.HeaderClassName
{
color: #7BA650;
}
.AnyTagClassName
{
color: #7BA650;
}
</style>
background-color css
<style>
a { background-color: #7BA650; }
a { background-color: rgb(123,166,80); }
div.DivClassName
{
background-color: #7BA650;
}
.BgClassName
{
background-color: #7BA650;
}
</style>
border-color css
<style>
span { border-color: #7BA650; }
span { border-color: rgb(123,166,80); }
td.TdClassName
{
border-color: #7BA650;
}
.TagClassName
{
border-color: #7BA650;
}
</style>