Color Hex Logo

#7eaf6e Color Hex

#7EAF6E
(126,175,110)
0 Favorites   0 Comments

Color spaces of #7eaf6e

RGB 126175110
HSL0.290.290.56
HSV105°37°69°
CMYK 0.280.000.37   0.31
XYZ26.748636.221420.3335
Yxy36.22140.32110.4348
Hunter Lab60.1842-25.988922.0976
CIE-Lab66.6887-28.756428.2490

#7eaf6e color RGB value is (126,175,110).

#7eaf6e hex color red value is 126, green value is 175 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7eaf6e hue: 0.29 , saturation: 0.29 and the lightness value of 7eaf6e is 0.56.

The process color (four color CMYK) of #7eaf6e color hex is 0.28, 0.00, 0.37, 0.31. Web safe color of #7eaf6e is #669966. Color #7eaf6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 01101110
Octal 176 257 156
Decimal 126 175 110
Hex 7E AF 6E

RGB Percentages of Color #7eaf6e

%30.66
%42.58
%26.76

CMYK Percentages of Color #7eaf6e

%28
%0
%37
%31

Triadic Colors of #7eaf6e

#7eaf6e #6e7eaf #af6e7e

Analogous Colors of #7eaf6e

#7eaf6e #6eaf7f #9faf6e

Monochromatic Colors of #7eaf6e

#7eaf6e

Complementary Color

#7eaf6e #9f6eaf

#7eaf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaf6e Color CSS Codes

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

#7eaf6e Text Font Color

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

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


#7eaf6e Background Color

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

This div background color is #7eaf6e


#7eaf6e Border Color

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

This div border color is #7eaf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaf6e


Comments

No comments written yet.

Please login to write comment.