Shades of Lima #7CA521
Tints of Lima #7CA521
RGB
CMYK
RGB Variations
Color information
#7CA521 (or 0x7CA521) is known color: Lima. HEX triplet: 7C, A5 and 21. RGB value is (124,165,33). Sum of RGB (Red+Green+Blue) = 124+165+33=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA521 is #835ADE. Grayscale: #8A8A8A. Windows color (decimal): -8608479 or 2205052. OLE color: 2205052.
HSL color Cylindrical-coordinate representation of color #7CA521: hue angle of 78.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CA521 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 165 | 33 | - |
| CMYK | 0.25 | 0 | 0.8 | 0.35 |
| HSL | 78.64º | 0.67% | 0.39% | - |
| HSV(B) | 78.64º | 0.8% | 0.65% | - |
| XYZ | 22.04 | 31.31 | 6.32 | - |
| YUV | 137.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 33 | 0.25 | 0 | 0.8 | 0.35 | 78.64 | 0.67 | 0.39 |
| Hex | 7C | A5 | 21 | 19 | 0 | 50 | 23 | 4F | 43 | 27 |
| Octal | 174 | 245 | 41 | 31 | 0 | 120 | 43 | 117 | 103 | 47 |
| Binary | 1111100 | 10100101 | 100001 | 11001 | 0 | 1010000 | 100011 | 1001111 | 1000011 | 100111 |
Color Harmonies of #7CA521
Complementary color
Monochromatic Colors of #7CA521
Black with #7CA521
Text Example
Text Example
White with #7CA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA521; }
p { color: rgb(124,165,33); }
H1.HeaderClassName
{
color: #7CA521;
}
.AnyTagClassName
{
color: #7CA521;
}
</style>
background-color css
<style>
a { background-color: #7CA521; }
a { background-color: rgb(124,165,33); }
div.DivClassName
{
background-color: #7CA521;
}
.BgClassName
{
background-color: #7CA521;
}
</style>
border-color css
<style>
span { border-color: #7CA521; }
span { border-color: rgb(124,165,33); }
td.TdClassName
{
border-color: #7CA521;
}
.TagClassName
{
border-color: #7CA521;
}
</style>