Shades of Asparagus #7BA05F
Tints of Asparagus #7BA05F
RGB
CMYK
RGB Variations
Color information
#7BA05F (or 0x7BA05F) is known color: Asparagus. HEX triplet: 7B, A0 and 5F. RGB value is (123,160,95). Sum of RGB (Red+Green+Blue) = 123+160+95=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA05F is #845FA0. Grayscale: #8D8D8D. Windows color (decimal): -8675233 or 6267003. OLE color: 6267003.
HSL color Cylindrical-coordinate representation of color #7BA05F: hue angle of 94.15º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA05F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 95 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.37 |
| HSL | 94.15º | 0.25% | 0.5% | - |
| HSV(B) | 94.15º | 0.41% | 0.63% | - |
| XYZ | 22.8 | 30.18 | 15.45 | - |
| YUV | 141.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 95 | 0.23 | 0 | 0.41 | 0.37 | 94.15 | 0.25 | 0.5 |
| Hex | 7B | A0 | 5F | 17 | 0 | 29 | 25 | 5E | 19 | 32 |
| Octal | 173 | 240 | 137 | 27 | 0 | 51 | 45 | 136 | 31 | 62 |
| Binary | 1111011 | 10100000 | 1011111 | 10111 | 0 | 101001 | 100101 | 1011110 | 11001 | 110010 |
Color Harmonies of #7BA05F
Complementary color
Monochromatic Colors of #7BA05F
Black with #7BA05F
Text Example
Text Example
White with #7BA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA05F; }
p { color: rgb(123,160,95); }
H1.HeaderClassName
{
color: #7BA05F;
}
.AnyTagClassName
{
color: #7BA05F;
}
</style>
background-color css
<style>
a { background-color: #7BA05F; }
a { background-color: rgb(123,160,95); }
div.DivClassName
{
background-color: #7BA05F;
}
.BgClassName
{
background-color: #7BA05F;
}
</style>
border-color css
<style>
span { border-color: #7BA05F; }
span { border-color: rgb(123,160,95); }
td.TdClassName
{
border-color: #7BA05F;
}
.TagClassName
{
border-color: #7BA05F;
}
</style>