Color Hex Logo

#7ea65a Color Hex

#7EA65A
(126,166,90)
0 Favorites   0 Comments

Color spaces of #7ea65a

RGB 12616690
HSL0.250.300.50
HSV92°46°65°
CMYK 0.240.000.46   0.35
XYZ24.085932.446214.6662
Yxy32.44620.33830.4557
Hunter Lab56.9616-24.204924.6074
CIE-Lab63.7100-27.171334.9093

#7ea65a color RGB value is (126,166,90).

#7ea65a hex color red value is 126, green value is 166 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7ea65a hue: 0.25 , saturation: 0.30 and the lightness value of 7ea65a is 0.50.

The process color (four color CMYK) of #7ea65a color hex is 0.24, 0.00, 0.46, 0.35. Web safe color of #7ea65a is #669966. Color #7ea65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100110 01011010
Octal 176 246 132
Decimal 126 166 90
Hex 7E A6 5A

RGB Percentages of Color #7ea65a

%32.98
%43.46
%23.56

CMYK Percentages of Color #7ea65a

%24
%0
%46
%35

Triadic Colors of #7ea65a

#7ea65a #5a7ea6 #a65a7e

Analogous Colors of #7ea65a

#7ea65a #5aa65c #a4a65a

Monochromatic Colors of #7ea65a

#7ea65a

Complementary Color

#7ea65a #825aa6

#7ea65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea65a Color CSS Codes

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

#7ea65a Text Font Color

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

This sample text font color is #7ea65a
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.


#7ea65a Background Color

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

This div background color is #7ea65a


#7ea65a Border Color

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

This div border color is #7ea65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea65a


Comments

No comments written yet.

Please login to write comment.