Shades of Asparagus #7BAB5A
Tints of Asparagus #7BAB5A
RGB
CMYK
RGB Variations
Color information
#7BAB5A (or 0x7BAB5A) is known color: Asparagus. HEX triplet: 7B, AB and 5A. RGB value is (123,171,90). Sum of RGB (Red+Green+Blue) = 123+171+90=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB5A is #8454A5. Grayscale: #939393. Windows color (decimal): -8672422 or 5942139. OLE color: 5942139.
HSL color Cylindrical-coordinate representation of color #7BAB5A: hue angle of 95.56º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BAB5A is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 90 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.33 |
| HSL | 95.56º | 0.33% | 0.51% | - |
| HSV(B) | 95.56º | 0.47% | 0.67% | - |
| XYZ | 24.58 | 34.07 | 14.95 | - |
| YUV | 147.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 90 | 0.28 | 0 | 0.47 | 0.33 | 95.56 | 0.33 | 0.51 |
| Hex | 7B | AB | 5A | 1C | 0 | 2F | 21 | 60 | 21 | 33 |
| Octal | 173 | 253 | 132 | 34 | 0 | 57 | 41 | 140 | 41 | 63 |
| Binary | 1111011 | 10101011 | 1011010 | 11100 | 0 | 101111 | 100001 | 1100000 | 100001 | 110011 |
Color Harmonies of #7BAB5A
Complementary color
Monochromatic Colors of #7BAB5A
Black with #7BAB5A
Text Example
Text Example
White with #7BAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB5A; }
p { color: rgb(123,171,90); }
H1.HeaderClassName
{
color: #7BAB5A;
}
.AnyTagClassName
{
color: #7BAB5A;
}
</style>
background-color css
<style>
a { background-color: #7BAB5A; }
a { background-color: rgb(123,171,90); }
div.DivClassName
{
background-color: #7BAB5A;
}
.BgClassName
{
background-color: #7BAB5A;
}
</style>
border-color css
<style>
span { border-color: #7BAB5A; }
span { border-color: rgb(123,171,90); }
td.TdClassName
{
border-color: #7BAB5A;
}
.TagClassName
{
border-color: #7BAB5A;
}
</style>