#7EA70A

Color #7EA70A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EA70A

Tints of Lima #7EA70A

Color information

#7EA70A (or 0x7EA70A) is unknown color: approx Lima. HEX triplet: 7E, A7 and 0A. RGB value is (126,167,10). Sum of RGB (Red+Green+Blue) = 126+167+10=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA70A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA70A is #8158F5. Grayscale: #898989. Windows color (decimal): -8476918 or 698238. OLE color: 698238.

HSL color Cylindrical-coordinate representation of color #7EA70A: hue angle of 75.67º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EA70A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB12616710-
CMYK0.2500.940.35
HSL75.67º88.7%34.71%-
HSV(B)75.67º94.01%65.49%-
XYZ22.4832.095.3-
YUV136.8456.42120.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 41.58%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=41.58%
G=55.12%
B=3.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126167100.2500.940.3575.6788.734.71
Hex7EA7A1905E234c5923
Octal176247123101364311413143
Binary1111110101001111010110010101111010001110011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA70A; }

 p { color: rgb(126,167,10); }

 H1.HeaderClassName
 {
   color: #7EA70A;
 }
 .AnyTagClassName
 {
   color: #7EA70A;
 }
</style>
background-color css

<style>
 a { background-color: #7EA70A; }

 a { background-color: rgb(126,167,10); }

 div.DivClassName
 {
   background-color: #7EA70A;
 }
 .BgClassName
 {
   background-color: #7EA70A;
 }
</style>
border-color css

<style>
 span { border-color: #7EA70A; }

 span { border-color: rgb(126,167,10); }

 td.TdClassName
 {
   border-color: #7EA70A;
 }
 .TagClassName
 {
   border-color: #7EA70A;
 }
</style>