Color Hex Logo

#76b94a Color Hex

#76B94A
(118,185,74)
0 Favorites   0 Comments

Color spaces of #76b94a

RGB 11818574
HSL0.270.440.51
HSV96°60°73°
CMYK 0.360.000.60   0.27
XYZ26.056239.043912.6415
Yxy39.04390.33520.5022
Hunter Lab62.4851-34.914731.7445
CIE-Lab68.7831-40.635648.6092

#76b94a color RGB value is (118,185,74).

#76b94a hex color red value is 118, green value is 185 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76b94a hue: 0.27 , saturation: 0.44 and the lightness value of 76b94a is 0.51.

The process color (four color CMYK) of #76b94a color hex is 0.36, 0.00, 0.60, 0.27. Web safe color of #76b94a is #66cc33. Color #76b94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111001 01001010
Octal 166 271 112
Decimal 118 185 74
Hex 76 B9 4A

RGB Percentages of Color #76b94a

%31.30
%49.07
%19.63

CMYK Percentages of Color #76b94a

%36
%0
%60
%27

Triadic Colors of #76b94a

#76b94a #4a76b9 #b94a76

Analogous Colors of #76b94a

#76b94a #4ab956 #aeb94a

Monochromatic Colors of #76b94a

#76b94a

Complementary Color

#76b94a #8d4ab9

#76b94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b94a Color CSS Codes

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

#76b94a Text Font Color

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

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


#76b94a Background Color

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

This div background color is #76b94a


#76b94a Border Color

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

This div border color is #76b94a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,185,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 #76b94a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b94a


Comments

No comments written yet.

Please login to write comment.