Shades of Asparagus #7BAB5D
Tints of Asparagus #7BAB5D
RGB
CMYK
RGB Variations
Color information
#7BAB5D (or 0x7BAB5D) is known color: Asparagus. HEX triplet: 7B, AB and 5D. RGB value is (123,171,93). Sum of RGB (Red+Green+Blue) = 123+171+93=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB5D is #8454A2. Grayscale: #949494. Windows color (decimal): -8672419 or 6138747. OLE color: 6138747.
HSL color Cylindrical-coordinate representation of color #7BAB5D: hue angle of 96.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BAB5D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 93 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.33 |
| HSL | 96.92º | 0.32% | 0.52% | - |
| HSV(B) | 96.92º | 0.46% | 0.67% | - |
| XYZ | 24.71 | 34.13 | 15.64 | - |
| YUV | 147.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 93 | 0.28 | 0 | 0.46 | 0.33 | 96.92 | 0.32 | 0.52 |
| Hex | 7B | AB | 5D | 1C | 0 | 2E | 21 | 61 | 20 | 34 |
| Octal | 173 | 253 | 135 | 34 | 0 | 56 | 41 | 141 | 40 | 64 |
| Binary | 1111011 | 10101011 | 1011101 | 11100 | 0 | 101110 | 100001 | 1100001 | 100000 | 110100 |
Color Harmonies of #7BAB5D
Complementary color
Monochromatic Colors of #7BAB5D
Black with #7BAB5D
Text Example
Text Example
White with #7BAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB5D; }
p { color: rgb(123,171,93); }
H1.HeaderClassName
{
color: #7BAB5D;
}
.AnyTagClassName
{
color: #7BAB5D;
}
</style>
background-color css
<style>
a { background-color: #7BAB5D; }
a { background-color: rgb(123,171,93); }
div.DivClassName
{
background-color: #7BAB5D;
}
.BgClassName
{
background-color: #7BAB5D;
}
</style>
border-color css
<style>
span { border-color: #7BAB5D; }
span { border-color: rgb(123,171,93); }
td.TdClassName
{
border-color: #7BAB5D;
}
.TagClassName
{
border-color: #7BAB5D;
}
</style>