Shades of Asparagus #7B964B
Tints of Asparagus #7B964B
RGB
CMYK
RGB Variations
Color information
#7B964B (or 0x7B964B) is known color: Asparagus. HEX triplet: 7B, 96 and 4B. RGB value is (123,150,75). Sum of RGB (Red+Green+Blue) = 123+150+75=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #7B964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B964B is #8469B4. Grayscale: #858585. Windows color (decimal): -8677813 or 4953723. OLE color: 4953723.
HSL color Cylindrical-coordinate representation of color #7B964B: hue angle of 81.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B964B is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 75 | - |
| CMYK | 0.18 | 0 | 0.5 | 0.41 |
| HSL | 81.6º | 0.33% | 0.44% | - |
| HSV(B) | 81.6º | 0.5% | 0.59% | - |
| XYZ | 20.34 | 26.53 | 10.71 | - |
| YUV | 133.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 75 | 0.18 | 0 | 0.5 | 0.41 | 81.6 | 0.33 | 0.44 |
| Hex | 7B | 96 | 4B | 12 | 0 | 32 | 29 | 52 | 21 | 2C |
| Octal | 173 | 226 | 113 | 22 | 0 | 62 | 51 | 122 | 41 | 54 |
| Binary | 1111011 | 10010110 | 1001011 | 10010 | 0 | 110010 | 101001 | 1010010 | 100001 | 101100 |
Color Harmonies of #7B964B
Complementary color
Monochromatic Colors of #7B964B
Black with #7B964B
Text Example
Text Example
White with #7B964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B964B; }
p { color: rgb(123,150,75); }
H1.HeaderClassName
{
color: #7B964B;
}
.AnyTagClassName
{
color: #7B964B;
}
</style>
background-color css
<style>
a { background-color: #7B964B; }
a { background-color: rgb(123,150,75); }
div.DivClassName
{
background-color: #7B964B;
}
.BgClassName
{
background-color: #7B964B;
}
</style>
border-color css
<style>
span { border-color: #7B964B; }
span { border-color: rgb(123,150,75); }
td.TdClassName
{
border-color: #7B964B;
}
.TagClassName
{
border-color: #7B964B;
}
</style>