Shades of Asparagus #7B974C
Tints of Asparagus #7B974C
RGB
CMYK
RGB Variations
Color information
#7B974C (or 0x7B974C) is known color: Asparagus. HEX triplet: 7B, 97 and 4C. RGB value is (123,151,76). Sum of RGB (Red+Green+Blue) = 123+151+76=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #7B974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B974C is #8468B3. Grayscale: #868686. Windows color (decimal): -8677556 or 5019515. OLE color: 5019515.
HSL color Cylindrical-coordinate representation of color #7B974C: hue angle of 82.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B974C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 76 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.41 |
| HSL | 82.4º | 0.33% | 0.45% | - |
| HSV(B) | 82.4º | 0.5% | 0.59% | - |
| XYZ | 20.54 | 26.87 | 10.94 | - |
| YUV | 134.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 76 | 0.19 | 0 | 0.50 | 0.41 | 82.4 | 0.33 | 0.45 |
| Hex | 7B | 97 | 4C | 13 | 0 | 32 | 29 | 52 | 21 | 2D |
| Octal | 173 | 227 | 114 | 23 | 0 | 62 | 51 | 122 | 41 | 55 |
| Binary | 1111011 | 10010111 | 1001100 | 10011 | 0 | 110010 | 101001 | 1010010 | 100001 | 101101 |
Color Harmonies of #7B974C
Complementary color
Monochromatic Colors of #7B974C
Black with #7B974C
Text Example
Text Example
White with #7B974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B974C; }
p { color: rgb(123,151,76); }
H1.HeaderClassName
{
color: #7B974C;
}
.AnyTagClassName
{
color: #7B974C;
}
</style>
background-color css
<style>
a { background-color: #7B974C; }
a { background-color: rgb(123,151,76); }
div.DivClassName
{
background-color: #7B974C;
}
.BgClassName
{
background-color: #7B974C;
}
</style>
border-color css
<style>
span { border-color: #7B974C; }
span { border-color: rgb(123,151,76); }
td.TdClassName
{
border-color: #7B974C;
}
.TagClassName
{
border-color: #7B974C;
}
</style>