Shades of Asparagus #7BA055
Tints of Asparagus #7BA055
RGB
CMYK
RGB Variations
Color information
#7BA055 (or 0x7BA055) is known color: Asparagus. HEX triplet: 7B, A0 and 55. RGB value is (123,160,85). Sum of RGB (Red+Green+Blue) = 123+160+85=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA055 is #845FAA. Grayscale: #8C8C8C. Windows color (decimal): -8675243 or 5611643. OLE color: 5611643.
HSL color Cylindrical-coordinate representation of color #7BA055: hue angle of 89.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BA055 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 85 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.37 |
| HSL | 89.6º | 0.31% | 0.48% | - |
| HSV(B) | 89.6º | 0.47% | 0.63% | - |
| XYZ | 22.38 | 30.01 | 13.21 | - |
| YUV | 140.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 85 | 0.23 | 0 | 0.47 | 0.37 | 89.6 | 0.31 | 0.48 |
| Hex | 7B | A0 | 55 | 17 | 0 | 2F | 25 | 5A | 1F | 30 |
| Octal | 173 | 240 | 125 | 27 | 0 | 57 | 45 | 132 | 37 | 60 |
| Binary | 1111011 | 10100000 | 1010101 | 10111 | 0 | 101111 | 100101 | 1011010 | 11111 | 110000 |
Color Harmonies of #7BA055
Complementary color
Monochromatic Colors of #7BA055
Black with #7BA055
Text Example
Text Example
White with #7BA055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA055; }
p { color: rgb(123,160,85); }
H1.HeaderClassName
{
color: #7BA055;
}
.AnyTagClassName
{
color: #7BA055;
}
</style>
background-color css
<style>
a { background-color: #7BA055; }
a { background-color: rgb(123,160,85); }
div.DivClassName
{
background-color: #7BA055;
}
.BgClassName
{
background-color: #7BA055;
}
</style>
border-color css
<style>
span { border-color: #7BA055; }
span { border-color: rgb(123,160,85); }
td.TdClassName
{
border-color: #7BA055;
}
.TagClassName
{
border-color: #7BA055;
}
</style>