Shades of Asparagus #7BA061
Tints of Asparagus #7BA061
RGB
CMYK
RGB Variations
Color information
#7BA061 (or 0x7BA061) is known color: Asparagus. HEX triplet: 7B, A0 and 61. RGB value is (123,160,97). Sum of RGB (Red+Green+Blue) = 123+160+97=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA061 is #845F9E. Grayscale: #8D8D8D. Windows color (decimal): -8675231 or 6398075. OLE color: 6398075.
HSL color Cylindrical-coordinate representation of color #7BA061: hue angle of 95.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA061 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 97 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.37 |
| HSL | 95.24º | 0.25% | 0.5% | - |
| HSV(B) | 95.24º | 0.39% | 0.63% | - |
| XYZ | 22.9 | 30.22 | 15.93 | - |
| YUV | 141.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 97 | 0.23 | 0 | 0.39 | 0.37 | 95.24 | 0.25 | 0.5 |
| Hex | 7B | A0 | 61 | 17 | 0 | 27 | 25 | 5F | 19 | 32 |
| Octal | 173 | 240 | 141 | 27 | 0 | 47 | 45 | 137 | 31 | 62 |
| Binary | 1111011 | 10100000 | 1100001 | 10111 | 0 | 100111 | 100101 | 1011111 | 11001 | 110010 |
Color Harmonies of #7BA061
Complementary color
Monochromatic Colors of #7BA061
Black with #7BA061
Text Example
Text Example
White with #7BA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA061; }
p { color: rgb(123,160,97); }
H1.HeaderClassName
{
color: #7BA061;
}
.AnyTagClassName
{
color: #7BA061;
}
</style>
background-color css
<style>
a { background-color: #7BA061; }
a { background-color: rgb(123,160,97); }
div.DivClassName
{
background-color: #7BA061;
}
.BgClassName
{
background-color: #7BA061;
}
</style>
border-color css
<style>
span { border-color: #7BA061; }
span { border-color: rgb(123,160,97); }
td.TdClassName
{
border-color: #7BA061;
}
.TagClassName
{
border-color: #7BA061;
}
</style>