Shades of Asparagus #7BA45F
Tints of Asparagus #7BA45F
RGB
CMYK
RGB Variations
Color information
#7BA45F (or 0x7BA45F) is known color: Asparagus. HEX triplet: 7B, A4 and 5F. RGB value is (123,164,95). Sum of RGB (Red+Green+Blue) = 123+164+95=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA45F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA45F is #845BA0. Grayscale: #909090. Windows color (decimal): -8674209 or 6268027. OLE color: 6268027.
HSL color Cylindrical-coordinate representation of color #7BA45F: hue angle of 95.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BA45F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 95 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.36 |
| HSL | 95.65º | 0.27% | 0.51% | - |
| HSV(B) | 95.65º | 0.42% | 0.64% | - |
| XYZ | 23.51 | 31.59 | 15.68 | - |
| YUV | 143.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 95 | 0.25 | 0 | 0.42 | 0.36 | 95.65 | 0.27 | 0.51 |
| Hex | 7B | A4 | 5F | 19 | 0 | 2A | 24 | 60 | 1B | 33 |
| Octal | 173 | 244 | 137 | 31 | 0 | 52 | 44 | 140 | 33 | 63 |
| Binary | 1111011 | 10100100 | 1011111 | 11001 | 0 | 101010 | 100100 | 1100000 | 11011 | 110011 |
Color Harmonies of #7BA45F
Complementary color
Monochromatic Colors of #7BA45F
Black with #7BA45F
Text Example
Text Example
White with #7BA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA45F; }
p { color: rgb(123,164,95); }
H1.HeaderClassName
{
color: #7BA45F;
}
.AnyTagClassName
{
color: #7BA45F;
}
</style>
background-color css
<style>
a { background-color: #7BA45F; }
a { background-color: rgb(123,164,95); }
div.DivClassName
{
background-color: #7BA45F;
}
.BgClassName
{
background-color: #7BA45F;
}
</style>
border-color css
<style>
span { border-color: #7BA45F; }
span { border-color: rgb(123,164,95); }
td.TdClassName
{
border-color: #7BA45F;
}
.TagClassName
{
border-color: #7BA45F;
}
</style>