Color Hex Logo

#76ad91 Color Hex

#76AD91
(118,173,145)
0 Favorites   0 Comments

Color spaces of #76ad91

RGB 118173145
HSL0.420.250.57
HSV149°32°68°
CMYK 0.320.000.16   0.32
XYZ27.525635.783032.2441
Yxy35.78300.28810.3745
Hunter Lab59.8189-22.54659.9142
CIE-Lab66.3538-24.17028.6801

#76ad91 color RGB value is (118,173,145).

#76ad91 hex color red value is 118, green value is 173 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #76ad91 hue: 0.42 , saturation: 0.25 and the lightness value of 76ad91 is 0.57.

The process color (four color CMYK) of #76ad91 color hex is 0.32, 0.00, 0.16, 0.32. Web safe color of #76ad91 is #669999. Color #76ad91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 10010001
Octal 166 255 221
Decimal 118 173 145
Hex 76 AD 91

RGB Percentages of Color #76ad91

%27.06
%39.68
%33.26

CMYK Percentages of Color #76ad91

%32
%0
%16
%32

Triadic Colors of #76ad91

#76ad91 #9176ad #ad9176

Analogous Colors of #76ad91

#76ad91 #76adad #77ad76

Monochromatic Colors of #76ad91

#76ad91

Complementary Color

#76ad91 #ad7692

#76ad91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ad91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ad91 Color CSS Codes

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

#76ad91 Text Font Color

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

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


#76ad91 Background Color

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

This div background color is #76ad91


#76ad91 Border Color

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

This div border color is #76ad91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ad91


Comments

No comments written yet.

Please login to write comment.