Shades of Asparagus #7BAC64
Tints of Asparagus #7BAC64
RGB
CMYK
RGB Variations
Color information
#7BAC64 (or 0x7BAC64) is known color: Asparagus. HEX triplet: 7B, AC and 64. RGB value is (123,172,100). Sum of RGB (Red+Green+Blue) = 123+172+100=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC64 is #84539B. Grayscale: #959595. Windows color (decimal): -8672156 or 6597755. OLE color: 6597755.
HSL color Cylindrical-coordinate representation of color #7BAC64: hue angle of 100.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BAC64 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 100 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.33 |
| HSL | 100.83º | 0.3% | 0.53% | - |
| HSV(B) | 100.83º | 0.42% | 0.67% | - |
| XYZ | 25.22 | 34.64 | 17.41 | - |
| YUV | 149.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 100 | 0.28 | 0 | 0.42 | 0.33 | 100.83 | 0.3 | 0.53 |
| Hex | 7B | AC | 64 | 1C | 0 | 2A | 21 | 65 | 1E | 35 |
| Octal | 173 | 254 | 144 | 34 | 0 | 52 | 41 | 145 | 36 | 65 |
| Binary | 1111011 | 10101100 | 1100100 | 11100 | 0 | 101010 | 100001 | 1100101 | 11110 | 110101 |
Color Harmonies of #7BAC64
Complementary color
Monochromatic Colors of #7BAC64
Black with #7BAC64
Text Example
Text Example
White with #7BAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC64; }
p { color: rgb(123,172,100); }
H1.HeaderClassName
{
color: #7BAC64;
}
.AnyTagClassName
{
color: #7BAC64;
}
</style>
background-color css
<style>
a { background-color: #7BAC64; }
a { background-color: rgb(123,172,100); }
div.DivClassName
{
background-color: #7BAC64;
}
.BgClassName
{
background-color: #7BAC64;
}
</style>
border-color css
<style>
span { border-color: #7BAC64; }
span { border-color: rgb(123,172,100); }
td.TdClassName
{
border-color: #7BAC64;
}
.TagClassName
{
border-color: #7BAC64;
}
</style>