COLOR #72BC79

HEX: #72BC79
RGB: (114,188,121)

Color info

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

RGB color model

#72BC79 color RGB value is (114,188,121).

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

RGB channels and saturation

R 114 of 255 = 45%
G 188 of 255 = 74%
B 121 of 255 = 47%

114
188
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 188 + 121 = 423 (100%)
R 114 of 423 ~ 26.95%
G 188 of 423 ~ 44.44%
B 121 of 423 ~ 28.61%

%26.95
%44.44
%28.61

CMYK color model

#72BC79 color CMYK value is (39,0,36,26).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 26.27%
CMYK:
(39,0,36,26)
C39M0Y36K26 
(39%,0%,36%,26%)
(0.39/0.00/0.36/0.26)	

CMYK percentages

%39.36
%0
%35.64
%26.27

Codes

Color #72BC79 in popluar color models

72BC79
RGB114188121
HSL126°35.58%59.22%
HSB/HSV126°39.36%73.73%
CMYK39.36%0.00%35.64%
26.27%

Color #72BC79 in popluar number systems.

HEX72BC79
Decimal114188121
Binary1110010101111001111001
Octal162274171

Shades and tints

Shades of #72BC79

#72BC79
(114,188,121)
#68AB6E
(104,171,110)
#5E9A63
(94,154,99)
#548958
(84,137,88)
#4A784D
(74,120,77)
#406742
(64,103,66)
#365637
(54,86,55)
#2C452C
(44,69,44)
#223421
(34,52,33)
#182316
(24,35,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #72BC79

#72BC79
(114,188,121)
#7EC285
(126,194,133)
#8AC891
(138,200,145)
#96CE9D
(150,206,157)
#A2D4A9
(162,212,169)
#AEDAB5
(174,218,181)
#BAE0C1
(186,224,193)
#C6E6CD
(198,230,205)
#D2ECD9
(210,236,217)
#DEF2E5
(222,242,229)
#EAF8F1
(234,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BC79; }

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

This text font color is #72BC79.


Background Color

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

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

This div background color is #72BC79.


Border color

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

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

This div border color is #72BC79.


Opacity

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

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

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

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

This text has shadow with #72BC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BC79 on black background.


Color preview on white background

This text has color #72BC79 on white background.



Black color preview on #72BC79 background

This text has black color on #72BC79 background.


White color preview on #72BC79 background

This text has white color on #72BC79 background.