Shades of Lima #7BA719
Tints of Lima #7BA719
RGB
CMYK
RGB Variations
Color information
#7BA719 (or 0x7BA719) is known color: Lima. HEX triplet: 7B, A7 and 19. RGB value is (123,167,25). Sum of RGB (Red+Green+Blue) = 123+167+25=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA719 is #8458E6. Grayscale: #8A8A8A. Windows color (decimal): -8673511 or 1681275. OLE color: 1681275.
HSL color Cylindrical-coordinate representation of color #7BA719: hue angle of 78.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BA719 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 25 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.35 |
| HSL | 78.59º | 0.74% | 0.38% | - |
| HSV(B) | 78.59º | 0.85% | 0.65% | - |
| XYZ | 22.16 | 31.92 | 5.91 | - |
| YUV | 137.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 25 | 0.26 | 0 | 0.85 | 0.35 | 78.59 | 0.74 | 0.38 |
| Hex | 7B | A7 | 19 | 1A | 0 | 55 | 23 | 4F | 4A | 26 |
| Octal | 173 | 247 | 31 | 32 | 0 | 125 | 43 | 117 | 112 | 46 |
| Binary | 1111011 | 10100111 | 11001 | 11010 | 0 | 1010101 | 100011 | 1001111 | 1001010 | 100110 |
Color Harmonies of #7BA719
Complementary color
Monochromatic Colors of #7BA719
Black with #7BA719
Text Example
Text Example
White with #7BA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA719; }
p { color: rgb(123,167,25); }
H1.HeaderClassName
{
color: #7BA719;
}
.AnyTagClassName
{
color: #7BA719;
}
</style>
background-color css
<style>
a { background-color: #7BA719; }
a { background-color: rgb(123,167,25); }
div.DivClassName
{
background-color: #7BA719;
}
.BgClassName
{
background-color: #7BA719;
}
</style>
border-color css
<style>
span { border-color: #7BA719; }
span { border-color: rgb(123,167,25); }
td.TdClassName
{
border-color: #7BA719;
}
.TagClassName
{
border-color: #7BA719;
}
</style>