Shades of Lima #7BA616
Tints of Lima #7BA616
RGB
CMYK
RGB Variations
Color information
#7BA616 (or 0x7BA616) is known color: Lima. HEX triplet: 7B, A6 and 16. RGB value is (123,166,22). Sum of RGB (Red+Green+Blue) = 123+166+22=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA616 is #8459E9. Grayscale: #898989. Windows color (decimal): -8673770 or 1484411. OLE color: 1484411.
HSL color Cylindrical-coordinate representation of color #7BA616: hue angle of 77.92º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BA616 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 22 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.35 |
| HSL | 77.92º | 0.77% | 0.37% | - |
| HSV(B) | 77.92º | 0.87% | 0.65% | - |
| XYZ | 21.95 | 31.54 | 5.69 | - |
| YUV | 136.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 22 | 0.26 | 0 | 0.87 | 0.35 | 77.92 | 0.77 | 0.37 |
| Hex | 7B | A6 | 16 | 1A | 0 | 57 | 23 | 4E | 4D | 25 |
| Octal | 173 | 246 | 26 | 32 | 0 | 127 | 43 | 116 | 115 | 45 |
| Binary | 1111011 | 10100110 | 10110 | 11010 | 0 | 1010111 | 100011 | 1001110 | 1001101 | 100101 |
Color Harmonies of #7BA616
Complementary color
Monochromatic Colors of #7BA616
Black with #7BA616
Text Example
Text Example
White with #7BA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA616; }
p { color: rgb(123,166,22); }
H1.HeaderClassName
{
color: #7BA616;
}
.AnyTagClassName
{
color: #7BA616;
}
</style>
background-color css
<style>
a { background-color: #7BA616; }
a { background-color: rgb(123,166,22); }
div.DivClassName
{
background-color: #7BA616;
}
.BgClassName
{
background-color: #7BA616;
}
</style>
border-color css
<style>
span { border-color: #7BA616; }
span { border-color: rgb(123,166,22); }
td.TdClassName
{
border-color: #7BA616;
}
.TagClassName
{
border-color: #7BA616;
}
</style>