Shades of Asparagus #7BAD45
Tints of Asparagus #7BAD45
RGB
CMYK
RGB Variations
Color information
#7BAD45 (or 0x7BAD45) is known color: Asparagus. HEX triplet: 7B, AD and 45. RGB value is (123,173,69). Sum of RGB (Red+Green+Blue) = 123+173+69=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD45 is #8452BA. Grayscale: #929292. Windows color (decimal): -8671931 or 4566395. OLE color: 4566395.
HSL color Cylindrical-coordinate representation of color #7BAD45: hue angle of 88.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BAD45 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 69 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.32 |
| HSL | 88.85º | 0.43% | 0.47% | - |
| HSV(B) | 88.85º | 0.6% | 0.68% | - |
| XYZ | 24.19 | 34.53 | 11.02 | - |
| YUV | 146.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 69 | 0.29 | 0 | 0.60 | 0.32 | 88.85 | 0.43 | 0.47 |
| Hex | 7B | AD | 45 | 1D | 0 | 3C | 20 | 59 | 2B | 2F |
| Octal | 173 | 255 | 105 | 35 | 0 | 74 | 40 | 131 | 53 | 57 |
| Binary | 1111011 | 10101101 | 1000101 | 11101 | 0 | 111100 | 100000 | 1011001 | 101011 | 101111 |
Color Harmonies of #7BAD45
Complementary color
Monochromatic Colors of #7BAD45
Black with #7BAD45
Text Example
Text Example
White with #7BAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD45; }
p { color: rgb(123,173,69); }
H1.HeaderClassName
{
color: #7BAD45;
}
.AnyTagClassName
{
color: #7BAD45;
}
</style>
background-color css
<style>
a { background-color: #7BAD45; }
a { background-color: rgb(123,173,69); }
div.DivClassName
{
background-color: #7BAD45;
}
.BgClassName
{
background-color: #7BAD45;
}
</style>
border-color css
<style>
span { border-color: #7BAD45; }
span { border-color: rgb(123,173,69); }
td.TdClassName
{
border-color: #7BAD45;
}
.TagClassName
{
border-color: #7BAD45;
}
</style>