Shades of Asparagus #7B964A
Tints of Asparagus #7B964A
RGB
CMYK
RGB Variations
Color information
#7B964A (or 0x7B964A) is known color: Asparagus. HEX triplet: 7B, 96 and 4A. RGB value is (123,150,74). Sum of RGB (Red+Green+Blue) = 123+150+74=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #7B964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B964A is #8469B5. Grayscale: #858585. Windows color (decimal): -8677814 or 4888187. OLE color: 4888187.
HSL color Cylindrical-coordinate representation of color #7B964A: hue angle of 81.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B964A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 74 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.41 |
| HSL | 81.32º | 0.34% | 0.44% | - |
| HSV(B) | 81.32º | 0.51% | 0.59% | - |
| XYZ | 20.31 | 26.52 | 10.53 | - |
| YUV | 133.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 74 | 0.18 | 0 | 0.51 | 0.41 | 81.32 | 0.34 | 0.44 |
| Hex | 7B | 96 | 4A | 12 | 0 | 33 | 29 | 51 | 22 | 2C |
| Octal | 173 | 226 | 112 | 22 | 0 | 63 | 51 | 121 | 42 | 54 |
| Binary | 1111011 | 10010110 | 1001010 | 10010 | 0 | 110011 | 101001 | 1010001 | 100010 | 101100 |
Color Harmonies of #7B964A
Complementary color
Monochromatic Colors of #7B964A
Black with #7B964A
Text Example
Text Example
White with #7B964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B964A; }
p { color: rgb(123,150,74); }
H1.HeaderClassName
{
color: #7B964A;
}
.AnyTagClassName
{
color: #7B964A;
}
</style>
background-color css
<style>
a { background-color: #7B964A; }
a { background-color: rgb(123,150,74); }
div.DivClassName
{
background-color: #7B964A;
}
.BgClassName
{
background-color: #7B964A;
}
</style>
border-color css
<style>
span { border-color: #7B964A; }
span { border-color: rgb(123,150,74); }
td.TdClassName
{
border-color: #7B964A;
}
.TagClassName
{
border-color: #7B964A;
}
</style>