Shades of Asparagus #7BAB5E
Tints of Asparagus #7BAB5E
RGB
CMYK
RGB Variations
Color information
#7BAB5E (or 0x7BAB5E) is known color: Asparagus. HEX triplet: 7B, AB and 5E. RGB value is (123,171,94). Sum of RGB (Red+Green+Blue) = 123+171+94=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB5E is #8454A1. Grayscale: #949494. Windows color (decimal): -8672418 or 6204283. OLE color: 6204283.
HSL color Cylindrical-coordinate representation of color #7BAB5E: hue angle of 97.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BAB5E is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 94 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.33 |
| HSL | 97.4º | 0.31% | 0.52% | - |
| HSV(B) | 97.4º | 0.45% | 0.67% | - |
| XYZ | 24.75 | 34.14 | 15.88 | - |
| YUV | 147.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 94 | 0.28 | 0 | 0.45 | 0.33 | 97.4 | 0.31 | 0.52 |
| Hex | 7B | AB | 5E | 1C | 0 | 2D | 21 | 61 | 1F | 34 |
| Octal | 173 | 253 | 136 | 34 | 0 | 55 | 41 | 141 | 37 | 64 |
| Binary | 1111011 | 10101011 | 1011110 | 11100 | 0 | 101101 | 100001 | 1100001 | 11111 | 110100 |
Color Harmonies of #7BAB5E
Complementary color
Monochromatic Colors of #7BAB5E
Black with #7BAB5E
Text Example
Text Example
White with #7BAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB5E; }
p { color: rgb(123,171,94); }
H1.HeaderClassName
{
color: #7BAB5E;
}
.AnyTagClassName
{
color: #7BAB5E;
}
</style>
background-color css
<style>
a { background-color: #7BAB5E; }
a { background-color: rgb(123,171,94); }
div.DivClassName
{
background-color: #7BAB5E;
}
.BgClassName
{
background-color: #7BAB5E;
}
</style>
border-color css
<style>
span { border-color: #7BAB5E; }
span { border-color: rgb(123,171,94); }
td.TdClassName
{
border-color: #7BAB5E;
}
.TagClassName
{
border-color: #7BAB5E;
}
</style>