COLOR #76B172

HEX: #76B172
RGB: (118,177,114)

Color info

#76B172 contains mainly red and green colors. Web safe color of #76B172 is #669966 (or #696).

RGB color model

#76B172 color RGB value is (118,177,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 177 of 255 = 69%
B 114 of 255 = 45%

118
177
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 177 + 114 = 409 (100%)
R 118 of 409 ~ 28.85%
G 177 of 409 ~ 43.28%
B 114 of 409 ~ 27.87%

%28.85
%43.28
%27.87

CMYK color model

#76B172 color CMYK value is (33,0,36,31).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(33,0,36,31)
C33M0Y36K31 
(33%,0%,36%,31%)
(0.33/0.00/0.36/0.31)	

CMYK percentages

%33.33
%0
%35.59
%30.59

Codes

Color #76B172 in popluar color models

76B172
RGB118177114
HSL116°28.77%57.06%
HSB/HSV116°35.59%69.41%
CMYK33.33%0.00%35.59%
30.59%

Color #76B172 in popluar number systems.

HEX76B172
Decimal118177114
Binary1110110101100011110010
Octal166261162

Shades and tints

Shades of #76B172

#76B172
(118,177,114)
#6CA168
(108,161,104)
#62915E
(98,145,94)
#588154
(88,129,84)
#4E714A
(78,113,74)
#446140
(68,97,64)
#3A5136
(58,81,54)
#30412C
(48,65,44)
#263122
(38,49,34)
#1C2118
(28,33,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76B172

#76B172
(118,177,114)
#82B87E
(130,184,126)
#8EBF8A
(142,191,138)
#9AC696
(154,198,150)
#A6CDA2
(166,205,162)
#B2D4AE
(178,212,174)
#BEDBBA
(190,219,186)
#CAE2C6
(202,226,198)
#D6E9D2
(214,233,210)
#E2F0DE
(226,240,222)
#EEF7EA
(238,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B172; }

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

This text font color is #76B172.


Background Color

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

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

This div background color is #76B172.


Border color

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

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

This div border color is #76B172.


Opacity

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

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

Text with #76B172 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 #76B172;}

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

This text has shadow with #76B172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B172 on black background.


Color preview on white background

This text has color #76B172 on white background.



Black color preview on #76B172 background

This text has black color on #76B172 background.


White color preview on #76B172 background

This text has white color on #76B172 background.