Shades of Lima #7BAB29
Tints of Lima #7BAB29
RGB
CMYK
RGB Variations
Color information
#7BAB29 (or 0x7BAB29) is known color: Lima. HEX triplet: 7B, AB and 29. RGB value is (123,171,41). Sum of RGB (Red+Green+Blue) = 123+171+41=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB29 is #8454D6. Grayscale: #8E8E8E. Windows color (decimal): -8672471 or 2730875. OLE color: 2730875.
HSL color Cylindrical-coordinate representation of color #7BAB29: hue angle of 82.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BAB29 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 41 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.33 |
| HSL | 82.15º | 0.61% | 0.42% | - |
| HSV(B) | 82.15º | 0.76% | 0.67% | - |
| XYZ | 23.13 | 33.5 | 7.34 | - |
| YUV | 141.83 | 71.1 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 41 | 0.28 | 0 | 0.76 | 0.33 | 82.15 | 0.61 | 0.42 |
| Hex | 7B | AB | 29 | 1C | 0 | 4C | 21 | 52 | 3D | 2A |
| Octal | 173 | 253 | 51 | 34 | 0 | 114 | 41 | 122 | 75 | 52 |
| Binary | 1111011 | 10101011 | 101001 | 11100 | 0 | 1001100 | 100001 | 1010010 | 111101 | 101010 |
Color Harmonies of #7BAB29
Complementary color
Monochromatic Colors of #7BAB29
Black with #7BAB29
Text Example
Text Example
White with #7BAB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB29; }
p { color: rgb(123,171,41); }
H1.HeaderClassName
{
color: #7BAB29;
}
.AnyTagClassName
{
color: #7BAB29;
}
</style>
background-color css
<style>
a { background-color: #7BAB29; }
a { background-color: rgb(123,171,41); }
div.DivClassName
{
background-color: #7BAB29;
}
.BgClassName
{
background-color: #7BAB29;
}
</style>
border-color css
<style>
span { border-color: #7BAB29; }
span { border-color: rgb(123,171,41); }
td.TdClassName
{
border-color: #7BAB29;
}
.TagClassName
{
border-color: #7BAB29;
}
</style>