COLOR #76B17F

HEX: #76B17F
RGB: (118,177,127)

Color info

#76B17F contains red, green and blue colors in about the same proportion. Web safe color of #76B17F is #669966 (or #696).

RGB color model

#76B17F color RGB value is (118,177,127).

  • red value is 118;
  • green value is 177;
  • blue value is 127.
RGB:
(118,177,127)
(46%,69%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 177 of 255 = 69%
B 127 of 255 = 50%

118
177
127

R + G + B ~ 55%. #76B17F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 177 + 127 = 422 (100%)
R 118 of 422 ~ 27.96%
G 177 of 422 ~ 41.94%
B 127 of 422 ~ 30.09%

%27.96
%41.94
%30.09

CMYK color model

#76B17F color CMYK value is (33,0,28,31).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(33,0,28,31)
C33M0Y28K31 
(33%,0%,28%,31%)
(0.33/0.00/0.28/0.31)	

CMYK percentages

%33.33
%0
%28.25
%30.59

Codes

Color #76B17F in popluar color models

76B17F
RGB118177127
HSL129°27.44%57.84%
HSB/HSV129°33.33%69.41%
CMYK33.33%0.00%28.25%
30.59%

Color #76B17F in popluar number systems.

HEX76B17F
Decimal118177127
Binary1110110101100011111111
Octal166261177

Shades and tints

Shades of #76B17F

#76B17F
(118,177,127)
#6CA174
(108,161,116)
#629169
(98,145,105)
#58815E
(88,129,94)
#4E7153
(78,113,83)
#446148
(68,97,72)
#3A513D
(58,81,61)
#304132
(48,65,50)
#263127
(38,49,39)
#1C211C
(28,33,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #76B17F

#76B17F
(118,177,127)
#82B88A
(130,184,138)
#8EBF95
(142,191,149)
#9AC6A0
(154,198,160)
#A6CDAB
(166,205,171)
#B2D4B6
(178,212,182)
#BEDBC1
(190,219,193)
#CAE2CC
(202,226,204)
#D6E9D7
(214,233,215)
#E2F0E2
(226,240,226)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B17F color. Also use rgb(118,177,127) instead hex code.

Text Font Color

.myTextColor { color: #76B17F; }

<p style="color:#76B17F">This sample text font color is #76B17F.</p>

This text font color is #76B17F.


Background Color

.myBgColor { background-color: #76B17F; }

<div style="background-color:#76B17F">Inner text</div>

This div background color is #76B17F.


Border color

.myBorderColor { border: 1px solid #76B17F; }

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

This div border color is #76B17F.


Opacity

.myOpacity80 { color: #76B17F; opacity: 0.8; }

<p style="color:#76B17F;opacity:0.8;">80%</p>

Text with #76B17F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76B17F;}

<p style="text-shadow: 3px 3px 1px #76B17F">Text here.</p>

This text has shadow with #76B17F color.

.textShadow {text-shadow: 3px 3px 1px #76B17F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76B17F, 5px 5px 20px red">Text here.</p>

This text has shadow with #76B17F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B17F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76B17F, Direction=45, Strength=4)">Text</p>

This text has shadow with #76B17F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76B17F;
  -webkit-box-shadow:	1px 1px 3px 2px #76B17F;
  box-shadow:		1px 1px 3px 2px #76B17F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B17F;
-webkit-box-shadow: 1px 1px 3px 2px #76B17F;
box-shadow:1px 1px 3px 2px #76B17F;">
Div content here</div>
This div box has shadow with color #76B17F.

Preview

Color preview on black background

This text has color #76B17F on black background.


Color preview on white background

This text has color #76B17F on white background.



Black color preview on #76B17F background

This text has black color on #76B17F background.


White color preview on #76B17F background

This text has white color on #76B17F background.