Shades of Lima #7BBA0D
Tints of Lima #7BBA0D
RGB
CMYK
RGB Variations
Color information
#7BBA0D (or 0x7BBA0D) is known color: Lima. HEX triplet: 7B, BA and 0D. RGB value is (123,186,13). Sum of RGB (Red+Green+Blue) = 123+186+13=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA0D is #8445F2. Grayscale: #949494. Windows color (decimal): -8668659 or 899707. OLE color: 899707.
HSL color Cylindrical-coordinate representation of color #7BBA0D: hue angle of 81.85º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BBA0D is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 13 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.27 |
| HSL | 81.85º | 0.87% | 0.39% | - |
| HSV(B) | 81.85º | 0.93% | 0.73% | - |
| XYZ | 25.8 | 39.36 | 6.62 | - |
| YUV | 147.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 13 | 0.34 | 0 | 0.93 | 0.27 | 81.85 | 0.87 | 0.39 |
| Hex | 7B | BA | D | 22 | 0 | 5D | 1B | 52 | 57 | 27 |
| Octal | 173 | 272 | 15 | 42 | 0 | 135 | 33 | 122 | 127 | 47 |
| Binary | 1111011 | 10111010 | 1101 | 100010 | 0 | 1011101 | 11011 | 1010010 | 1010111 | 100111 |
Color Harmonies of #7BBA0D
Complementary color
Monochromatic Colors of #7BBA0D
Black with #7BBA0D
Text Example
Text Example
White with #7BBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA0D; }
p { color: rgb(123,186,13); }
H1.HeaderClassName
{
color: #7BBA0D;
}
.AnyTagClassName
{
color: #7BBA0D;
}
</style>
background-color css
<style>
a { background-color: #7BBA0D; }
a { background-color: rgb(123,186,13); }
div.DivClassName
{
background-color: #7BBA0D;
}
.BgClassName
{
background-color: #7BBA0D;
}
</style>
border-color css
<style>
span { border-color: #7BBA0D; }
span { border-color: rgb(123,186,13); }
td.TdClassName
{
border-color: #7BBA0D;
}
.TagClassName
{
border-color: #7BBA0D;
}
</style>