Shades of Asparagus #7BA94B
Tints of Asparagus #7BA94B
RGB
CMYK
RGB Variations
Color information
#7BA94B (or 0x7BA94B) is known color: Asparagus. HEX triplet: 7B, A9 and 4B. RGB value is (123,169,75). Sum of RGB (Red+Green+Blue) = 123+169+75=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA94B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA94B is #8456B4. Grayscale: #909090. Windows color (decimal): -8672949 or 4958587. OLE color: 4958587.
HSL color Cylindrical-coordinate representation of color #7BA94B: hue angle of 89.36º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BA94B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 75 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.34 |
| HSL | 89.36º | 0.39% | 0.48% | - |
| HSV(B) | 89.36º | 0.56% | 0.66% | - |
| XYZ | 23.63 | 33.09 | 11.8 | - |
| YUV | 144.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 75 | 0.27 | 0 | 0.56 | 0.34 | 89.36 | 0.39 | 0.48 |
| Hex | 7B | A9 | 4B | 1B | 0 | 38 | 22 | 59 | 27 | 30 |
| Octal | 173 | 251 | 113 | 33 | 0 | 70 | 42 | 131 | 47 | 60 |
| Binary | 1111011 | 10101001 | 1001011 | 11011 | 0 | 111000 | 100010 | 1011001 | 100111 | 110000 |
Color Harmonies of #7BA94B
Complementary color
Monochromatic Colors of #7BA94B
Black with #7BA94B
Text Example
Text Example
White with #7BA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA94B; }
p { color: rgb(123,169,75); }
H1.HeaderClassName
{
color: #7BA94B;
}
.AnyTagClassName
{
color: #7BA94B;
}
</style>
background-color css
<style>
a { background-color: #7BA94B; }
a { background-color: rgb(123,169,75); }
div.DivClassName
{
background-color: #7BA94B;
}
.BgClassName
{
background-color: #7BA94B;
}
</style>
border-color css
<style>
span { border-color: #7BA94B; }
span { border-color: rgb(123,169,75); }
td.TdClassName
{
border-color: #7BA94B;
}
.TagClassName
{
border-color: #7BA94B;
}
</style>