COLOR #72AC6D

HEX: #72AC6D
RGB: (114,172,109)

Color info

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

RGB color model

#72AC6D color RGB value is (114,172,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 109 of 255 = 43%

114
172
109

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 109 = 395 (100%)
R 114 of 395 ~ 28.86%
G 172 of 395 ~ 43.54%
B 109 of 395 ~ 27.59%

%28.86
%43.54
%27.59

CMYK color model

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

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%
CMYK:
(34,0,37,33)
C34M0Y37K33 
(34%,0%,37%,33%)
(0.34/0.00/0.37/0.33)	

CMYK percentages

%33.72
%0
%36.63
%32.55

Codes

Color #72AC6D in popluar color models

72AC6D
RGB114172109
HSL115°27.51%55.10%
HSB/HSV115°36.63%67.45%
CMYK33.72%0.00%36.63%
32.55%

Color #72AC6D in popluar number systems.

HEX72AC6D
Decimal114172109
Binary1110010101011001101101
Octal162254155

Shades and tints

Shades of #72AC6D

#72AC6D
(114,172,109)
#689D64
(104,157,100)
#5E8E5B
(94,142,91)
#547F52
(84,127,82)
#4A7049
(74,112,73)
#406140
(64,97,64)
#365237
(54,82,55)
#2C432E
(44,67,46)
#223425
(34,52,37)
#18251C
(24,37,28)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #72AC6D

#72AC6D
(114,172,109)
#7EB37A
(126,179,122)
#8ABA87
(138,186,135)
#96C194
(150,193,148)
#A2C8A1
(162,200,161)
#AECFAE
(174,207,174)
#BAD6BB
(186,214,187)
#C6DDC8
(198,221,200)
#D2E4D5
(210,228,213)
#DEEBE2
(222,235,226)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AC6D; }

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

This text font color is #72AC6D.


Background Color

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

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

This div background color is #72AC6D.


Border color

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

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

This div border color is #72AC6D.


Opacity

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

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

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

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

This text has shadow with #72AC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC6D on black background.


Color preview on white background

This text has color #72AC6D on white background.



Black color preview on #72AC6D background

This text has black color on #72AC6D background.


White color preview on #72AC6D background

This text has white color on #72AC6D background.