Shades of Lima #7CB109
Tints of Lima #7CB109
RGB
CMYK
RGB Variations
Color information
#7CB109 (or 0x7CB109) is known color: Lima. HEX triplet: 7C, B1 and 09. RGB value is (124,177,9). Sum of RGB (Red+Green+Blue) = 124+177+9=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB109 is #834EF6. Grayscale: #8E8E8E. Windows color (decimal): -8605431 or 635260. OLE color: 635260.
HSL color Cylindrical-coordinate representation of color #7CB109: hue angle of 78.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CB109 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 9 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.31 |
| HSL | 78.93º | 0.9% | 0.36% | - |
| HSV(B) | 78.93º | 0.95% | 0.69% | - |
| XYZ | 24.08 | 35.75 | 5.89 | - |
| YUV | 142 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 9 | 0.30 | 0 | 0.95 | 0.31 | 78.93 | 0.9 | 0.36 |
| Hex | 7C | B1 | 9 | 1E | 0 | 5F | 1F | 4F | 5A | 24 |
| Octal | 174 | 261 | 11 | 36 | 0 | 137 | 37 | 117 | 132 | 44 |
| Binary | 1111100 | 10110001 | 1001 | 11110 | 0 | 1011111 | 11111 | 1001111 | 1011010 | 100100 |
Color Harmonies of #7CB109
Complementary color
Monochromatic Colors of #7CB109
Black with #7CB109
Text Example
Text Example
White with #7CB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB109; }
p { color: rgb(124,177,9); }
H1.HeaderClassName
{
color: #7CB109;
}
.AnyTagClassName
{
color: #7CB109;
}
</style>
background-color css
<style>
a { background-color: #7CB109; }
a { background-color: rgb(124,177,9); }
div.DivClassName
{
background-color: #7CB109;
}
.BgClassName
{
background-color: #7CB109;
}
</style>
border-color css
<style>
span { border-color: #7CB109; }
span { border-color: rgb(124,177,9); }
td.TdClassName
{
border-color: #7CB109;
}
.TagClassName
{
border-color: #7CB109;
}
</style>