Shades of Asparagus #7BA964
Tints of Asparagus #7BA964
RGB
CMYK
RGB Variations
Color information
#7BA964 (or 0x7BA964) is known color: Asparagus. HEX triplet: 7B, A9 and 64. RGB value is (123,169,100). Sum of RGB (Red+Green+Blue) = 123+169+100=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA964 is #84569B. Grayscale: #939393. Windows color (decimal): -8672924 or 6596987. OLE color: 6596987.
HSL color Cylindrical-coordinate representation of color #7BA964: hue angle of 100º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA964 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 100 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.34 |
| HSL | 100º | 0.29% | 0.53% | - |
| HSV(B) | 100º | 0.41% | 0.66% | - |
| XYZ | 24.66 | 33.51 | 17.22 | - |
| YUV | 147.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 100 | 0.27 | 0 | 0.41 | 0.34 | 100 | 0.29 | 0.53 |
| Hex | 7B | A9 | 64 | 1B | 0 | 29 | 22 | 64 | 1D | 35 |
| Octal | 173 | 251 | 144 | 33 | 0 | 51 | 42 | 144 | 35 | 65 |
| Binary | 1111011 | 10101001 | 1100100 | 11011 | 0 | 101001 | 100010 | 1100100 | 11101 | 110101 |
Color Harmonies of #7BA964
Complementary color
Monochromatic Colors of #7BA964
Black with #7BA964
Text Example
Text Example
White with #7BA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA964; }
p { color: rgb(123,169,100); }
H1.HeaderClassName
{
color: #7BA964;
}
.AnyTagClassName
{
color: #7BA964;
}
</style>
background-color css
<style>
a { background-color: #7BA964; }
a { background-color: rgb(123,169,100); }
div.DivClassName
{
background-color: #7BA964;
}
.BgClassName
{
background-color: #7BA964;
}
</style>
border-color css
<style>
span { border-color: #7BA964; }
span { border-color: rgb(123,169,100); }
td.TdClassName
{
border-color: #7BA964;
}
.TagClassName
{
border-color: #7BA964;
}
</style>