Shades of Lima #7CA223
Tints of Lima #7CA223
RGB
CMYK
RGB Variations
Color information
#7CA223 (or 0x7CA223) is known color: Lima. HEX triplet: 7C, A2 and 23. RGB value is (124,162,35). Sum of RGB (Red+Green+Blue) = 124+162+35=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA223 is #835DDC. Grayscale: #888888. Windows color (decimal): -8609245 or 2335356. OLE color: 2335356.
HSL color Cylindrical-coordinate representation of color #7CA223: hue angle of 77.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CA223 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 35 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.36 |
| HSL | 77.95º | 0.64% | 0.39% | - |
| HSV(B) | 77.95º | 0.78% | 0.64% | - |
| XYZ | 21.54 | 30.25 | 6.29 | - |
| YUV | 136.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 35 | 0.23 | 0 | 0.78 | 0.36 | 77.95 | 0.64 | 0.39 |
| Hex | 7C | A2 | 23 | 17 | 0 | 4E | 24 | 4E | 40 | 27 |
| Octal | 174 | 242 | 43 | 27 | 0 | 116 | 44 | 116 | 100 | 47 |
| Binary | 1111100 | 10100010 | 100011 | 10111 | 0 | 1001110 | 100100 | 1001110 | 1000000 | 100111 |
Color Harmonies of #7CA223
Complementary color
Monochromatic Colors of #7CA223
Black with #7CA223
Text Example
Text Example
White with #7CA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA223; }
p { color: rgb(124,162,35); }
H1.HeaderClassName
{
color: #7CA223;
}
.AnyTagClassName
{
color: #7CA223;
}
</style>
background-color css
<style>
a { background-color: #7CA223; }
a { background-color: rgb(124,162,35); }
div.DivClassName
{
background-color: #7CA223;
}
.BgClassName
{
background-color: #7CA223;
}
</style>
border-color css
<style>
span { border-color: #7CA223; }
span { border-color: rgb(124,162,35); }
td.TdClassName
{
border-color: #7CA223;
}
.TagClassName
{
border-color: #7CA223;
}
</style>