Shades of Lima #7CAB0C
Tints of Lima #7CAB0C
RGB
CMYK
RGB Variations
Color information
#7CAB0C (or 0x7CAB0C) is known color: Lima. HEX triplet: 7C, AB and 0C. RGB value is (124,171,12). Sum of RGB (Red+Green+Blue) = 124+171+12=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB0C is #8354F3. Grayscale: #8B8B8B. Windows color (decimal): -8606964 or 830332. OLE color: 830332.
HSL color Cylindrical-coordinate representation of color #7CAB0C: hue angle of 77.74º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CAB0C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 12 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.33 |
| HSL | 77.74º | 0.87% | 0.36% | - |
| HSV(B) | 77.74º | 0.93% | 0.67% | - |
| XYZ | 22.94 | 33.44 | 5.59 | - |
| YUV | 138.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 12 | 0.27 | 0 | 0.93 | 0.33 | 77.74 | 0.87 | 0.36 |
| Hex | 7C | AB | C | 1B | 0 | 5D | 21 | 4E | 57 | 24 |
| Octal | 174 | 253 | 14 | 33 | 0 | 135 | 41 | 116 | 127 | 44 |
| Binary | 1111100 | 10101011 | 1100 | 11011 | 0 | 1011101 | 100001 | 1001110 | 1010111 | 100100 |
Color Harmonies of #7CAB0C
Complementary color
Monochromatic Colors of #7CAB0C
Black with #7CAB0C
Text Example
Text Example
White with #7CAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB0C; }
p { color: rgb(124,171,12); }
H1.HeaderClassName
{
color: #7CAB0C;
}
.AnyTagClassName
{
color: #7CAB0C;
}
</style>
background-color css
<style>
a { background-color: #7CAB0C; }
a { background-color: rgb(124,171,12); }
div.DivClassName
{
background-color: #7CAB0C;
}
.BgClassName
{
background-color: #7CAB0C;
}
</style>
border-color css
<style>
span { border-color: #7CAB0C; }
span { border-color: rgb(124,171,12); }
td.TdClassName
{
border-color: #7CAB0C;
}
.TagClassName
{
border-color: #7CAB0C;
}
</style>