Color Hex Logo

#7e964f Color Hex

#7E964F
(126,150,79)
0 Favorites   0 Comments

Color spaces of #7e964f

RGB 12615079
HSL0.220.310.45
HSV80°47°59°
CMYK 0.160.000.47   0.41
XYZ20.921826.812811.4698
Yxy26.81280.35340.4529
Hunter Lab51.7811-18.495123.1137
CIE-Lab58.8007-20.520934.5109

#7e964f color RGB value is (126,150,79).

#7e964f hex color red value is 126, green value is 150 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #7e964f hue: 0.22 , saturation: 0.31 and the lightness value of 7e964f is 0.45.

The process color (four color CMYK) of #7e964f color hex is 0.16, 0.00, 0.47, 0.41. Web safe color of #7e964f is #669966. Color #7e964f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10010110 01001111
Octal 176 226 117
Decimal 126 150 79
Hex 7E 96 4F

RGB Percentages of Color #7e964f

%35.49
%42.25
%22.25

CMYK Percentages of Color #7e964f

%16
%0
%47
%41

Triadic Colors of #7e964f

#7e964f #4f7e96 #964f7e

Analogous Colors of #7e964f

#7e964f #5b964f #968b4f

Monochromatic Colors of #7e964f

#7e964f

Complementary Color

#7e964f #674f96

#7e964f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e964f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e964f Color CSS Codes

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

#7e964f Text Font Color

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

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


#7e964f Background Color

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

This div background color is #7e964f


#7e964f Border Color

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

This div border color is #7e964f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e964f


Comments

No comments written yet.

Please login to write comment.