COLOR #72AC5B

HEX: #72AC5B
RGB: (114,172,91)

Color info

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

RGB color model

#72AC5B color RGB value is (114,172,91).

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

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 91 of 255 = 36%

114
172
91

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 91 = 377 (100%)
R 114 of 377 ~ 30.24%
G 172 of 377 ~ 45.62%
B 91 of 377 ~ 24.14%

%30.24
%45.62
%24.14

CMYK color model

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

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 32.55%
CMYK:
(34,0,47,33)
C34M0Y47K33 
(34%,0%,47%,33%)
(0.34/0.00/0.47/0.33)	

CMYK percentages

%33.72
%0
%47.09
%32.55

Codes

Color #72AC5B in popluar color models

72AC5B
RGB11417291
HSL103°32.79%51.57%
HSB/HSV103°47.09%67.45%
CMYK33.72%0.00%47.09%
32.55%

Color #72AC5B in popluar number systems.

HEX72AC5B
Decimal11417291
Binary1110010101011001011011
Octal162254133

Shades and tints

Shades of #72AC5B

#72AC5B
(114,172,91)
#689D53
(104,157,83)
#5E8E4B
(94,142,75)
#547F43
(84,127,67)
#4A703B
(74,112,59)
#406133
(64,97,51)
#36522B
(54,82,43)
#2C4323
(44,67,35)
#22341B
(34,52,27)
#182513
(24,37,19)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #72AC5B

#72AC5B
(114,172,91)
#7EB369
(126,179,105)
#8ABA77
(138,186,119)
#96C185
(150,193,133)
#A2C893
(162,200,147)
#AECFA1
(174,207,161)
#BAD6AF
(186,214,175)
#C6DDBD
(198,221,189)
#D2E4CB
(210,228,203)
#DEEBD9
(222,235,217)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AC5B; }

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

This text font color is #72AC5B.


Background Color

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

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

This div background color is #72AC5B.


Border color

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

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

This div border color is #72AC5B.


Opacity

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

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

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

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

This text has shadow with #72AC5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC5B on black background.


Color preview on white background

This text has color #72AC5B on white background.



Black color preview on #72AC5B background

This text has black color on #72AC5B background.


White color preview on #72AC5B background

This text has white color on #72AC5B background.