Shades of Asparagus #7BA14A
Tints of Asparagus #7BA14A
RGB
CMYK
RGB Variations
Color information
#7BA14A (or 0x7BA14A) is known color: Asparagus. HEX triplet: 7B, A1 and 4A. RGB value is (123,161,74). Sum of RGB (Red+Green+Blue) = 123+161+74=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA14A is #845EB5. Grayscale: #8C8C8C. Windows color (decimal): -8674998 or 4891003. OLE color: 4891003.
HSL color Cylindrical-coordinate representation of color #7BA14A: hue angle of 86.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BA14A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 74 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.37 |
| HSL | 86.21º | 0.37% | 0.46% | - |
| HSV(B) | 86.21º | 0.54% | 0.63% | - |
| XYZ | 22.15 | 30.2 | 11.14 | - |
| YUV | 139.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 74 | 0.24 | 0 | 0.54 | 0.37 | 86.21 | 0.37 | 0.46 |
| Hex | 7B | A1 | 4A | 18 | 0 | 36 | 25 | 56 | 25 | 2E |
| Octal | 173 | 241 | 112 | 30 | 0 | 66 | 45 | 126 | 45 | 56 |
| Binary | 1111011 | 10100001 | 1001010 | 11000 | 0 | 110110 | 100101 | 1010110 | 100101 | 101110 |
Color Harmonies of #7BA14A
Complementary color
Monochromatic Colors of #7BA14A
Black with #7BA14A
Text Example
Text Example
White with #7BA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA14A; }
p { color: rgb(123,161,74); }
H1.HeaderClassName
{
color: #7BA14A;
}
.AnyTagClassName
{
color: #7BA14A;
}
</style>
background-color css
<style>
a { background-color: #7BA14A; }
a { background-color: rgb(123,161,74); }
div.DivClassName
{
background-color: #7BA14A;
}
.BgClassName
{
background-color: #7BA14A;
}
</style>
border-color css
<style>
span { border-color: #7BA14A; }
span { border-color: rgb(123,161,74); }
td.TdClassName
{
border-color: #7BA14A;
}
.TagClassName
{
border-color: #7BA14A;
}
</style>