Shades of Asparagus #7BAA56
Tints of Asparagus #7BAA56
RGB
CMYK
RGB Variations
Color information
#7BAA56 (or 0x7BAA56) is known color: Asparagus. HEX triplet: 7B, AA and 56. RGB value is (123,170,86). Sum of RGB (Red+Green+Blue) = 123+170+86=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA56 is #8455A9. Grayscale: #929292. Windows color (decimal): -8672682 or 5679739. OLE color: 5679739.
HSL color Cylindrical-coordinate representation of color #7BAA56: hue angle of 93.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAA56 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 86 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.33 |
| HSL | 93.57º | 0.33% | 0.5% | - |
| HSV(B) | 93.57º | 0.49% | 0.67% | - |
| XYZ | 24.22 | 33.63 | 14.02 | - |
| YUV | 146.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 86 | 0.28 | 0 | 0.49 | 0.33 | 93.57 | 0.33 | 0.5 |
| Hex | 7B | AA | 56 | 1C | 0 | 31 | 21 | 5E | 21 | 32 |
| Octal | 173 | 252 | 126 | 34 | 0 | 61 | 41 | 136 | 41 | 62 |
| Binary | 1111011 | 10101010 | 1010110 | 11100 | 0 | 110001 | 100001 | 1011110 | 100001 | 110010 |
Color Harmonies of #7BAA56
Complementary color
Monochromatic Colors of #7BAA56
Black with #7BAA56
Text Example
Text Example
White with #7BAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA56; }
p { color: rgb(123,170,86); }
H1.HeaderClassName
{
color: #7BAA56;
}
.AnyTagClassName
{
color: #7BAA56;
}
</style>
background-color css
<style>
a { background-color: #7BAA56; }
a { background-color: rgb(123,170,86); }
div.DivClassName
{
background-color: #7BAA56;
}
.BgClassName
{
background-color: #7BAA56;
}
</style>
border-color css
<style>
span { border-color: #7BAA56; }
span { border-color: rgb(123,170,86); }
td.TdClassName
{
border-color: #7BAA56;
}
.TagClassName
{
border-color: #7BAA56;
}
</style>