Shades of Lima #7BA916
Tints of Lima #7BA916
RGB
CMYK
RGB Variations
Color information
#7BA916 (or 0x7BA916) is known color: Lima. HEX triplet: 7B, A9 and 16. RGB value is (123,169,22). Sum of RGB (Red+Green+Blue) = 123+169+22=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA916 is #8456E9. Grayscale: #8B8B8B. Windows color (decimal): -8673002 or 1485179. OLE color: 1485179.
HSL color Cylindrical-coordinate representation of color #7BA916: hue angle of 78.78º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BA916 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 22 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.34 |
| HSL | 78.78º | 0.77% | 0.37% | - |
| HSV(B) | 78.78º | 0.87% | 0.66% | - |
| XYZ | 22.5 | 32.64 | 5.87 | - |
| YUV | 138.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 22 | 0.27 | 0 | 0.87 | 0.34 | 78.78 | 0.77 | 0.37 |
| Hex | 7B | A9 | 16 | 1B | 0 | 57 | 22 | 4F | 4D | 25 |
| Octal | 173 | 251 | 26 | 33 | 0 | 127 | 42 | 117 | 115 | 45 |
| Binary | 1111011 | 10101001 | 10110 | 11011 | 0 | 1010111 | 100010 | 1001111 | 1001101 | 100101 |
Color Harmonies of #7BA916
Complementary color
Monochromatic Colors of #7BA916
Black with #7BA916
Text Example
Text Example
White with #7BA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA916; }
p { color: rgb(123,169,22); }
H1.HeaderClassName
{
color: #7BA916;
}
.AnyTagClassName
{
color: #7BA916;
}
</style>
background-color css
<style>
a { background-color: #7BA916; }
a { background-color: rgb(123,169,22); }
div.DivClassName
{
background-color: #7BA916;
}
.BgClassName
{
background-color: #7BA916;
}
</style>
border-color css
<style>
span { border-color: #7BA916; }
span { border-color: rgb(123,169,22); }
td.TdClassName
{
border-color: #7BA916;
}
.TagClassName
{
border-color: #7BA916;
}
</style>