COLOR #72AA71

HEX: #72AA71
RGB: (114,170,113)

Color info

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

RGB color model

#72AA71 color RGB value is (114,170,113).

  • red value is 114;
  • green value is 170;
  • blue value is 113.
RGB:
(114,170,113)
(45%,67%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 170 of 255 = 67%
B 113 of 255 = 44%

114
170
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 170 + 113 = 397 (100%)
R 114 of 397 ~ 28.72%
G 170 of 397 ~ 42.82%
B 113 of 397 ~ 28.46%

%28.72
%42.82
%28.46

CMYK color model

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

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(33,0,34,33)
C33M0Y34K33 
(33%,0%,34%,33%)
(0.33/0.00/0.34/0.33)	

CMYK percentages

%32.94
%0
%33.53
%33.33

Codes

Color #72AA71 in popluar color models

72AA71
RGB114170113
HSL119°25.11%55.49%
HSB/HSV119°33.53%66.67%
CMYK32.94%0.00%33.53%
33.33%

Color #72AA71 in popluar number systems.

HEX72AA71
Decimal114170113
Binary1110010101010101110001
Octal162252161

Shades and tints

Shades of #72AA71

#72AA71
(114,170,113)
#689B67
(104,155,103)
#5E8C5D
(94,140,93)
#547D53
(84,125,83)
#4A6E49
(74,110,73)
#405F3F
(64,95,63)
#365035
(54,80,53)
#2C412B
(44,65,43)
#223221
(34,50,33)
#182317
(24,35,23)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #72AA71

#72AA71
(114,170,113)
#7EB17D
(126,177,125)
#8AB889
(138,184,137)
#96BF95
(150,191,149)
#A2C6A1
(162,198,161)
#AECDAD
(174,205,173)
#BAD4B9
(186,212,185)
#C6DBC5
(198,219,197)
#D2E2D1
(210,226,209)
#DEE9DD
(222,233,221)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AA71 color. Also use rgb(114,170,113) instead hex code.

Text Font Color

.myTextColor { color: #72AA71; }

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

This text font color is #72AA71.


Background Color

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

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

This div background color is #72AA71.


Border color

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

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

This div border color is #72AA71.


Opacity

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

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

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

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

This text has shadow with #72AA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AA71 on black background.


Color preview on white background

This text has color #72AA71 on white background.



Black color preview on #72AA71 background

This text has black color on #72AA71 background.


White color preview on #72AA71 background

This text has white color on #72AA71 background.