Shades of Asparagus #7B944A
Tints of Asparagus #7B944A
RGB
CMYK
RGB Variations
Color information
#7B944A (or 0x7B944A) is known color: Asparagus. HEX triplet: 7B, 94 and 4A. RGB value is (123,148,74). Sum of RGB (Red+Green+Blue) = 123+148+74=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #7B944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B944A is #846BB5. Grayscale: #848484. Windows color (decimal): -8678326 or 4887675. OLE color: 4887675.
HSL color Cylindrical-coordinate representation of color #7B944A: hue angle of 80.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B944A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 74 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.42 |
| HSL | 80.27º | 0.33% | 0.44% | - |
| HSV(B) | 80.27º | 0.5% | 0.58% | - |
| XYZ | 19.99 | 25.89 | 10.42 | - |
| YUV | 132.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 74 | 0.17 | 0 | 0.50 | 0.42 | 80.27 | 0.33 | 0.44 |
| Hex | 7B | 94 | 4A | 11 | 0 | 32 | 2A | 50 | 21 | 2C |
| Octal | 173 | 224 | 112 | 21 | 0 | 62 | 52 | 120 | 41 | 54 |
| Binary | 1111011 | 10010100 | 1001010 | 10001 | 0 | 110010 | 101010 | 1010000 | 100001 | 101100 |
Color Harmonies of #7B944A
Complementary color
Monochromatic Colors of #7B944A
Black with #7B944A
Text Example
Text Example
White with #7B944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B944A; }
p { color: rgb(123,148,74); }
H1.HeaderClassName
{
color: #7B944A;
}
.AnyTagClassName
{
color: #7B944A;
}
</style>
background-color css
<style>
a { background-color: #7B944A; }
a { background-color: rgb(123,148,74); }
div.DivClassName
{
background-color: #7B944A;
}
.BgClassName
{
background-color: #7B944A;
}
</style>
border-color css
<style>
span { border-color: #7B944A; }
span { border-color: rgb(123,148,74); }
td.TdClassName
{
border-color: #7B944A;
}
.TagClassName
{
border-color: #7B944A;
}
</style>