Shades of Asparagus #7BA75B
Tints of Asparagus #7BA75B
RGB
CMYK
RGB Variations
Color information
#7BA75B (or 0x7BA75B) is known color: Asparagus. HEX triplet: 7B, A7 and 5B. RGB value is (123,167,91). Sum of RGB (Red+Green+Blue) = 123+167+91=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA75B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA75B is #8458A4. Grayscale: #919191. Windows color (decimal): -8673445 or 6006651. OLE color: 6006651.
HSL color Cylindrical-coordinate representation of color #7BA75B: hue angle of 94.74º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BA75B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 91 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.35 |
| HSL | 94.74º | 0.3% | 0.51% | - |
| HSV(B) | 94.74º | 0.46% | 0.65% | - |
| XYZ | 23.88 | 32.6 | 14.93 | - |
| YUV | 145.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 91 | 0.26 | 0 | 0.46 | 0.35 | 94.74 | 0.3 | 0.51 |
| Hex | 7B | A7 | 5B | 1A | 0 | 2E | 23 | 5F | 1E | 33 |
| Octal | 173 | 247 | 133 | 32 | 0 | 56 | 43 | 137 | 36 | 63 |
| Binary | 1111011 | 10100111 | 1011011 | 11010 | 0 | 101110 | 100011 | 1011111 | 11110 | 110011 |
Color Harmonies of #7BA75B
Complementary color
Monochromatic Colors of #7BA75B
Black with #7BA75B
Text Example
Text Example
White with #7BA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA75B; }
p { color: rgb(123,167,91); }
H1.HeaderClassName
{
color: #7BA75B;
}
.AnyTagClassName
{
color: #7BA75B;
}
</style>
background-color css
<style>
a { background-color: #7BA75B; }
a { background-color: rgb(123,167,91); }
div.DivClassName
{
background-color: #7BA75B;
}
.BgClassName
{
background-color: #7BA75B;
}
</style>
border-color css
<style>
span { border-color: #7BA75B; }
span { border-color: rgb(123,167,91); }
td.TdClassName
{
border-color: #7BA75B;
}
.TagClassName
{
border-color: #7BA75B;
}
</style>