Shades of Lima #7BA112
Tints of Lima #7BA112
RGB
CMYK
RGB Variations
Color information
#7BA112 (or 0x7BA112) is known color: Lima. HEX triplet: 7B, A1 and 12. RGB value is (123,161,18). Sum of RGB (Red+Green+Blue) = 123+161+18=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA112 is #845EED. Grayscale: #858585. Windows color (decimal): -8675054 or 1220987. OLE color: 1220987.
HSL color Cylindrical-coordinate representation of color #7BA112: hue angle of 75.94º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BA112 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 18 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.37 |
| HSL | 75.94º | 0.8% | 0.35% | - |
| HSV(B) | 75.94º | 0.89% | 0.63% | - |
| XYZ | 21.02 | 29.74 | 5.21 | - |
| YUV | 133.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 18 | 0.24 | 0 | 0.89 | 0.37 | 75.94 | 0.8 | 0.35 |
| Hex | 7B | A1 | 12 | 18 | 0 | 59 | 25 | 4C | 50 | 23 |
| Octal | 173 | 241 | 22 | 30 | 0 | 131 | 45 | 114 | 120 | 43 |
| Binary | 1111011 | 10100001 | 10010 | 11000 | 0 | 1011001 | 100101 | 1001100 | 1010000 | 100011 |
Color Harmonies of #7BA112
Complementary color
Monochromatic Colors of #7BA112
Black with #7BA112
Text Example
Text Example
White with #7BA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA112; }
p { color: rgb(123,161,18); }
H1.HeaderClassName
{
color: #7BA112;
}
.AnyTagClassName
{
color: #7BA112;
}
</style>
background-color css
<style>
a { background-color: #7BA112; }
a { background-color: rgb(123,161,18); }
div.DivClassName
{
background-color: #7BA112;
}
.BgClassName
{
background-color: #7BA112;
}
</style>
border-color css
<style>
span { border-color: #7BA112; }
span { border-color: rgb(123,161,18); }
td.TdClassName
{
border-color: #7BA112;
}
.TagClassName
{
border-color: #7BA112;
}
</style>