Shades of Lima #7CA520
Tints of Lima #7CA520
RGB
CMYK
RGB Variations
Color information
#7CA520 (or 0x7CA520) is known color: Lima. HEX triplet: 7C, A5 and 20. RGB value is (124,165,32). Sum of RGB (Red+Green+Blue) = 124+165+32=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA520 is #835ADF. Grayscale: #8A8A8A. Windows color (decimal): -8608480 or 2139516. OLE color: 2139516.
HSL color Cylindrical-coordinate representation of color #7CA520: hue angle of 78.5º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CA520 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 32 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.35 |
| HSL | 78.5º | 0.68% | 0.39% | - |
| HSV(B) | 78.5º | 0.81% | 0.65% | - |
| XYZ | 22.03 | 31.3 | 6.25 | - |
| YUV | 137.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 32 | 0.25 | 0 | 0.81 | 0.35 | 78.5 | 0.68 | 0.39 |
| Hex | 7C | A5 | 20 | 19 | 0 | 51 | 23 | 4E | 44 | 27 |
| Octal | 174 | 245 | 40 | 31 | 0 | 121 | 43 | 116 | 104 | 47 |
| Binary | 1111100 | 10100101 | 100000 | 11001 | 0 | 1010001 | 100011 | 1001110 | 1000100 | 100111 |
Color Harmonies of #7CA520
Complementary color
Monochromatic Colors of #7CA520
Black with #7CA520
Text Example
Text Example
White with #7CA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA520; }
p { color: rgb(124,165,32); }
H1.HeaderClassName
{
color: #7CA520;
}
.AnyTagClassName
{
color: #7CA520;
}
</style>
background-color css
<style>
a { background-color: #7CA520; }
a { background-color: rgb(124,165,32); }
div.DivClassName
{
background-color: #7CA520;
}
.BgClassName
{
background-color: #7CA520;
}
</style>
border-color css
<style>
span { border-color: #7CA520; }
span { border-color: rgb(124,165,32); }
td.TdClassName
{
border-color: #7CA520;
}
.TagClassName
{
border-color: #7CA520;
}
</style>