COLOR #76A872

HEX: #76A872
RGB: (118,168,114)

Color info

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

RGB color model

#76A872 color RGB value is (118,168,114).

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

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 114 of 255 = 45%

118
168
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 114 = 400 (100%)
R 118 of 400 ~ 29.5%
G 168 of 400 ~ 42%
B 114 of 400 ~ 28.5%

%29.5
%42
%28.5

CMYK color model

#76A872 color CMYK value is (30,0,32,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(30,0,32,34)
C30M0Y32K34 
(30%,0%,32%,34%)
(0.30/0.00/0.32/0.34)	

CMYK percentages

%29.76
%0
%32.14
%34.12

Codes

Color #76A872 in popluar color models

76A872
RGB118168114
HSL116°23.68%55.29%
HSB/HSV116°32.14%65.88%
CMYK29.76%0.00%32.14%
34.12%

Color #76A872 in popluar number systems.

HEX76A872
Decimal118168114
Binary1110110101010001110010
Octal166250162

Shades and tints

Shades of #76A872

#76A872
(118,168,114)
#6C9968
(108,153,104)
#628A5E
(98,138,94)
#587B54
(88,123,84)
#4E6C4A
(78,108,74)
#445D40
(68,93,64)
#3A4E36
(58,78,54)
#303F2C
(48,63,44)
#263022
(38,48,34)
#1C2118
(28,33,24)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #76A872

#76A872
(118,168,114)
#82AF7E
(130,175,126)
#8EB68A
(142,182,138)
#9ABD96
(154,189,150)
#A6C4A2
(166,196,162)
#B2CBAE
(178,203,174)
#BED2BA
(190,210,186)
#CAD9C6
(202,217,198)
#D6E0D2
(214,224,210)
#E2E7DE
(226,231,222)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A872; }

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

This text font color is #76A872.


Background Color

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

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

This div background color is #76A872.


Border color

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

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

This div border color is #76A872.


Opacity

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

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

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

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

This text has shadow with #76A872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A872 on black background.


Color preview on white background

This text has color #76A872 on white background.



Black color preview on #76A872 background

This text has black color on #76A872 background.


White color preview on #76A872 background

This text has white color on #76A872 background.