Shades of Asparagus #7BA062
Tints of Asparagus #7BA062
RGB
CMYK
RGB Variations
Color information
#7BA062 (or 0x7BA062) is known color: Asparagus. HEX triplet: 7B, A0 and 62. RGB value is (123,160,98). Sum of RGB (Red+Green+Blue) = 123+160+98=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA062 is #845F9D. Grayscale: #8E8E8E. Windows color (decimal): -8675230 or 6463611. OLE color: 6463611.
HSL color Cylindrical-coordinate representation of color #7BA062: hue angle of 95.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA062 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 98 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.37 |
| HSL | 95.81º | 0.25% | 0.51% | - |
| HSV(B) | 95.81º | 0.39% | 0.63% | - |
| XYZ | 22.94 | 30.23 | 16.18 | - |
| YUV | 141.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 98 | 0.23 | 0 | 0.39 | 0.37 | 95.81 | 0.25 | 0.51 |
| Hex | 7B | A0 | 62 | 17 | 0 | 27 | 25 | 60 | 19 | 33 |
| Octal | 173 | 240 | 142 | 27 | 0 | 47 | 45 | 140 | 31 | 63 |
| Binary | 1111011 | 10100000 | 1100010 | 10111 | 0 | 100111 | 100101 | 1100000 | 11001 | 110011 |
Color Harmonies of #7BA062
Complementary color
Monochromatic Colors of #7BA062
Black with #7BA062
Text Example
Text Example
White with #7BA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA062; }
p { color: rgb(123,160,98); }
H1.HeaderClassName
{
color: #7BA062;
}
.AnyTagClassName
{
color: #7BA062;
}
</style>
background-color css
<style>
a { background-color: #7BA062; }
a { background-color: rgb(123,160,98); }
div.DivClassName
{
background-color: #7BA062;
}
.BgClassName
{
background-color: #7BA062;
}
</style>
border-color css
<style>
span { border-color: #7BA062; }
span { border-color: rgb(123,160,98); }
td.TdClassName
{
border-color: #7BA062;
}
.TagClassName
{
border-color: #7BA062;
}
</style>