Shades of Lima #7CAC0C
Tints of Lima #7CAC0C
RGB
CMYK
RGB Variations
Color information
#7CAC0C (or 0x7CAC0C) is known color: Lima. HEX triplet: 7C, AC and 0C. RGB value is (124,172,12). Sum of RGB (Red+Green+Blue) = 124+172+12=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAC0C is #8353F3. Grayscale: #8B8B8B. Windows color (decimal): -8606708 or 830588. OLE color: 830588.
HSL color Cylindrical-coordinate representation of color #7CAC0C: hue angle of 78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CAC0C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.33 |
| HSL | 78º | 0.87% | 0.36% | - |
| HSV(B) | 78º | 0.93% | 0.67% | - |
| XYZ | 23.13 | 33.82 | 5.66 | - |
| YUV | 139.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 12 | 0.28 | 0 | 0.93 | 0.33 | 78 | 0.87 | 0.36 |
| Hex | 7C | AC | C | 1C | 0 | 5D | 21 | 4E | 57 | 24 |
| Octal | 174 | 254 | 14 | 34 | 0 | 135 | 41 | 116 | 127 | 44 |
| Binary | 1111100 | 10101100 | 1100 | 11100 | 0 | 1011101 | 100001 | 1001110 | 1010111 | 100100 |
Color Harmonies of #7CAC0C
Complementary color
Monochromatic Colors of #7CAC0C
Black with #7CAC0C
Text Example
Text Example
White with #7CAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC0C; }
p { color: rgb(124,172,12); }
H1.HeaderClassName
{
color: #7CAC0C;
}
.AnyTagClassName
{
color: #7CAC0C;
}
</style>
background-color css
<style>
a { background-color: #7CAC0C; }
a { background-color: rgb(124,172,12); }
div.DivClassName
{
background-color: #7CAC0C;
}
.BgClassName
{
background-color: #7CAC0C;
}
</style>
border-color css
<style>
span { border-color: #7CAC0C; }
span { border-color: rgb(124,172,12); }
td.TdClassName
{
border-color: #7CAC0C;
}
.TagClassName
{
border-color: #7CAC0C;
}
</style>