Shades of Lima #7BA51B
Tints of Lima #7BA51B
RGB
CMYK
RGB Variations
Color information
#7BA51B (or 0x7BA51B) is known color: Lima. HEX triplet: 7B, A5 and 1B. RGB value is (123,165,27). Sum of RGB (Red+Green+Blue) = 123+165+27=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA51B is #845AE4. Grayscale: #898989. Windows color (decimal): -8674021 or 1811835. OLE color: 1811835.
HSL color Cylindrical-coordinate representation of color #7BA51B: hue angle of 78.26º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BA51B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 27 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.35 |
| HSL | 78.26º | 0.72% | 0.38% | - |
| HSV(B) | 78.26º | 0.84% | 0.65% | - |
| XYZ | 21.82 | 31.2 | 5.91 | - |
| YUV | 136.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 27 | 0.25 | 0 | 0.84 | 0.35 | 78.26 | 0.72 | 0.38 |
| Hex | 7B | A5 | 1B | 19 | 0 | 54 | 23 | 4E | 48 | 26 |
| Octal | 173 | 245 | 33 | 31 | 0 | 124 | 43 | 116 | 110 | 46 |
| Binary | 1111011 | 10100101 | 11011 | 11001 | 0 | 1010100 | 100011 | 1001110 | 1001000 | 100110 |
Color Harmonies of #7BA51B
Complementary color
Monochromatic Colors of #7BA51B
Black with #7BA51B
Text Example
Text Example
White with #7BA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA51B; }
p { color: rgb(123,165,27); }
H1.HeaderClassName
{
color: #7BA51B;
}
.AnyTagClassName
{
color: #7BA51B;
}
</style>
background-color css
<style>
a { background-color: #7BA51B; }
a { background-color: rgb(123,165,27); }
div.DivClassName
{
background-color: #7BA51B;
}
.BgClassName
{
background-color: #7BA51B;
}
</style>
border-color css
<style>
span { border-color: #7BA51B; }
span { border-color: rgb(123,165,27); }
td.TdClassName
{
border-color: #7BA51B;
}
.TagClassName
{
border-color: #7BA51B;
}
</style>