COLOR #72AC40

HEX: #72AC40
RGB: (114,172,64)

Color info

#72AC40 contains mainly red and green colors. Web safe color of #72AC40 is #669933 (or #693).

RGB color model

#72AC40 color RGB value is (114,172,64).

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

RGB channels and saturation

R 114 of 255 = 45%
G 172 of 255 = 67%
B 64 of 255 = 25%

114
172
64

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

Portions of RGB colors in percentages

R + G + B =
114 + 172 + 64 = 350 (100%)
R 114 of 350 ~ 32.57%
G 172 of 350 ~ 49.14%
B 64 of 350 ~ 18.29%

%32.57
%49.14
%18.29

CMYK color model

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

  • cyan value is 33.72%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 32.55%
CMYK:
(34,0,63,33)
C34M0Y63K33 
(34%,0%,63%,33%)
(0.34/0.00/0.63/0.33)	

CMYK percentages

%33.72
%0
%62.79
%32.55

Codes

Color #72AC40 in popluar color models

72AC40
RGB11417264
HSL92°45.76%46.27%
HSB/HSV92°62.79%67.45%
CMYK33.72%0.00%62.79%
32.55%

Color #72AC40 in popluar number systems.

HEX72AC40
Decimal11417264
Binary1110010101011001000000
Octal162254100

Shades and tints

Shades of #72AC40

#72AC40
(114,172,64)
#689D3B
(104,157,59)
#5E8E36
(94,142,54)
#547F31
(84,127,49)
#4A702C
(74,112,44)
#406127
(64,97,39)
#365222
(54,82,34)
#2C431D
(44,67,29)
#223418
(34,52,24)
#182513
(24,37,19)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #72AC40

#72AC40
(114,172,64)
#7EB351
(126,179,81)
#8ABA62
(138,186,98)
#96C173
(150,193,115)
#A2C884
(162,200,132)
#AECF95
(174,207,149)
#BAD6A6
(186,214,166)
#C6DDB7
(198,221,183)
#D2E4C8
(210,228,200)
#DEEBD9
(222,235,217)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72AC40; }

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

This text font color is #72AC40.


Background Color

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

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

This div background color is #72AC40.


Border color

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

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

This div border color is #72AC40.


Opacity

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

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

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

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

This text has shadow with #72AC40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AC40 on black background.


Color preview on white background

This text has color #72AC40 on white background.



Black color preview on #72AC40 background

This text has black color on #72AC40 background.


White color preview on #72AC40 background

This text has white color on #72AC40 background.