Shades of Asparagus #7B954D
Tints of Asparagus #7B954D
RGB
CMYK
RGB Variations
Color information
#7B954D (or 0x7B954D) is known color: Asparagus. HEX triplet: 7B, 95 and 4D. RGB value is (123,149,77). Sum of RGB (Red+Green+Blue) = 123+149+77=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #7B954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B954D is #846AB2. Grayscale: #858585. Windows color (decimal): -8678067 or 5084539. OLE color: 5084539.
HSL color Cylindrical-coordinate representation of color #7B954D: hue angle of 81.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B954D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 77 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.42 |
| HSL | 81.67º | 0.32% | 0.44% | - |
| HSV(B) | 81.67º | 0.48% | 0.58% | - |
| XYZ | 20.26 | 26.24 | 11.02 | - |
| YUV | 133.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 77 | 0.17 | 0 | 0.48 | 0.42 | 81.67 | 0.32 | 0.44 |
| Hex | 7B | 95 | 4D | 11 | 0 | 30 | 2A | 52 | 20 | 2C |
| Octal | 173 | 225 | 115 | 21 | 0 | 60 | 52 | 122 | 40 | 54 |
| Binary | 1111011 | 10010101 | 1001101 | 10001 | 0 | 110000 | 101010 | 1010010 | 100000 | 101100 |
Color Harmonies of #7B954D
Complementary color
Monochromatic Colors of #7B954D
Black with #7B954D
Text Example
Text Example
White with #7B954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B954D; }
p { color: rgb(123,149,77); }
H1.HeaderClassName
{
color: #7B954D;
}
.AnyTagClassName
{
color: #7B954D;
}
</style>
background-color css
<style>
a { background-color: #7B954D; }
a { background-color: rgb(123,149,77); }
div.DivClassName
{
background-color: #7B954D;
}
.BgClassName
{
background-color: #7B954D;
}
</style>
border-color css
<style>
span { border-color: #7B954D; }
span { border-color: rgb(123,149,77); }
td.TdClassName
{
border-color: #7B954D;
}
.TagClassName
{
border-color: #7B954D;
}
</style>