Shades of Lima #7CA117
Tints of Lima #7CA117
RGB
CMYK
RGB Variations
Color information
#7CA117 (or 0x7CA117) is known color: Lima. HEX triplet: 7C, A1 and 17. RGB value is (124,161,23). Sum of RGB (Red+Green+Blue) = 124+161+23=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA117 is #835EE8. Grayscale: #868686. Windows color (decimal): -8609513 or 1548668. OLE color: 1548668.
HSL color Cylindrical-coordinate representation of color #7CA117: hue angle of 76.09º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CA117 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 23 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.37 |
| HSL | 76.09º | 0.75% | 0.36% | - |
| HSV(B) | 76.09º | 0.86% | 0.63% | - |
| XYZ | 21.21 | 29.84 | 5.45 | - |
| YUV | 134.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 23 | 0.23 | 0 | 0.86 | 0.37 | 76.09 | 0.75 | 0.36 |
| Hex | 7C | A1 | 17 | 17 | 0 | 56 | 25 | 4C | 4B | 24 |
| Octal | 174 | 241 | 27 | 27 | 0 | 126 | 45 | 114 | 113 | 44 |
| Binary | 1111100 | 10100001 | 10111 | 10111 | 0 | 1010110 | 100101 | 1001100 | 1001011 | 100100 |
Color Harmonies of #7CA117
Complementary color
Monochromatic Colors of #7CA117
Black with #7CA117
Text Example
Text Example
White with #7CA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA117; }
p { color: rgb(124,161,23); }
H1.HeaderClassName
{
color: #7CA117;
}
.AnyTagClassName
{
color: #7CA117;
}
</style>
background-color css
<style>
a { background-color: #7CA117; }
a { background-color: rgb(124,161,23); }
div.DivClassName
{
background-color: #7CA117;
}
.BgClassName
{
background-color: #7CA117;
}
</style>
border-color css
<style>
span { border-color: #7CA117; }
span { border-color: rgb(124,161,23); }
td.TdClassName
{
border-color: #7CA117;
}
.TagClassName
{
border-color: #7CA117;
}
</style>