Shades of Lima #7CAB0F
Tints of Lima #7CAB0F
RGB
CMYK
RGB Variations
Color information
#7CAB0F (or 0x7CAB0F) is known color: Lima. HEX triplet: 7C, AB and 0F. RGB value is (124,171,15). Sum of RGB (Red+Green+Blue) = 124+171+15=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB0F is #8354F0. Grayscale: #8B8B8B. Windows color (decimal): -8606961 or 1026940. OLE color: 1026940.
HSL color Cylindrical-coordinate representation of color #7CAB0F: hue angle of 78.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CAB0F is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 15 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.33 |
| HSL | 78.08º | 0.84% | 0.36% | - |
| HSV(B) | 78.08º | 0.91% | 0.67% | - |
| XYZ | 22.96 | 33.45 | 5.7 | - |
| YUV | 139.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 15 | 0.27 | 0 | 0.91 | 0.33 | 78.08 | 0.84 | 0.36 |
| Hex | 7C | AB | F | 1B | 0 | 5B | 21 | 4E | 54 | 24 |
| Octal | 174 | 253 | 17 | 33 | 0 | 133 | 41 | 116 | 124 | 44 |
| Binary | 1111100 | 10101011 | 1111 | 11011 | 0 | 1011011 | 100001 | 1001110 | 1010100 | 100100 |
Color Harmonies of #7CAB0F
Complementary color
Monochromatic Colors of #7CAB0F
Black with #7CAB0F
Text Example
Text Example
White with #7CAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB0F; }
p { color: rgb(124,171,15); }
H1.HeaderClassName
{
color: #7CAB0F;
}
.AnyTagClassName
{
color: #7CAB0F;
}
</style>
background-color css
<style>
a { background-color: #7CAB0F; }
a { background-color: rgb(124,171,15); }
div.DivClassName
{
background-color: #7CAB0F;
}
.BgClassName
{
background-color: #7CAB0F;
}
</style>
border-color css
<style>
span { border-color: #7CAB0F; }
span { border-color: rgb(124,171,15); }
td.TdClassName
{
border-color: #7CAB0F;
}
.TagClassName
{
border-color: #7CAB0F;
}
</style>