COLOR #72BA72

HEX: #72BA72
RGB: (114,186,114)

Color info

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

RGB color model

#72BA72 color RGB value is (114,186,114).

  • red value is 114;
  • green value is 186;
  • blue value is 114.
RGB:
(114,186,114)
(45%,73%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 114 of 255 = 45%

114
186
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 186 + 114 = 414 (100%)
R 114 of 414 ~ 27.54%
G 186 of 414 ~ 44.93%
B 114 of 414 ~ 27.54%

%27.54
%44.93
%27.54

CMYK color model

#72BA72 color CMYK value is (39,0,39,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(39,0,39,27)
C39M0Y39K27 
(39%,0%,39%,27%)
(0.39/0.00/0.39/0.27)	

CMYK percentages

%38.71
%0
%38.71
%27.06

Codes

Color #72BA72 in popluar color models

72BA72
RGB114186114
HSL120°34.29%58.82%
HSB/HSV120°38.71%72.94%
CMYK38.71%0.00%38.71%
27.06%

Color #72BA72 in popluar number systems.

HEX72BA72
Decimal114186114
Binary1110010101110101110010
Octal162272162

Shades and tints

Shades of #72BA72

#72BA72
(114,186,114)
#68AA68
(104,170,104)
#5E9A5E
(94,154,94)
#548A54
(84,138,84)
#4A7A4A
(74,122,74)
#406A40
(64,106,64)
#365A36
(54,90,54)
#2C4A2C
(44,74,44)
#223A22
(34,58,34)
#182A18
(24,42,24)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #72BA72

#72BA72
(114,186,114)
#7EC07E
(126,192,126)
#8AC68A
(138,198,138)
#96CC96
(150,204,150)
#A2D2A2
(162,210,162)
#AED8AE
(174,216,174)
#BADEBA
(186,222,186)
#C6E4C6
(198,228,198)
#D2EAD2
(210,234,210)
#DEF0DE
(222,240,222)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BA72; }

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

This text font color is #72BA72.


Background Color

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

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

This div background color is #72BA72.


Border color

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

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

This div border color is #72BA72.


Opacity

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

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

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

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

This text has shadow with #72BA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BA72 on black background.


Color preview on white background

This text has color #72BA72 on white background.



Black color preview on #72BA72 background

This text has black color on #72BA72 background.


White color preview on #72BA72 background

This text has white color on #72BA72 background.