Shades of Lima #7CA510
Tints of Lima #7CA510
RGB
CMYK
RGB Variations
Color information
#7CA510 (or 0x7CA510) is known color: Lima. HEX triplet: 7C, A5 and 10. RGB value is (124,165,16). Sum of RGB (Red+Green+Blue) = 124+165+16=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA510 is #835AEF. Grayscale: #888888. Windows color (decimal): -8608496 or 1090940. OLE color: 1090940.
HSL color Cylindrical-coordinate representation of color #7CA510: hue angle of 76.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CA510 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 16 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.35 |
| HSL | 76.51º | 0.82% | 0.35% | - |
| HSV(B) | 76.51º | 0.9% | 0.65% | - |
| XYZ | 21.86 | 31.23 | 5.37 | - |
| YUV | 135.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 16 | 0.25 | 0 | 0.90 | 0.35 | 76.51 | 0.82 | 0.35 |
| Hex | 7C | A5 | 10 | 19 | 0 | 5A | 23 | 4D | 52 | 23 |
| Octal | 174 | 245 | 20 | 31 | 0 | 132 | 43 | 115 | 122 | 43 |
| Binary | 1111100 | 10100101 | 10000 | 11001 | 0 | 1011010 | 100011 | 1001101 | 1010010 | 100011 |
Color Harmonies of #7CA510
Complementary color
Monochromatic Colors of #7CA510
Black with #7CA510
Text Example
Text Example
White with #7CA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA510; }
p { color: rgb(124,165,16); }
H1.HeaderClassName
{
color: #7CA510;
}
.AnyTagClassName
{
color: #7CA510;
}
</style>
background-color css
<style>
a { background-color: #7CA510; }
a { background-color: rgb(124,165,16); }
div.DivClassName
{
background-color: #7CA510;
}
.BgClassName
{
background-color: #7CA510;
}
</style>
border-color css
<style>
span { border-color: #7CA510; }
span { border-color: rgb(124,165,16); }
td.TdClassName
{
border-color: #7CA510;
}
.TagClassName
{
border-color: #7CA510;
}
</style>