Shades of Lima #7BAA24
Tints of Lima #7BAA24
RGB
CMYK
RGB Variations
Color information
#7BAA24 (or 0x7BAA24) is known color: Lima. HEX triplet: 7B, AA and 24. RGB value is (123,170,36). Sum of RGB (Red+Green+Blue) = 123+170+36=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA24 is #8455DB. Grayscale: #8D8D8D. Windows color (decimal): -8672732 or 2402939. OLE color: 2402939.
HSL color Cylindrical-coordinate representation of color #7BAA24: hue angle of 81.04º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BAA24 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 36 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.33 |
| HSL | 81.04º | 0.65% | 0.4% | - |
| HSV(B) | 81.04º | 0.79% | 0.67% | - |
| XYZ | 22.86 | 33.09 | 6.85 | - |
| YUV | 140.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 36 | 0.28 | 0 | 0.79 | 0.33 | 81.04 | 0.65 | 0.4 |
| Hex | 7B | AA | 24 | 1C | 0 | 4F | 21 | 51 | 41 | 28 |
| Octal | 173 | 252 | 44 | 34 | 0 | 117 | 41 | 121 | 101 | 50 |
| Binary | 1111011 | 10101010 | 100100 | 11100 | 0 | 1001111 | 100001 | 1010001 | 1000001 | 101000 |
Color Harmonies of #7BAA24
Complementary color
Monochromatic Colors of #7BAA24
Black with #7BAA24
Text Example
Text Example
White with #7BAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA24; }
p { color: rgb(123,170,36); }
H1.HeaderClassName
{
color: #7BAA24;
}
.AnyTagClassName
{
color: #7BAA24;
}
</style>
background-color css
<style>
a { background-color: #7BAA24; }
a { background-color: rgb(123,170,36); }
div.DivClassName
{
background-color: #7BAA24;
}
.BgClassName
{
background-color: #7BAA24;
}
</style>
border-color css
<style>
span { border-color: #7BAA24; }
span { border-color: rgb(123,170,36); }
td.TdClassName
{
border-color: #7BAA24;
}
.TagClassName
{
border-color: #7BAA24;
}
</style>