Color Hex Logo

#76d64a Color Hex

#76D64A
(118,214,74)
0 Favorites   0 Comments

Color spaces of #76d64a

RGB 11821474
HSL0.280.630.56
HSV101°65°84°
CMYK 0.450.000.65   0.16
XYZ32.753852.439114.8740
Yxy52.43910.32730.5240
Hunter Lab72.4148-45.989038.5122
CIE-Lab77.5427-52.655658.2768

#76d64a color RGB value is (118,214,74).

#76d64a hex color red value is 118, green value is 214 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76d64a hue: 0.28 , saturation: 0.63 and the lightness value of 76d64a is 0.56.

The process color (four color CMYK) of #76d64a color hex is 0.45, 0.00, 0.65, 0.16. Web safe color of #76d64a is #66cc33. Color #76d64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010110 01001010
Octal 166 326 112
Decimal 118 214 74
Hex 76 D6 4A

RGB Percentages of Color #76d64a

%29.06
%52.71
%18.23

CMYK Percentages of Color #76d64a

%45
%0
%65
%16

Triadic Colors of #76d64a

#76d64a #4a76d6 #d64a76

Analogous Colors of #76d64a

#76d64a #4ad664 #bcd64a

Monochromatic Colors of #76d64a

#76d64a

Complementary Color

#76d64a #aa4ad6

#76d64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d64a Color CSS Codes

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

#76d64a Text Font Color

<p style="color:#76d64a">Text here</p>

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


#76d64a Background Color

<div style="background-color:#76d64a">
Div content here</div>

This div background color is #76d64a


#76d64a Border Color

<div style="border:3px solid #76d64a">
Div here</div>

This div border color is #76d64a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,214,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76d64a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76d64a;
  -webkit-box-shadow: 1px 1px 3px 2px #76d64a;
  box-shadow:         1px 1px 3px 2px #76d64a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,214,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d64a


Comments

No comments written yet.

Please login to write comment.