Shades of Asparagus #7BAB45
Tints of Asparagus #7BAB45
RGB
CMYK
RGB Variations
Color information
#7BAB45 (or 0x7BAB45) is known color: Asparagus. HEX triplet: 7B, AB and 45. RGB value is (123,171,69). Sum of RGB (Red+Green+Blue) = 123+171+69=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB45 is #8454BA. Grayscale: #919191. Windows color (decimal): -8672443 or 4565883. OLE color: 4565883.
HSL color Cylindrical-coordinate representation of color #7BAB45: hue angle of 88.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BAB45 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 69 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.33 |
| HSL | 88.24º | 0.43% | 0.47% | - |
| HSV(B) | 88.24º | 0.6% | 0.67% | - |
| XYZ | 23.81 | 33.77 | 10.89 | - |
| YUV | 145.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 69 | 0.28 | 0 | 0.60 | 0.33 | 88.24 | 0.43 | 0.47 |
| Hex | 7B | AB | 45 | 1C | 0 | 3C | 21 | 58 | 2A | 2F |
| Octal | 173 | 253 | 105 | 34 | 0 | 74 | 41 | 130 | 52 | 57 |
| Binary | 1111011 | 10101011 | 1000101 | 11100 | 0 | 111100 | 100001 | 1011000 | 101010 | 101111 |
Color Harmonies of #7BAB45
Complementary color
Monochromatic Colors of #7BAB45
Black with #7BAB45
Text Example
Text Example
White with #7BAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB45; }
p { color: rgb(123,171,69); }
H1.HeaderClassName
{
color: #7BAB45;
}
.AnyTagClassName
{
color: #7BAB45;
}
</style>
background-color css
<style>
a { background-color: #7BAB45; }
a { background-color: rgb(123,171,69); }
div.DivClassName
{
background-color: #7BAB45;
}
.BgClassName
{
background-color: #7BAB45;
}
</style>
border-color css
<style>
span { border-color: #7BAB45; }
span { border-color: rgb(123,171,69); }
td.TdClassName
{
border-color: #7BAB45;
}
.TagClassName
{
border-color: #7BAB45;
}
</style>