Color Hex Logo

#76a96f Color Hex

#76A96F
(118,169,111)
0 Favorites   0 Comments

Color spaces of #76a96f

RGB 118169111
HSL0.310.250.55
HSV113°34°66°
CMYK 0.300.000.34   0.34
XYZ24.528433.375220.1882
Yxy33.37520.31410.4274
Hunter Lab57.7713-25.312619.7210
CIE-Lab64.4636-28.493724.6854

#76a96f color RGB value is (118,169,111).

#76a96f hex color red value is 118, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #76a96f hue: 0.31 , saturation: 0.25 and the lightness value of 76a96f is 0.55.

The process color (four color CMYK) of #76a96f color hex is 0.30, 0.00, 0.34, 0.34. Web safe color of #76a96f is #669966. Color #76a96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101001 01101111
Octal 166 251 157
Decimal 118 169 111
Hex 76 A9 6F

RGB Percentages of Color #76a96f

%29.65
%42.46
%27.89

CMYK Percentages of Color #76a96f

%30
%0
%34
%34

Triadic Colors of #76a96f

#76a96f #6f76a9 #a96f76

Analogous Colors of #76a96f

#76a96f #6fa985 #93a96f

Monochromatic Colors of #76a96f

#76a96f

Complementary Color

#76a96f #a26fa9

#76a96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a96f Color CSS Codes

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

#76a96f Text Font Color

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

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


#76a96f Background Color

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

This div background color is #76a96f


#76a96f Border Color

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

This div border color is #76a96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a96f


Comments

No comments written yet.

Please login to write comment.