Shades of Asparagus #7BAA4B
Tints of Asparagus #7BAA4B
RGB
CMYK
RGB Variations
Color information
#7BAA4B (or 0x7BAA4B) is known color: Asparagus. HEX triplet: 7B, AA and 4B. RGB value is (123,170,75). Sum of RGB (Red+Green+Blue) = 123+170+75=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA4B is #8455B4. Grayscale: #919191. Windows color (decimal): -8672693 or 4958843. OLE color: 4958843.
HSL color Cylindrical-coordinate representation of color #7BAA4B: hue angle of 89.68º 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 #7BAA4B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 75 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.33 |
| HSL | 89.68º | 0.39% | 0.48% | - |
| HSV(B) | 89.68º | 0.56% | 0.67% | - |
| XYZ | 23.81 | 33.47 | 11.86 | - |
| YUV | 145.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 75 | 0.28 | 0 | 0.56 | 0.33 | 89.68 | 0.39 | 0.48 |
| Hex | 7B | AA | 4B | 1C | 0 | 38 | 21 | 5A | 27 | 30 |
| Octal | 173 | 252 | 113 | 34 | 0 | 70 | 41 | 132 | 47 | 60 |
| Binary | 1111011 | 10101010 | 1001011 | 11100 | 0 | 111000 | 100001 | 1011010 | 100111 | 110000 |
Color Harmonies of #7BAA4B
Complementary color
Monochromatic Colors of #7BAA4B
Black with #7BAA4B
Text Example
Text Example
White with #7BAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA4B; }
p { color: rgb(123,170,75); }
H1.HeaderClassName
{
color: #7BAA4B;
}
.AnyTagClassName
{
color: #7BAA4B;
}
</style>
background-color css
<style>
a { background-color: #7BAA4B; }
a { background-color: rgb(123,170,75); }
div.DivClassName
{
background-color: #7BAA4B;
}
.BgClassName
{
background-color: #7BAA4B;
}
</style>
border-color css
<style>
span { border-color: #7BAA4B; }
span { border-color: rgb(123,170,75); }
td.TdClassName
{
border-color: #7BAA4B;
}
.TagClassName
{
border-color: #7BAA4B;
}
</style>