Shades of Asparagus #7BA44B
Tints of Asparagus #7BA44B
RGB
CMYK
RGB Variations
Color information
#7BA44B (or 0x7BA44B) is known color: Asparagus. HEX triplet: 7B, A4 and 4B. RGB value is (123,164,75). Sum of RGB (Red+Green+Blue) = 123+164+75=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA44B is #845BB4. Grayscale: #8D8D8D. Windows color (decimal): -8674229 or 4957307. OLE color: 4957307.
HSL color Cylindrical-coordinate representation of color #7BA44B: hue angle of 87.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BA44B is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 75 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.36 |
| HSL | 87.64º | 0.37% | 0.47% | - |
| HSV(B) | 87.64º | 0.54% | 0.64% | - |
| XYZ | 22.71 | 31.27 | 11.5 | - |
| YUV | 141.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 75 | 0.25 | 0 | 0.54 | 0.36 | 87.64 | 0.37 | 0.47 |
| Hex | 7B | A4 | 4B | 19 | 0 | 36 | 24 | 58 | 25 | 2F |
| Octal | 173 | 244 | 113 | 31 | 0 | 66 | 44 | 130 | 45 | 57 |
| Binary | 1111011 | 10100100 | 1001011 | 11001 | 0 | 110110 | 100100 | 1011000 | 100101 | 101111 |
Color Harmonies of #7BA44B
Complementary color
Monochromatic Colors of #7BA44B
Black with #7BA44B
Text Example
Text Example
White with #7BA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA44B; }
p { color: rgb(123,164,75); }
H1.HeaderClassName
{
color: #7BA44B;
}
.AnyTagClassName
{
color: #7BA44B;
}
</style>
background-color css
<style>
a { background-color: #7BA44B; }
a { background-color: rgb(123,164,75); }
div.DivClassName
{
background-color: #7BA44B;
}
.BgClassName
{
background-color: #7BA44B;
}
</style>
border-color css
<style>
span { border-color: #7BA44B; }
span { border-color: rgb(123,164,75); }
td.TdClassName
{
border-color: #7BA44B;
}
.TagClassName
{
border-color: #7BA44B;
}
</style>