Shades of Lima #7BBA12
Tints of Lima #7BBA12
RGB
CMYK
RGB Variations
Color information
#7BBA12 (or 0x7BBA12) is known color: Lima. HEX triplet: 7B, BA and 12. RGB value is (123,186,18). Sum of RGB (Red+Green+Blue) = 123+186+18=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA12 is #8445ED. Grayscale: #949494. Windows color (decimal): -8668654 or 1227387. OLE color: 1227387.
HSL color Cylindrical-coordinate representation of color #7BBA12: hue angle of 82.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BBA12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.27 |
| HSL | 82.5º | 0.82% | 0.4% | - |
| HSV(B) | 82.5º | 0.9% | 0.73% | - |
| XYZ | 25.84 | 39.37 | 6.81 | - |
| YUV | 148.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 18 | 0.34 | 0 | 0.90 | 0.27 | 82.5 | 0.82 | 0.4 |
| Hex | 7B | BA | 12 | 22 | 0 | 5A | 1B | 52 | 52 | 28 |
| Octal | 173 | 272 | 22 | 42 | 0 | 132 | 33 | 122 | 122 | 50 |
| Binary | 1111011 | 10111010 | 10010 | 100010 | 0 | 1011010 | 11011 | 1010010 | 1010010 | 101000 |
Color Harmonies of #7BBA12
Complementary color
Monochromatic Colors of #7BBA12
Black with #7BBA12
Text Example
Text Example
White with #7BBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA12; }
p { color: rgb(123,186,18); }
H1.HeaderClassName
{
color: #7BBA12;
}
.AnyTagClassName
{
color: #7BBA12;
}
</style>
background-color css
<style>
a { background-color: #7BBA12; }
a { background-color: rgb(123,186,18); }
div.DivClassName
{
background-color: #7BBA12;
}
.BgClassName
{
background-color: #7BBA12;
}
</style>
border-color css
<style>
span { border-color: #7BBA12; }
span { border-color: rgb(123,186,18); }
td.TdClassName
{
border-color: #7BBA12;
}
.TagClassName
{
border-color: #7BBA12;
}
</style>