Shades of Lima #7CAB11
Tints of Lima #7CAB11
RGB
CMYK
RGB Variations
Color information
#7CAB11 (or 0x7CAB11) is known color: Lima. HEX triplet: 7C, AB and 11. RGB value is (124,171,17). Sum of RGB (Red+Green+Blue) = 124+171+17=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB11 is #8354EE. Grayscale: #8B8B8B. Windows color (decimal): -8606959 or 1158012. OLE color: 1158012.
HSL color Cylindrical-coordinate representation of color #7CAB11: hue angle of 78.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CAB11 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 17 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.33 |
| HSL | 78.31º | 0.82% | 0.37% | - |
| HSV(B) | 78.31º | 0.9% | 0.67% | - |
| XYZ | 22.98 | 33.45 | 5.78 | - |
| YUV | 139.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 17 | 0.27 | 0 | 0.90 | 0.33 | 78.31 | 0.82 | 0.37 |
| Hex | 7C | AB | 11 | 1B | 0 | 5A | 21 | 4E | 52 | 25 |
| Octal | 174 | 253 | 21 | 33 | 0 | 132 | 41 | 116 | 122 | 45 |
| Binary | 1111100 | 10101011 | 10001 | 11011 | 0 | 1011010 | 100001 | 1001110 | 1010010 | 100101 |
Color Harmonies of #7CAB11
Complementary color
Monochromatic Colors of #7CAB11
Black with #7CAB11
Text Example
Text Example
White with #7CAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB11; }
p { color: rgb(124,171,17); }
H1.HeaderClassName
{
color: #7CAB11;
}
.AnyTagClassName
{
color: #7CAB11;
}
</style>
background-color css
<style>
a { background-color: #7CAB11; }
a { background-color: rgb(124,171,17); }
div.DivClassName
{
background-color: #7CAB11;
}
.BgClassName
{
background-color: #7CAB11;
}
</style>
border-color css
<style>
span { border-color: #7CAB11; }
span { border-color: rgb(124,171,17); }
td.TdClassName
{
border-color: #7CAB11;
}
.TagClassName
{
border-color: #7CAB11;
}
</style>