COLOR #72AC62

HEX: #72AC62
RGB: (114,172,98)

Color info

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

RGB color model

#72AC62 color RGB value is (114,172,98).

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

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 98 of 255 = 38%

114
172
98

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 98 = 384 (100%)
R 114 of 384 ~ 29.69%
G 172 of 384 ~ 44.79%
B 98 of 384 ~ 25.52%

%29.69
%44.79
%25.52

CMYK color model

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

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(34,0,43,33)
C34M0Y43K33 
(34%,0%,43%,33%)
(0.34/0.00/0.43/0.33)	

CMYK percentages

%33.72
%0
%43.02
%32.55

Codes

Color #72AC62 in popluar color models

72AC62
RGB11417298
HSL107°30.83%52.94%
HSB/HSV107°43.02%67.45%
CMYK33.72%0.00%43.02%
32.55%

Color #72AC62 in popluar number systems.

HEX72AC62
Decimal11417298
Binary1110010101011001100010
Octal162254142

Shades and tints

Shades of #72AC62

#72AC62
(114,172,98)
#689D5A
(104,157,90)
#5E8E52
(94,142,82)
#547F4A
(84,127,74)
#4A7042
(74,112,66)
#40613A
(64,97,58)
#365232
(54,82,50)
#2C432A
(44,67,42)
#223422
(34,52,34)
#18251A
(24,37,26)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #72AC62

#72AC62
(114,172,98)
#7EB370
(126,179,112)
#8ABA7E
(138,186,126)
#96C18C
(150,193,140)
#A2C89A
(162,200,154)
#AECFA8
(174,207,168)
#BAD6B6
(186,214,182)
#C6DDC4
(198,221,196)
#D2E4D2
(210,228,210)
#DEEBE0
(222,235,224)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AC62; }

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

This text font color is #72AC62.


Background Color

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

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

This div background color is #72AC62.


Border color

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

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

This div border color is #72AC62.


Opacity

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

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

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

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

This text has shadow with #72AC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC62 on black background.


Color preview on white background

This text has color #72AC62 on white background.



Black color preview on #72AC62 background

This text has black color on #72AC62 background.


White color preview on #72AC62 background

This text has white color on #72AC62 background.