Shades of Lima #7BB110
Tints of Lima #7BB110
RGB
CMYK
RGB Variations
Color information
#7BB110 (or 0x7BB110) is known color: Lima. HEX triplet: 7B, B1 and 10. RGB value is (123,177,16). Sum of RGB (Red+Green+Blue) = 123+177+16=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB110 is #844EEF. Grayscale: #8F8F8F. Windows color (decimal): -8670960 or 1094011. OLE color: 1094011.
HSL color Cylindrical-coordinate representation of color #7BB110: hue angle of 80.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BB110 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 16 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.31 |
| HSL | 80.12º | 0.83% | 0.38% | - |
| HSV(B) | 80.12º | 0.91% | 0.69% | - |
| XYZ | 23.98 | 35.69 | 6.12 | - |
| YUV | 142.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 16 | 0.31 | 0 | 0.91 | 0.31 | 80.12 | 0.83 | 0.38 |
| Hex | 7B | B1 | 10 | 1F | 0 | 5B | 1F | 50 | 53 | 26 |
| Octal | 173 | 261 | 20 | 37 | 0 | 133 | 37 | 120 | 123 | 46 |
| Binary | 1111011 | 10110001 | 10000 | 11111 | 0 | 1011011 | 11111 | 1010000 | 1010011 | 100110 |
Color Harmonies of #7BB110
Complementary color
Monochromatic Colors of #7BB110
Black with #7BB110
Text Example
Text Example
White with #7BB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB110; }
p { color: rgb(123,177,16); }
H1.HeaderClassName
{
color: #7BB110;
}
.AnyTagClassName
{
color: #7BB110;
}
</style>
background-color css
<style>
a { background-color: #7BB110; }
a { background-color: rgb(123,177,16); }
div.DivClassName
{
background-color: #7BB110;
}
.BgClassName
{
background-color: #7BB110;
}
</style>
border-color css
<style>
span { border-color: #7BB110; }
span { border-color: rgb(123,177,16); }
td.TdClassName
{
border-color: #7BB110;
}
.TagClassName
{
border-color: #7BB110;
}
</style>