Shades of Lima #7EA320
Tints of Lima #7EA320
RGB
CMYK
RGB Variations
Color information
#7EA320 (or 0x7EA320) is known color: Lima. HEX triplet: 7E, A3 and 20. RGB value is (126,163,32). Sum of RGB (Red+Green+Blue) = 126+163+32=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA320 is #815CDF. Grayscale: #898989. Windows color (decimal): -8477920 or 2139006. OLE color: 2139006.
HSL color Cylindrical-coordinate representation of color #7EA320: hue angle of 76.95º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA320 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 32 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.36 |
| HSL | 76.95º | 0.67% | 0.38% | - |
| HSV(B) | 76.95º | 0.8% | 0.64% | - |
| XYZ | 21.96 | 30.73 | 6.14 | - |
| YUV | 137 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 32 | 0.23 | 0 | 0.80 | 0.36 | 76.95 | 0.67 | 0.38 |
| Hex | 7E | A3 | 20 | 17 | 0 | 50 | 24 | 4D | 43 | 26 |
| Octal | 176 | 243 | 40 | 27 | 0 | 120 | 44 | 115 | 103 | 46 |
| Binary | 1111110 | 10100011 | 100000 | 10111 | 0 | 1010000 | 100100 | 1001101 | 1000011 | 100110 |
Color Harmonies of #7EA320
Complementary color
Monochromatic Colors of #7EA320
Black with #7EA320
Text Example
Text Example
White with #7EA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA320; }
p { color: rgb(126,163,32); }
H1.HeaderClassName
{
color: #7EA320;
}
.AnyTagClassName
{
color: #7EA320;
}
</style>
background-color css
<style>
a { background-color: #7EA320; }
a { background-color: rgb(126,163,32); }
div.DivClassName
{
background-color: #7EA320;
}
.BgClassName
{
background-color: #7EA320;
}
</style>
border-color css
<style>
span { border-color: #7EA320; }
span { border-color: rgb(126,163,32); }
td.TdClassName
{
border-color: #7EA320;
}
.TagClassName
{
border-color: #7EA320;
}
</style>