COLOR #72B56F

HEX: #72B56F
RGB: (114,181,111)

Color info

#72B56F contains mainly green color. Web safe color of #72B56F is #66CC66 (or #6C6).

RGB color model

#72B56F color RGB value is (114,181,111).

  • red value is 114;
  • green value is 181;
  • blue value is 111.
RGB:
(114,181,111)
(45%,71%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 181 of 255 = 71%
B 111 of 255 = 44%

114
181
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 181 + 111 = 406 (100%)
R 114 of 406 ~ 28.08%
G 181 of 406 ~ 44.58%
B 111 of 406 ~ 27.34%

%28.08
%44.58
%27.34

CMYK color model

#72B56F color CMYK value is (37,0,39,29).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 38.67%
  • key color value is 29.02%
CMYK:
(37,0,39,29)
C37M0Y39K29 
(37%,0%,39%,29%)
(0.37/0.00/0.39/0.29)	

CMYK percentages

%37.02
%0
%38.67
%29.02

Codes

Color #72B56F in popluar color models

72B56F
RGB114181111
HSL117°32.11%57.25%
HSB/HSV117°38.67%70.98%
CMYK37.02%0.00%38.67%
29.02%

Color #72B56F in popluar number systems.

HEX72B56F
Decimal114181111
Binary1110010101101011101111
Octal162265157

Shades and tints

Shades of #72B56F

#72B56F
(114,181,111)
#68A565
(104,165,101)
#5E955B
(94,149,91)
#548551
(84,133,81)
#4A7547
(74,117,71)
#40653D
(64,101,61)
#365533
(54,85,51)
#2C4529
(44,69,41)
#22351F
(34,53,31)
#182515
(24,37,21)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #72B56F

#72B56F
(114,181,111)
#7EBB7C
(126,187,124)
#8AC189
(138,193,137)
#96C796
(150,199,150)
#A2CDA3
(162,205,163)
#AED3B0
(174,211,176)
#BAD9BD
(186,217,189)
#C6DFCA
(198,223,202)
#D2E5D7
(210,229,215)
#DEEBE4
(222,235,228)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B56F color. Also use rgb(114,181,111) instead hex code.

Text Font Color

.myTextColor { color: #72B56F; }

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

This text font color is #72B56F.


Background Color

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

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

This div background color is #72B56F.


Border color

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

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

This div border color is #72B56F.


Opacity

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

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

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

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

This text has shadow with #72B56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B56F on black background.


Color preview on white background

This text has color #72B56F on white background.



Black color preview on #72B56F background

This text has black color on #72B56F background.


White color preview on #72B56F background

This text has white color on #72B56F background.