Color Hex Logo

#7ea640 Color Hex

#7EA640
(126,166,64)
0 Favorites   0 Comments

Color spaces of #7ea640

RGB 12616664
HSL0.230.440.45
HSV84°61°65°
CMYK 0.240.000.61   0.35
XYZ23.165832.07829.8212
Yxy32.07820.35600.4930
Hunter Lab56.6376-26.106129.3652
CIE-Lab63.4075-29.948947.2151

#7ea640 color RGB value is (126,166,64).

#7ea640 hex color red value is 126, green value is 166 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7ea640 hue: 0.23 , saturation: 0.44 and the lightness value of 7ea640 is 0.45.

The process color (four color CMYK) of #7ea640 color hex is 0.24, 0.00, 0.61, 0.35. Web safe color of #7ea640 is #669933. Color #7ea640 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 01000000
Octal 176 246 100
Decimal 126 166 64
Hex 7E A6 40

RGB Percentages of Color #7ea640

%35.39
%46.63
%17.98

CMYK Percentages of Color #7ea640

%24
%0
%61
%35

Triadic Colors of #7ea640

#7ea640 #407ea6 #a6407e

Analogous Colors of #7ea640

#7ea640 #4ba640 #a69b40

Monochromatic Colors of #7ea640

#7ea640

Complementary Color

#7ea640 #6840a6

#7ea640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea640 Color CSS Codes

.mybgcolor {background-color:#7ea640; } 
.myforecolor {color:#7ea640; }
.mybordercolor {border:3px solid #7ea640; }

#7ea640 Text Font Color

<p style="color:#7ea640">Text here</p>

This sample text font color is #7ea640
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7ea640 Background Color

<div style="background-color:#7ea640">
Div content here</div>

This div background color is #7ea640


#7ea640 Border Color

<div style="border:3px solid #7ea640">
Div here</div>

This div border color is #7ea640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,166,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ea640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ea640;
  -webkit-box-shadow: 1px 1px 3px 2px #7ea640;
  box-shadow:         1px 1px 3px 2px #7ea640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,166,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7ea640">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7ea640;
  -webkit-box-shadow: 1px 1px 3px 2px #7ea640;
  box-shadow:         1px 1px 3px 2px #7ea640;">
Div content here</div>

This div box has shadow with color #7ea640


Comments

No comments written yet.

Please login to write comment.