Shades of Asparagus #7BA75C
Tints of Asparagus #7BA75C
RGB
CMYK
RGB Variations
Color information
#7BA75C (or 0x7BA75C) is known color: Asparagus. HEX triplet: 7B, A7 and 5C. RGB value is (123,167,92). Sum of RGB (Red+Green+Blue) = 123+167+92=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA75C is #8458A3. Grayscale: #919191. Windows color (decimal): -8673444 or 6072187. OLE color: 6072187.
HSL color Cylindrical-coordinate representation of color #7BA75C: hue angle of 95.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BA75C is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 92 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.35 |
| HSL | 95.2º | 0.3% | 0.51% | - |
| HSV(B) | 95.2º | 0.45% | 0.65% | - |
| XYZ | 23.92 | 32.62 | 15.16 | - |
| YUV | 145.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 92 | 0.26 | 0 | 0.45 | 0.35 | 95.2 | 0.3 | 0.51 |
| Hex | 7B | A7 | 5C | 1A | 0 | 2D | 23 | 5F | 1E | 33 |
| Octal | 173 | 247 | 134 | 32 | 0 | 55 | 43 | 137 | 36 | 63 |
| Binary | 1111011 | 10100111 | 1011100 | 11010 | 0 | 101101 | 100011 | 1011111 | 11110 | 110011 |
Color Harmonies of #7BA75C
Complementary color
Monochromatic Colors of #7BA75C
Black with #7BA75C
Text Example
Text Example
White with #7BA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA75C; }
p { color: rgb(123,167,92); }
H1.HeaderClassName
{
color: #7BA75C;
}
.AnyTagClassName
{
color: #7BA75C;
}
</style>
background-color css
<style>
a { background-color: #7BA75C; }
a { background-color: rgb(123,167,92); }
div.DivClassName
{
background-color: #7BA75C;
}
.BgClassName
{
background-color: #7BA75C;
}
</style>
border-color css
<style>
span { border-color: #7BA75C; }
span { border-color: rgb(123,167,92); }
td.TdClassName
{
border-color: #7BA75C;
}
.TagClassName
{
border-color: #7BA75C;
}
</style>