Shades of Lima #7BA115
Tints of Lima #7BA115
RGB
CMYK
RGB Variations
Color information
#7BA115 (or 0x7BA115) is known color: Lima. HEX triplet: 7B, A1 and 15. RGB value is (123,161,21). Sum of RGB (Red+Green+Blue) = 123+161+21=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA115 is #845EEA. Grayscale: #868686. Windows color (decimal): -8675051 or 1417595. OLE color: 1417595.
HSL color Cylindrical-coordinate representation of color #7BA115: hue angle of 76.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BA115 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 21 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.37 |
| HSL | 76.29º | 0.77% | 0.36% | - |
| HSV(B) | 76.29º | 0.87% | 0.63% | - |
| XYZ | 21.05 | 29.75 | 5.34 | - |
| YUV | 133.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 21 | 0.24 | 0 | 0.87 | 0.37 | 76.29 | 0.77 | 0.36 |
| Hex | 7B | A1 | 15 | 18 | 0 | 57 | 25 | 4C | 4D | 24 |
| Octal | 173 | 241 | 25 | 30 | 0 | 127 | 45 | 114 | 115 | 44 |
| Binary | 1111011 | 10100001 | 10101 | 11000 | 0 | 1010111 | 100101 | 1001100 | 1001101 | 100100 |
Color Harmonies of #7BA115
Complementary color
Monochromatic Colors of #7BA115
Black with #7BA115
Text Example
Text Example
White with #7BA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA115; }
p { color: rgb(123,161,21); }
H1.HeaderClassName
{
color: #7BA115;
}
.AnyTagClassName
{
color: #7BA115;
}
</style>
background-color css
<style>
a { background-color: #7BA115; }
a { background-color: rgb(123,161,21); }
div.DivClassName
{
background-color: #7BA115;
}
.BgClassName
{
background-color: #7BA115;
}
</style>
border-color css
<style>
span { border-color: #7BA115; }
span { border-color: rgb(123,161,21); }
td.TdClassName
{
border-color: #7BA115;
}
.TagClassName
{
border-color: #7BA115;
}
</style>