Shades of Asparagus #7BAB52
Tints of Asparagus #7BAB52
RGB
CMYK
RGB Variations
Color information
#7BAB52 (or 0x7BAB52) is known color: Asparagus. HEX triplet: 7B, AB and 52. RGB value is (123,171,82). Sum of RGB (Red+Green+Blue) = 123+171+82=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB52 is #8454AD. Grayscale: #929292. Windows color (decimal): -8672430 or 5417851. OLE color: 5417851.
HSL color Cylindrical-coordinate representation of color #7BAB52: hue angle of 92.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BAB52 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 82 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.33 |
| HSL | 92.36º | 0.35% | 0.5% | - |
| HSV(B) | 92.36º | 0.52% | 0.67% | - |
| XYZ | 24.25 | 33.95 | 13.26 | - |
| YUV | 146.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 82 | 0.28 | 0 | 0.52 | 0.33 | 92.36 | 0.35 | 0.5 |
| Hex | 7B | AB | 52 | 1C | 0 | 34 | 21 | 5C | 23 | 32 |
| Octal | 173 | 253 | 122 | 34 | 0 | 64 | 41 | 134 | 43 | 62 |
| Binary | 1111011 | 10101011 | 1010010 | 11100 | 0 | 110100 | 100001 | 1011100 | 100011 | 110010 |
Color Harmonies of #7BAB52
Complementary color
Monochromatic Colors of #7BAB52
Black with #7BAB52
Text Example
Text Example
White with #7BAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB52; }
p { color: rgb(123,171,82); }
H1.HeaderClassName
{
color: #7BAB52;
}
.AnyTagClassName
{
color: #7BAB52;
}
</style>
background-color css
<style>
a { background-color: #7BAB52; }
a { background-color: rgb(123,171,82); }
div.DivClassName
{
background-color: #7BAB52;
}
.BgClassName
{
background-color: #7BAB52;
}
</style>
border-color css
<style>
span { border-color: #7BAB52; }
span { border-color: rgb(123,171,82); }
td.TdClassName
{
border-color: #7BAB52;
}
.TagClassName
{
border-color: #7BAB52;
}
</style>