Shades of Asparagus #7BA25D
Tints of Asparagus #7BA25D
RGB
CMYK
RGB Variations
Color information
#7BA25D (or 0x7BA25D) is known color: Asparagus. HEX triplet: 7B, A2 and 5D. RGB value is (123,162,93). Sum of RGB (Red+Green+Blue) = 123+162+93=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA25D is #845DA2. Grayscale: #8E8E8E. Windows color (decimal): -8674723 or 6136443. OLE color: 6136443.
HSL color Cylindrical-coordinate representation of color #7BA25D: hue angle of 93.91º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BA25D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 93 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.36 |
| HSL | 93.91º | 0.27% | 0.5% | - |
| HSV(B) | 93.91º | 0.43% | 0.64% | - |
| XYZ | 23.06 | 30.84 | 15.09 | - |
| YUV | 142.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 93 | 0.24 | 0 | 0.43 | 0.36 | 93.91 | 0.27 | 0.5 |
| Hex | 7B | A2 | 5D | 18 | 0 | 2B | 24 | 5E | 1B | 32 |
| Octal | 173 | 242 | 135 | 30 | 0 | 53 | 44 | 136 | 33 | 62 |
| Binary | 1111011 | 10100010 | 1011101 | 11000 | 0 | 101011 | 100100 | 1011110 | 11011 | 110010 |
Color Harmonies of #7BA25D
Complementary color
Monochromatic Colors of #7BA25D
Black with #7BA25D
Text Example
Text Example
White with #7BA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA25D; }
p { color: rgb(123,162,93); }
H1.HeaderClassName
{
color: #7BA25D;
}
.AnyTagClassName
{
color: #7BA25D;
}
</style>
background-color css
<style>
a { background-color: #7BA25D; }
a { background-color: rgb(123,162,93); }
div.DivClassName
{
background-color: #7BA25D;
}
.BgClassName
{
background-color: #7BA25D;
}
</style>
border-color css
<style>
span { border-color: #7BA25D; }
span { border-color: rgb(123,162,93); }
td.TdClassName
{
border-color: #7BA25D;
}
.TagClassName
{
border-color: #7BA25D;
}
</style>