Shades of Lima #7CB706
Tints of Lima #7CB706
RGB
CMYK
RGB Variations
Color information
#7CB706 (or 0x7CB706) is known color: Lima. HEX triplet: 7C, B7 and 06. RGB value is (124,183,6). Sum of RGB (Red+Green+Blue) = 124+183+6=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB706 is #8348F9. Grayscale: #919191. Windows color (decimal): -8603898 or 440188. OLE color: 440188.
HSL color Cylindrical-coordinate representation of color #7CB706: hue angle of 80º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CB706 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 6 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.28 |
| HSL | 80º | 0.94% | 0.37% | - |
| HSV(B) | 80º | 0.97% | 0.72% | - |
| XYZ | 25.28 | 38.17 | 6.21 | - |
| YUV | 145.18 | 49.45 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 6 | 0.32 | 0 | 0.97 | 0.28 | 80 | 0.94 | 0.37 |
| Hex | 7C | B7 | 6 | 20 | 0 | 61 | 1C | 50 | 5E | 25 |
| Octal | 174 | 267 | 6 | 40 | 0 | 141 | 34 | 120 | 136 | 45 |
| Binary | 1111100 | 10110111 | 110 | 100000 | 0 | 1100001 | 11100 | 1010000 | 1011110 | 100101 |
Color Harmonies of #7CB706
Complementary color
Monochromatic Colors of #7CB706
Black with #7CB706
Text Example
Text Example
White with #7CB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB706; }
p { color: rgb(124,183,6); }
H1.HeaderClassName
{
color: #7CB706;
}
.AnyTagClassName
{
color: #7CB706;
}
</style>
background-color css
<style>
a { background-color: #7CB706; }
a { background-color: rgb(124,183,6); }
div.DivClassName
{
background-color: #7CB706;
}
.BgClassName
{
background-color: #7CB706;
}
</style>
border-color css
<style>
span { border-color: #7CB706; }
span { border-color: rgb(124,183,6); }
td.TdClassName
{
border-color: #7CB706;
}
.TagClassName
{
border-color: #7CB706;
}
</style>