Shades of Lima #7BA418
Tints of Lima #7BA418
RGB
CMYK
RGB Variations
Color information
#7BA418 (or 0x7BA418) is known color: Lima. HEX triplet: 7B, A4 and 18. RGB value is (123,164,24). Sum of RGB (Red+Green+Blue) = 123+164+24=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA418 is #845BE7. Grayscale: #888888. Windows color (decimal): -8674280 or 1614971. OLE color: 1614971.
HSL color Cylindrical-coordinate representation of color #7BA418: hue angle of 77.57º 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 #7BA418 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 24 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.36 |
| HSL | 77.57º | 0.74% | 0.37% | - |
| HSV(B) | 77.57º | 0.85% | 0.64% | - |
| XYZ | 21.61 | 30.83 | 5.68 | - |
| YUV | 135.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 24 | 0.25 | 0 | 0.85 | 0.36 | 77.57 | 0.74 | 0.37 |
| Hex | 7B | A4 | 18 | 19 | 0 | 55 | 24 | 4E | 4A | 25 |
| Octal | 173 | 244 | 30 | 31 | 0 | 125 | 44 | 116 | 112 | 45 |
| Binary | 1111011 | 10100100 | 11000 | 11001 | 0 | 1010101 | 100100 | 1001110 | 1001010 | 100101 |
Color Harmonies of #7BA418
Complementary color
Monochromatic Colors of #7BA418
Black with #7BA418
Text Example
Text Example
White with #7BA418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA418; }
p { color: rgb(123,164,24); }
H1.HeaderClassName
{
color: #7BA418;
}
.AnyTagClassName
{
color: #7BA418;
}
</style>
background-color css
<style>
a { background-color: #7BA418; }
a { background-color: rgb(123,164,24); }
div.DivClassName
{
background-color: #7BA418;
}
.BgClassName
{
background-color: #7BA418;
}
</style>
border-color css
<style>
span { border-color: #7BA418; }
span { border-color: rgb(123,164,24); }
td.TdClassName
{
border-color: #7BA418;
}
.TagClassName
{
border-color: #7BA418;
}
</style>