COLOR #72C080

HEX: #72C080
RGB: (114,192,128)

Color info

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

RGB color model

#72C080 color RGB value is (114,192,128).

  • red value is 114;
  • green value is 192;
  • blue value is 128.
RGB:
(114,192,128)
(45%,75%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 192 of 255 = 75%
B 128 of 255 = 50%

114
192
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 192 + 128 = 434 (100%)
R 114 of 434 ~ 26.27%
G 192 of 434 ~ 44.24%
B 128 of 434 ~ 29.49%

%26.27
%44.24
%29.49

CMYK color model

#72C080 color CMYK value is (41,0,33,25).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(41,0,33,25)
C41M0Y33K25 
(41%,0%,33%,25%)
(0.41/0.00/0.33/0.25)	

CMYK percentages

%40.63
%0
%33.33
%24.71

Codes

Color #72C080 in popluar color models

72C080
RGB114192128
HSL131°38.24%60.00%
HSB/HSV131°40.63%75.29%
CMYK40.63%0.00%33.33%
24.71%

Color #72C080 in popluar number systems.

HEX72C080
Decimal114192128
Binary11100101100000010000000
Octal162300200

Shades and tints

Shades of #72C080

#72C080
(114,192,128)
#68AF75
(104,175,117)
#5E9E6A
(94,158,106)
#548D5F
(84,141,95)
#4A7C54
(74,124,84)
#406B49
(64,107,73)
#365A3E
(54,90,62)
#2C4933
(44,73,51)
#223828
(34,56,40)
#18271D
(24,39,29)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #72C080

#72C080
(114,192,128)
#7EC58B
(126,197,139)
#8ACA96
(138,202,150)
#96CFA1
(150,207,161)
#A2D4AC
(162,212,172)
#AED9B7
(174,217,183)
#BADEC2
(186,222,194)
#C6E3CD
(198,227,205)
#D2E8D8
(210,232,216)
#DEEDE3
(222,237,227)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C080 color. Also use rgb(114,192,128) instead hex code.

Text Font Color

.myTextColor { color: #72C080; }

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

This text font color is #72C080.


Background Color

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

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

This div background color is #72C080.


Border color

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

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

This div border color is #72C080.


Opacity

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

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

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

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

This text has shadow with #72C080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C080 on black background.


Color preview on white background

This text has color #72C080 on white background.



Black color preview on #72C080 background

This text has black color on #72C080 background.


White color preview on #72C080 background

This text has white color on #72C080 background.