Shades of Lima #7CA322
Tints of Lima #7CA322
RGB
CMYK
RGB Variations
Color information
#7CA322 (or 0x7CA322) is known color: Lima. HEX triplet: 7C, A3 and 22. RGB value is (124,163,34). Sum of RGB (Red+Green+Blue) = 124+163+34=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA322 is #835CDD. Grayscale: #898989. Windows color (decimal): -8608990 or 2270076. OLE color: 2270076.
HSL color Cylindrical-coordinate representation of color #7CA322: hue angle of 78.14º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CA322 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 34 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.36 |
| HSL | 78.14º | 0.65% | 0.39% | - |
| HSV(B) | 78.14º | 0.79% | 0.64% | - |
| XYZ | 21.7 | 30.59 | 6.28 | - |
| YUV | 136.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 34 | 0.24 | 0 | 0.79 | 0.36 | 78.14 | 0.65 | 0.39 |
| Hex | 7C | A3 | 22 | 18 | 0 | 4F | 24 | 4E | 41 | 27 |
| Octal | 174 | 243 | 42 | 30 | 0 | 117 | 44 | 116 | 101 | 47 |
| Binary | 1111100 | 10100011 | 100010 | 11000 | 0 | 1001111 | 100100 | 1001110 | 1000001 | 100111 |
Color Harmonies of #7CA322
Complementary color
Monochromatic Colors of #7CA322
Black with #7CA322
Text Example
Text Example
White with #7CA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA322; }
p { color: rgb(124,163,34); }
H1.HeaderClassName
{
color: #7CA322;
}
.AnyTagClassName
{
color: #7CA322;
}
</style>
background-color css
<style>
a { background-color: #7CA322; }
a { background-color: rgb(124,163,34); }
div.DivClassName
{
background-color: #7CA322;
}
.BgClassName
{
background-color: #7CA322;
}
</style>
border-color css
<style>
span { border-color: #7CA322; }
span { border-color: rgb(124,163,34); }
td.TdClassName
{
border-color: #7CA322;
}
.TagClassName
{
border-color: #7CA322;
}
</style>