Shades of Lima #7BA81B
Tints of Lima #7BA81B
RGB
CMYK
RGB Variations
Color information
#7BA81B (or 0x7BA81B) is known color: Lima. HEX triplet: 7B, A8 and 1B. RGB value is (123,168,27). Sum of RGB (Red+Green+Blue) = 123+168+27=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA81B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA81B is #8457E4. Grayscale: #8A8A8A. Windows color (decimal): -8673253 or 1812603. OLE color: 1812603.
HSL color Cylindrical-coordinate representation of color #7BA81B: hue angle of 79.15º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BA81B is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 27 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.34 |
| HSL | 79.15º | 0.72% | 0.38% | - |
| HSV(B) | 79.15º | 0.84% | 0.66% | - |
| XYZ | 22.37 | 32.3 | 6.09 | - |
| YUV | 138.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 27 | 0.27 | 0 | 0.84 | 0.34 | 79.15 | 0.72 | 0.38 |
| Hex | 7B | A8 | 1B | 1B | 0 | 54 | 22 | 4F | 48 | 26 |
| Octal | 173 | 250 | 33 | 33 | 0 | 124 | 42 | 117 | 110 | 46 |
| Binary | 1111011 | 10101000 | 11011 | 11011 | 0 | 1010100 | 100010 | 1001111 | 1001000 | 100110 |
Color Harmonies of #7BA81B
Complementary color
Monochromatic Colors of #7BA81B
Black with #7BA81B
Text Example
Text Example
White with #7BA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA81B; }
p { color: rgb(123,168,27); }
H1.HeaderClassName
{
color: #7BA81B;
}
.AnyTagClassName
{
color: #7BA81B;
}
</style>
background-color css
<style>
a { background-color: #7BA81B; }
a { background-color: rgb(123,168,27); }
div.DivClassName
{
background-color: #7BA81B;
}
.BgClassName
{
background-color: #7BA81B;
}
</style>
border-color css
<style>
span { border-color: #7BA81B; }
span { border-color: rgb(123,168,27); }
td.TdClassName
{
border-color: #7BA81B;
}
.TagClassName
{
border-color: #7BA81B;
}
</style>