Shades of Lima #7CB705
Tints of Lima #7CB705
RGB
CMYK
RGB Variations
Color information
#7CB705 (or 0x7CB705) is known color: Lima. HEX triplet: 7C, B7 and 05. RGB value is (124,183,5). Sum of RGB (Red+Green+Blue) = 124+183+5=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB705 is #8348FA. Grayscale: #919191. Windows color (decimal): -8603899 or 374652. OLE color: 374652.
HSL color Cylindrical-coordinate representation of color #7CB705: hue angle of 79.89º degrees, saturation: 0.95, 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 #7CB705 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.28 |
| HSL | 79.89º | 0.95% | 0.37% | - |
| HSV(B) | 79.89º | 0.97% | 0.72% | - |
| XYZ | 25.27 | 38.16 | 6.18 | - |
| YUV | 145.07 | 48.95 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 5 | 0.32 | 0 | 0.97 | 0.28 | 79.89 | 0.95 | 0.37 |
| Hex | 7C | B7 | 5 | 20 | 0 | 61 | 1C | 50 | 5F | 25 |
| Octal | 174 | 267 | 5 | 40 | 0 | 141 | 34 | 120 | 137 | 45 |
| Binary | 1111100 | 10110111 | 101 | 100000 | 0 | 1100001 | 11100 | 1010000 | 1011111 | 100101 |
Color Harmonies of #7CB705
Complementary color
Monochromatic Colors of #7CB705
Black with #7CB705
Text Example
Text Example
White with #7CB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB705; }
p { color: rgb(124,183,5); }
H1.HeaderClassName
{
color: #7CB705;
}
.AnyTagClassName
{
color: #7CB705;
}
</style>
background-color css
<style>
a { background-color: #7CB705; }
a { background-color: rgb(124,183,5); }
div.DivClassName
{
background-color: #7CB705;
}
.BgClassName
{
background-color: #7CB705;
}
</style>
border-color css
<style>
span { border-color: #7CB705; }
span { border-color: rgb(124,183,5); }
td.TdClassName
{
border-color: #7CB705;
}
.TagClassName
{
border-color: #7CB705;
}
</style>