Shades of Lima #7C9D1C
Tints of Lima #7C9D1C
RGB
CMYK
RGB Variations
Color information
#7C9D1C (or 0x7C9D1C) is known color: Lima. HEX triplet: 7C, 9D and 1C. RGB value is (124,157,28). Sum of RGB (Red+Green+Blue) = 124+157+28=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9D1C is #8362E3. Grayscale: #848484. Windows color (decimal): -8610532 or 1875324. OLE color: 1875324.
HSL color Cylindrical-coordinate representation of color #7C9D1C: hue angle of 75.35º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C9D1C is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 28 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.38 |
| HSL | 75.35º | 0.7% | 0.36% | - |
| HSV(B) | 75.35º | 0.82% | 0.62% | - |
| XYZ | 20.58 | 28.48 | 5.51 | - |
| YUV | 132.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 28 | 0.21 | 0 | 0.82 | 0.38 | 75.35 | 0.7 | 0.36 |
| Hex | 7C | 9D | 1C | 15 | 0 | 52 | 26 | 4B | 46 | 24 |
| Octal | 174 | 235 | 34 | 25 | 0 | 122 | 46 | 113 | 106 | 44 |
| Binary | 1111100 | 10011101 | 11100 | 10101 | 0 | 1010010 | 100110 | 1001011 | 1000110 | 100100 |
Color Harmonies of #7C9D1C
Complementary color
Monochromatic Colors of #7C9D1C
Black with #7C9D1C
Text Example
Text Example
White with #7C9D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D1C; }
p { color: rgb(124,157,28); }
H1.HeaderClassName
{
color: #7C9D1C;
}
.AnyTagClassName
{
color: #7C9D1C;
}
</style>
background-color css
<style>
a { background-color: #7C9D1C; }
a { background-color: rgb(124,157,28); }
div.DivClassName
{
background-color: #7C9D1C;
}
.BgClassName
{
background-color: #7C9D1C;
}
</style>
border-color css
<style>
span { border-color: #7C9D1C; }
span { border-color: rgb(124,157,28); }
td.TdClassName
{
border-color: #7C9D1C;
}
.TagClassName
{
border-color: #7C9D1C;
}
</style>