Shades of Lima #7BA419
Tints of Lima #7BA419
RGB
CMYK
RGB Variations
Color information
#7BA419 (or 0x7BA419) is known color: Lima. HEX triplet: 7B, A4 and 19. RGB value is (123,164,25). Sum of RGB (Red+Green+Blue) = 123+164+25=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA419 is #845BE6. Grayscale: #888888. Windows color (decimal): -8674279 or 1680507. OLE color: 1680507.
HSL color Cylindrical-coordinate representation of color #7BA419: hue angle of 77.7º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BA419 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 25 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.36 |
| HSL | 77.7º | 0.74% | 0.37% | - |
| HSV(B) | 77.7º | 0.85% | 0.64% | - |
| XYZ | 21.62 | 30.83 | 5.73 | - |
| YUV | 135.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 25 | 0.25 | 0 | 0.85 | 0.36 | 77.7 | 0.74 | 0.37 |
| Hex | 7B | A4 | 19 | 19 | 0 | 55 | 24 | 4E | 4A | 25 |
| Octal | 173 | 244 | 31 | 31 | 0 | 125 | 44 | 116 | 112 | 45 |
| Binary | 1111011 | 10100100 | 11001 | 11001 | 0 | 1010101 | 100100 | 1001110 | 1001010 | 100101 |
Color Harmonies of #7BA419
Complementary color
Monochromatic Colors of #7BA419
Black with #7BA419
Text Example
Text Example
White with #7BA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA419; }
p { color: rgb(123,164,25); }
H1.HeaderClassName
{
color: #7BA419;
}
.AnyTagClassName
{
color: #7BA419;
}
</style>
background-color css
<style>
a { background-color: #7BA419; }
a { background-color: rgb(123,164,25); }
div.DivClassName
{
background-color: #7BA419;
}
.BgClassName
{
background-color: #7BA419;
}
</style>
border-color css
<style>
span { border-color: #7BA419; }
span { border-color: rgb(123,164,25); }
td.TdClassName
{
border-color: #7BA419;
}
.TagClassName
{
border-color: #7BA419;
}
</style>