Shades of Lima #7BA016
Tints of Lima #7BA016
RGB
CMYK
RGB Variations
Color information
#7BA016 (or 0x7BA016) is known color: Lima. HEX triplet: 7B, A0 and 16. RGB value is (123,160,22). Sum of RGB (Red+Green+Blue) = 123+160+22=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA016 is #845FE9. Grayscale: #858585. Windows color (decimal): -8675306 or 1482875. OLE color: 1482875.
HSL color Cylindrical-coordinate representation of color #7BA016: hue angle of 76.09º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BA016 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 22 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.37 |
| HSL | 76.09º | 0.76% | 0.36% | - |
| HSV(B) | 76.09º | 0.86% | 0.63% | - |
| XYZ | 20.88 | 29.41 | 5.34 | - |
| YUV | 133.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 22 | 0.23 | 0 | 0.86 | 0.37 | 76.09 | 0.76 | 0.36 |
| Hex | 7B | A0 | 16 | 17 | 0 | 56 | 25 | 4C | 4C | 24 |
| Octal | 173 | 240 | 26 | 27 | 0 | 126 | 45 | 114 | 114 | 44 |
| Binary | 1111011 | 10100000 | 10110 | 10111 | 0 | 1010110 | 100101 | 1001100 | 1001100 | 100100 |
Color Harmonies of #7BA016
Complementary color
Monochromatic Colors of #7BA016
Black with #7BA016
Text Example
Text Example
White with #7BA016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA016; }
p { color: rgb(123,160,22); }
H1.HeaderClassName
{
color: #7BA016;
}
.AnyTagClassName
{
color: #7BA016;
}
</style>
background-color css
<style>
a { background-color: #7BA016; }
a { background-color: rgb(123,160,22); }
div.DivClassName
{
background-color: #7BA016;
}
.BgClassName
{
background-color: #7BA016;
}
</style>
border-color css
<style>
span { border-color: #7BA016; }
span { border-color: rgb(123,160,22); }
td.TdClassName
{
border-color: #7BA016;
}
.TagClassName
{
border-color: #7BA016;
}
</style>