Shades of Lima #7CA215
Tints of Lima #7CA215
RGB
CMYK
RGB Variations
Color information
#7CA215 (or 0x7CA215) is known color: Lima. HEX triplet: 7C, A2 and 15. RGB value is (124,162,21). Sum of RGB (Red+Green+Blue) = 124+162+21=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA215 is #835DEA. Grayscale: #878787. Windows color (decimal): -8609259 or 1417852. OLE color: 1417852.
HSL color Cylindrical-coordinate representation of color #7CA215: hue angle of 76.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CA215 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 21 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.36 |
| HSL | 76.17º | 0.77% | 0.36% | - |
| HSV(B) | 76.17º | 0.87% | 0.64% | - |
| XYZ | 21.37 | 30.18 | 5.41 | - |
| YUV | 134.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 21 | 0.23 | 0 | 0.87 | 0.36 | 76.17 | 0.77 | 0.36 |
| Hex | 7C | A2 | 15 | 17 | 0 | 57 | 24 | 4C | 4D | 24 |
| Octal | 174 | 242 | 25 | 27 | 0 | 127 | 44 | 114 | 115 | 44 |
| Binary | 1111100 | 10100010 | 10101 | 10111 | 0 | 1010111 | 100100 | 1001100 | 1001101 | 100100 |
Color Harmonies of #7CA215
Complementary color
Monochromatic Colors of #7CA215
Black with #7CA215
Text Example
Text Example
White with #7CA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA215; }
p { color: rgb(124,162,21); }
H1.HeaderClassName
{
color: #7CA215;
}
.AnyTagClassName
{
color: #7CA215;
}
</style>
background-color css
<style>
a { background-color: #7CA215; }
a { background-color: rgb(124,162,21); }
div.DivClassName
{
background-color: #7CA215;
}
.BgClassName
{
background-color: #7CA215;
}
</style>
border-color css
<style>
span { border-color: #7CA215; }
span { border-color: rgb(124,162,21); }
td.TdClassName
{
border-color: #7CA215;
}
.TagClassName
{
border-color: #7CA215;
}
</style>