Shades of Lima #7CB607
Tints of Lima #7CB607
RGB
CMYK
RGB Variations
Color information
#7CB607 (or 0x7CB607) is known color: Lima. HEX triplet: 7C, B6 and 07. RGB value is (124,182,7). Sum of RGB (Red+Green+Blue) = 124+182+7=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB607 is #8349F8. Grayscale: #919191. Windows color (decimal): -8604153 or 505468. OLE color: 505468.
HSL color Cylindrical-coordinate representation of color #7CB607: hue angle of 79.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB607 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.29 |
| HSL | 79.89º | 0.93% | 0.37% | - |
| HSV(B) | 79.89º | 0.96% | 0.71% | - |
| XYZ | 25.08 | 37.76 | 6.17 | - |
| YUV | 144.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 7 | 0.32 | 0 | 0.96 | 0.29 | 79.89 | 0.93 | 0.37 |
| Hex | 7C | B6 | 7 | 20 | 0 | 60 | 1D | 50 | 5D | 25 |
| Octal | 174 | 266 | 7 | 40 | 0 | 140 | 35 | 120 | 135 | 45 |
| Binary | 1111100 | 10110110 | 111 | 100000 | 0 | 1100000 | 11101 | 1010000 | 1011101 | 100101 |
Color Harmonies of #7CB607
Complementary color
Monochromatic Colors of #7CB607
Black with #7CB607
Text Example
Text Example
White with #7CB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB607; }
p { color: rgb(124,182,7); }
H1.HeaderClassName
{
color: #7CB607;
}
.AnyTagClassName
{
color: #7CB607;
}
</style>
background-color css
<style>
a { background-color: #7CB607; }
a { background-color: rgb(124,182,7); }
div.DivClassName
{
background-color: #7CB607;
}
.BgClassName
{
background-color: #7CB607;
}
</style>
border-color css
<style>
span { border-color: #7CB607; }
span { border-color: rgb(124,182,7); }
td.TdClassName
{
border-color: #7CB607;
}
.TagClassName
{
border-color: #7CB607;
}
</style>