COLOR #72BC70

HEX: #72BC70
RGB: (114,188,112)

Color info

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

RGB color model

#72BC70 color RGB value is (114,188,112).

  • red value is 114;
  • green value is 188;
  • blue value is 112.
RGB:
(114,188,112)
(45%,74%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 188 of 255 = 74%
B 112 of 255 = 44%

114
188
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 188 + 112 = 414 (100%)
R 114 of 414 ~ 27.54%
G 188 of 414 ~ 45.41%
B 112 of 414 ~ 27.05%

%27.54
%45.41
%27.05

CMYK color model

#72BC70 color CMYK value is (39,0,40,26).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 40.43%
  • key color value is 26.27%
CMYK:
(39,0,40,26)
C39M0Y40K26 
(39%,0%,40%,26%)
(0.39/0.00/0.40/0.26)	

CMYK percentages

%39.36
%0
%40.43
%26.27

Codes

Color #72BC70 in popluar color models

72BC70
RGB114188112
HSL118°36.19%58.82%
HSB/HSV118°40.43%73.73%
CMYK39.36%0.00%40.43%
26.27%

Color #72BC70 in popluar number systems.

HEX72BC70
Decimal114188112
Binary1110010101111001110000
Octal162274160

Shades and tints

Shades of #72BC70

#72BC70
(114,188,112)
#68AB66
(104,171,102)
#5E9A5C
(94,154,92)
#548952
(84,137,82)
#4A7848
(74,120,72)
#40673E
(64,103,62)
#365634
(54,86,52)
#2C452A
(44,69,42)
#223420
(34,52,32)
#182316
(24,35,22)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #72BC70

#72BC70
(114,188,112)
#7EC27D
(126,194,125)
#8AC88A
(138,200,138)
#96CE97
(150,206,151)
#A2D4A4
(162,212,164)
#AEDAB1
(174,218,177)
#BAE0BE
(186,224,190)
#C6E6CB
(198,230,203)
#D2ECD8
(210,236,216)
#DEF2E5
(222,242,229)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BC70 color. Also use rgb(114,188,112) instead hex code.

Text Font Color

.myTextColor { color: #72BC70; }

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

This text font color is #72BC70.


Background Color

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

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

This div background color is #72BC70.


Border color

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

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

This div border color is #72BC70.


Opacity

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

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

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

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

This text has shadow with #72BC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BC70 on black background.


Color preview on white background

This text has color #72BC70 on white background.



Black color preview on #72BC70 background

This text has black color on #72BC70 background.


White color preview on #72BC70 background

This text has white color on #72BC70 background.