Shades of Lima #7BBA1B
Tints of Lima #7BBA1B
RGB
CMYK
RGB Variations
Color information
#7BBA1B (or 0x7BBA1B) is known color: Lima. HEX triplet: 7B, BA and 1B. RGB value is (123,186,27). Sum of RGB (Red+Green+Blue) = 123+186+27=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA1B is #8445E4. Grayscale: #959595. Windows color (decimal): -8668645 or 1817211. OLE color: 1817211.
HSL color Cylindrical-coordinate representation of color #7BBA1B: hue angle of 83.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BBA1B is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 27 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.27 |
| HSL | 83.77º | 0.75% | 0.42% | - |
| HSV(B) | 83.77º | 0.85% | 0.73% | - |
| XYZ | 25.93 | 39.41 | 7.28 | - |
| YUV | 149.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 27 | 0.34 | 0 | 0.85 | 0.27 | 83.77 | 0.75 | 0.42 |
| Hex | 7B | BA | 1B | 22 | 0 | 55 | 1B | 54 | 4B | 2A |
| Octal | 173 | 272 | 33 | 42 | 0 | 125 | 33 | 124 | 113 | 52 |
| Binary | 1111011 | 10111010 | 11011 | 100010 | 0 | 1010101 | 11011 | 1010100 | 1001011 | 101010 |
Color Harmonies of #7BBA1B
Complementary color
Monochromatic Colors of #7BBA1B
Black with #7BBA1B
Text Example
Text Example
White with #7BBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA1B; }
p { color: rgb(123,186,27); }
H1.HeaderClassName
{
color: #7BBA1B;
}
.AnyTagClassName
{
color: #7BBA1B;
}
</style>
background-color css
<style>
a { background-color: #7BBA1B; }
a { background-color: rgb(123,186,27); }
div.DivClassName
{
background-color: #7BBA1B;
}
.BgClassName
{
background-color: #7BBA1B;
}
</style>
border-color css
<style>
span { border-color: #7BBA1B; }
span { border-color: rgb(123,186,27); }
td.TdClassName
{
border-color: #7BBA1B;
}
.TagClassName
{
border-color: #7BBA1B;
}
</style>