Shades of Lima #7AB60D
Tints of Lima #7AB60D
RGB
CMYK
RGB Variations
Color information
#7AB60D (or 0x7AB60D) is known color: Lima. HEX triplet: 7A, B6 and 0D. RGB value is (122,182,13). Sum of RGB (Red+Green+Blue) = 122+182+13=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB60D is #8549F2. Grayscale: #919191. Windows color (decimal): -8735219 or 898682. OLE color: 898682.
HSL color Cylindrical-coordinate representation of color #7AB60D: hue angle of 81.3º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AB60D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 13 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.29 |
| HSL | 81.3º | 0.87% | 0.38% | - |
| HSV(B) | 81.3º | 0.93% | 0.71% | - |
| XYZ | 24.83 | 37.62 | 6.33 | - |
| YUV | 144.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 13 | 0.33 | 0 | 0.93 | 0.29 | 81.3 | 0.87 | 0.38 |
| Hex | 7A | B6 | D | 21 | 0 | 5D | 1D | 51 | 57 | 26 |
| Octal | 172 | 266 | 15 | 41 | 0 | 135 | 35 | 121 | 127 | 46 |
| Binary | 1111010 | 10110110 | 1101 | 100001 | 0 | 1011101 | 11101 | 1010001 | 1010111 | 100110 |
Color Harmonies of #7AB60D
Complementary color
Monochromatic Colors of #7AB60D
Black with #7AB60D
Text Example
Text Example
White with #7AB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB60D; }
p { color: rgb(122,182,13); }
H1.HeaderClassName
{
color: #7AB60D;
}
.AnyTagClassName
{
color: #7AB60D;
}
</style>
background-color css
<style>
a { background-color: #7AB60D; }
a { background-color: rgb(122,182,13); }
div.DivClassName
{
background-color: #7AB60D;
}
.BgClassName
{
background-color: #7AB60D;
}
</style>
border-color css
<style>
span { border-color: #7AB60D; }
span { border-color: rgb(122,182,13); }
td.TdClassName
{
border-color: #7AB60D;
}
.TagClassName
{
border-color: #7AB60D;
}
</style>