COLOR #72AC76

HEX: #72AC76
RGB: (114,172,118)

Color info

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

RGB color model

#72AC76 color RGB value is (114,172,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 118 of 255 = 46%

114
172
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 118 = 404 (100%)
R 114 of 404 ~ 28.22%
G 172 of 404 ~ 42.57%
B 118 of 404 ~ 29.21%

%28.22
%42.57
%29.21

CMYK color model

#72AC76 color CMYK value is (34,0,31,33).

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 32.55%
CMYK:
(34,0,31,33)
C34M0Y31K33 
(34%,0%,31%,33%)
(0.34/0.00/0.31/0.33)	

CMYK percentages

%33.72
%0
%31.4
%32.55

Codes

Color #72AC76 in popluar color models

72AC76
RGB114172118
HSL124°25.89%56.08%
HSB/HSV124°33.72%67.45%
CMYK33.72%0.00%31.40%
32.55%

Color #72AC76 in popluar number systems.

HEX72AC76
Decimal114172118
Binary1110010101011001110110
Octal162254166

Shades and tints

Shades of #72AC76

#72AC76
(114,172,118)
#689D6C
(104,157,108)
#5E8E62
(94,142,98)
#547F58
(84,127,88)
#4A704E
(74,112,78)
#406144
(64,97,68)
#36523A
(54,82,58)
#2C4330
(44,67,48)
#223426
(34,52,38)
#18251C
(24,37,28)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #72AC76

#72AC76
(114,172,118)
#7EB382
(126,179,130)
#8ABA8E
(138,186,142)
#96C19A
(150,193,154)
#A2C8A6
(162,200,166)
#AECFB2
(174,207,178)
#BAD6BE
(186,214,190)
#C6DDCA
(198,221,202)
#D2E4D6
(210,228,214)
#DEEBE2
(222,235,226)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AC76 color. Also use rgb(114,172,118) instead hex code.

Text Font Color

.myTextColor { color: #72AC76; }

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

This text font color is #72AC76.


Background Color

.myBgColor { background-color: #72AC76; }

<div style="background-color:#72AC76">Inner text</div>

This div background color is #72AC76.


Border color

.myBorderColor { border: 1px solid #72AC76; }

<div style="border:3px solid #72AC76">Div</div>

This div border color is #72AC76.


Opacity

.myOpacity80 { color: #72AC76; opacity: 0.8; }

<p style="color:#72AC76;opacity:0.8;">80%</p>

Text with #72AC76 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 #72AC76;}

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

This text has shadow with #72AC76 color.

.textShadow {text-shadow: 3px 3px 1px #72AC76, 3px 3px 1px red;}

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

This text has shadow with #72AC76 primary color and red secondary color.


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

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

This text has shadow with #72AC76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC76 on black background.


Color preview on white background

This text has color #72AC76 on white background.



Black color preview on #72AC76 background

This text has black color on #72AC76 background.


White color preview on #72AC76 background

This text has white color on #72AC76 background.