Color Hex Logo

#7eb96a Color Hex

#7EB96A
(126,185,106)
0 Favorites   0 Comments

Color spaces of #7eb96a

RGB 126185106
HSL0.290.360.57
HSV105°43°73°
CMYK 0.320.000.43   0.27
XYZ28.554740.174219.8851
Yxy40.17420.32220.4534
Hunter Lab63.3831-30.504525.7672
CIE-Lab69.5934-34.061934.1036

#7eb96a color RGB value is (126,185,106).

#7eb96a hex color red value is 126, green value is 185 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7eb96a hue: 0.29 , saturation: 0.36 and the lightness value of 7eb96a is 0.57.

The process color (four color CMYK) of #7eb96a color hex is 0.32, 0.00, 0.43, 0.27. Web safe color of #7eb96a is #66cc66. Color #7eb96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111001 01101010
Octal 176 271 152
Decimal 126 185 106
Hex 7E B9 6A

RGB Percentages of Color #7eb96a

%30.22
%44.36
%25.42

CMYK Percentages of Color #7eb96a

%32
%0
%43
%27

Triadic Colors of #7eb96a

#7eb96a #6a7eb9 #b96a7e

Analogous Colors of #7eb96a

#7eb96a #6ab97e #a6b96a

Monochromatic Colors of #7eb96a

#7eb96a

Complementary Color

#7eb96a #a56ab9

#7eb96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb96a Color CSS Codes

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

#7eb96a Text Font Color

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

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


#7eb96a Background Color

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

This div background color is #7eb96a


#7eb96a Border Color

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

This div border color is #7eb96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb96a


Comments

No comments written yet.

Please login to write comment.