Color Hex Logo

#76bf8a Color Hex

#76BF8A
(118,191,138)
0 Favorites   0 Comments

Color spaces of #76bf8a

RGB 118191138
HSL0.380.360.61
HSV136°38°75°
CMYK 0.380.000.28   0.25
XYZ30.689542.948130.7171
Yxy42.94810.29410.4116
Hunter Lab65.5348-31.095618.0843
CIE-Lab71.5197-34.219419.7254

#76bf8a color RGB value is (118,191,138).

#76bf8a hex color red value is 118, green value is 191 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #76bf8a hue: 0.38 , saturation: 0.36 and the lightness value of 76bf8a is 0.61.

The process color (four color CMYK) of #76bf8a color hex is 0.38, 0.00, 0.28, 0.25. Web safe color of #76bf8a is #66cc99. Color #76bf8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111111 10001010
Octal 166 277 212
Decimal 118 191 138
Hex 76 BF 8A

RGB Percentages of Color #76bf8a

%26.40
%42.73
%30.87

CMYK Percentages of Color #76bf8a

%38
%0
%28
%25

Triadic Colors of #76bf8a

#76bf8a #8a76bf #bf8a76

Analogous Colors of #76bf8a

#76bf8a #76bfaf #87bf76

Monochromatic Colors of #76bf8a

#76bf8a

Complementary Color

#76bf8a #bf76ab

#76bf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bf8a Color CSS Codes

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

#76bf8a Text Font Color

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

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


#76bf8a Background Color

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

This div background color is #76bf8a


#76bf8a Border Color

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

This div border color is #76bf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bf8a


Comments

No comments written yet.

Please login to write comment.