Shades of Lima #7CA413
Tints of Lima #7CA413
RGB
CMYK
RGB Variations
Color information
#7CA413 (or 0x7CA413) is known color: Lima. HEX triplet: 7C, A4 and 13. RGB value is (124,164,19). Sum of RGB (Red+Green+Blue) = 124+164+19=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA413 is #835BEC. Grayscale: #888888. Windows color (decimal): -8608749 or 1287292. OLE color: 1287292.
HSL color Cylindrical-coordinate representation of color #7CA413: hue angle of 76.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CA413 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 19 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.36 |
| HSL | 76.55º | 0.79% | 0.36% | - |
| HSV(B) | 76.55º | 0.88% | 0.64% | - |
| XYZ | 21.71 | 30.88 | 5.43 | - |
| YUV | 135.51 | 62.25 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 19 | 0.24 | 0 | 0.88 | 0.36 | 76.55 | 0.79 | 0.36 |
| Hex | 7C | A4 | 13 | 18 | 0 | 58 | 24 | 4D | 4F | 24 |
| Octal | 174 | 244 | 23 | 30 | 0 | 130 | 44 | 115 | 117 | 44 |
| Binary | 1111100 | 10100100 | 10011 | 11000 | 0 | 1011000 | 100100 | 1001101 | 1001111 | 100100 |
Color Harmonies of #7CA413
Complementary color
Monochromatic Colors of #7CA413
Black with #7CA413
Text Example
Text Example
White with #7CA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA413; }
p { color: rgb(124,164,19); }
H1.HeaderClassName
{
color: #7CA413;
}
.AnyTagClassName
{
color: #7CA413;
}
</style>
background-color css
<style>
a { background-color: #7CA413; }
a { background-color: rgb(124,164,19); }
div.DivClassName
{
background-color: #7CA413;
}
.BgClassName
{
background-color: #7CA413;
}
</style>
border-color css
<style>
span { border-color: #7CA413; }
span { border-color: rgb(124,164,19); }
td.TdClassName
{
border-color: #7CA413;
}
.TagClassName
{
border-color: #7CA413;
}
</style>