Color Hex Logo

#7ea72a Color Hex

#7EA72A
(126,167,42)
0 Favorites   0 Comments

Color spaces of #7ea72a

RGB 12616742
HSL0.220.600.41
HSV80°75°65°
CMYK 0.250.000.75   0.35
XYZ22.840832.24027.2096
Yxy32.24020.36670.5176
Hunter Lab56.7805-27.561532.2181
CIE-Lab63.5409-31.991556.2274

#7ea72a color RGB value is (126,167,42).

#7ea72a hex color red value is 126, green value is 167 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7ea72a hue: 0.22 , saturation: 0.60 and the lightness value of 7ea72a is 0.41.

The process color (four color CMYK) of #7ea72a color hex is 0.25, 0.00, 0.75, 0.35. Web safe color of #7ea72a is #669933. Color #7ea72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100111 00101010
Octal 176 247 52
Decimal 126 167 42
Hex 7E A7 2A

RGB Percentages of Color #7ea72a

%37.61
%49.85
%12.54

CMYK Percentages of Color #7ea72a

%25
%0
%75
%35

Triadic Colors of #7ea72a

#7ea72a #2a7ea7 #a72a7e

Analogous Colors of #7ea72a

#7ea72a #40a72a #a7922a

Monochromatic Colors of #7ea72a

#7ea72a

Complementary Color

#7ea72a #532aa7

#7ea72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea72a Color CSS Codes

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

#7ea72a Text Font Color

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

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


#7ea72a Background Color

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

This div background color is #7ea72a


#7ea72a Border Color

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

This div border color is #7ea72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea72a


Comments

No comments written yet.

Please login to write comment.