Shades of Asparagus #7BAB4B
Tints of Asparagus #7BAB4B
RGB
CMYK
RGB Variations
Color information
#7BAB4B (or 0x7BAB4B) is known color: Asparagus. HEX triplet: 7B, AB and 4B. RGB value is (123,171,75). Sum of RGB (Red+Green+Blue) = 123+171+75=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB4B is #8454B4. Grayscale: #929292. Windows color (decimal): -8672437 or 4959099. OLE color: 4959099.
HSL color Cylindrical-coordinate representation of color #7BAB4B: hue angle of 90º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BAB4B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 75 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.33 |
| HSL | 90º | 0.39% | 0.48% | - |
| HSV(B) | 90º | 0.56% | 0.67% | - |
| XYZ | 24 | 33.84 | 11.92 | - |
| YUV | 145.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 75 | 0.28 | 0 | 0.56 | 0.33 | 90 | 0.39 | 0.48 |
| Hex | 7B | AB | 4B | 1C | 0 | 38 | 21 | 5A | 27 | 30 |
| Octal | 173 | 253 | 113 | 34 | 0 | 70 | 41 | 132 | 47 | 60 |
| Binary | 1111011 | 10101011 | 1001011 | 11100 | 0 | 111000 | 100001 | 1011010 | 100111 | 110000 |
Color Harmonies of #7BAB4B
Complementary color
Monochromatic Colors of #7BAB4B
Black with #7BAB4B
Text Example
Text Example
White with #7BAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB4B; }
p { color: rgb(123,171,75); }
H1.HeaderClassName
{
color: #7BAB4B;
}
.AnyTagClassName
{
color: #7BAB4B;
}
</style>
background-color css
<style>
a { background-color: #7BAB4B; }
a { background-color: rgb(123,171,75); }
div.DivClassName
{
background-color: #7BAB4B;
}
.BgClassName
{
background-color: #7BAB4B;
}
</style>
border-color css
<style>
span { border-color: #7BAB4B; }
span { border-color: rgb(123,171,75); }
td.TdClassName
{
border-color: #7BAB4B;
}
.TagClassName
{
border-color: #7BAB4B;
}
</style>