Color Hex Logo

#76b981 Color Hex

#76B981
(118,185,129)
0 Favorites   0 Comments

Color spaces of #76b981

RGB 118185129
HSL0.360.320.59
HSV130°36°73°
CMYK 0.360.000.30   0.27
XYZ28.782640.134526.9986
Yxy40.13450.30010.4184
Hunter Lab63.3518-29.767819.0787
CIE-Lab69.5652-33.051821.8778

#76b981 color RGB value is (118,185,129).

#76b981 hex color red value is 118, green value is 185 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #76b981 hue: 0.36 , saturation: 0.32 and the lightness value of 76b981 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111001 10000001
Octal 166 271 201
Decimal 118 185 129
Hex 76 B9 81

RGB Percentages of Color #76b981

%27.31
%42.82
%29.86

CMYK Percentages of Color #76b981

%36
%0
%30
%27

Triadic Colors of #76b981

#76b981 #8176b9 #b98176

Analogous Colors of #76b981

#76b981 #76b9a3 #8db976

Monochromatic Colors of #76b981

#76b981

Complementary Color

#76b981 #b976ae

#76b981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76b981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76b981 Color CSS Codes

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

#76b981 Text Font Color

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

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


#76b981 Background Color

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

This div background color is #76b981


#76b981 Border Color

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

This div border color is #76b981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76b981


Comments

No comments written yet.

Please login to write comment.