Color Hex Logo

#76ba46 Color Hex

#76BA46
(118,186,70)
0 Favorites   0 Comments

Color spaces of #76ba46

RGB 11818670
HSL0.260.460.50
HSV95°62°73°
CMYK 0.370.000.62   0.27
XYZ26.135639.411612.0241
Yxy39.41160.33690.5081
Hunter Lab62.7787-35.550732.5891
CIE-Lab69.0484-41.449650.6816

#76ba46 color RGB value is (118,186,70).

#76ba46 hex color red value is 118, green value is 186 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #76ba46 hue: 0.26 , saturation: 0.46 and the lightness value of 76ba46 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111010 01000110
Octal 166 272 106
Decimal 118 186 70
Hex 76 BA 46

RGB Percentages of Color #76ba46

%31.55
%49.73
%18.72

CMYK Percentages of Color #76ba46

%37
%0
%62
%27

Triadic Colors of #76ba46

#76ba46 #4676ba #ba4676

Analogous Colors of #76ba46

#76ba46 #46ba50 #b0ba46

Monochromatic Colors of #76ba46

#76ba46

Complementary Color

#76ba46 #8a46ba

#76ba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ba46 Color CSS Codes

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

#76ba46 Text Font Color

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

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


#76ba46 Background Color

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

This div background color is #76ba46


#76ba46 Border Color

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

This div border color is #76ba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ba46


Comments

No comments written yet.

Please login to write comment.