COLOR #72BB72

HEX: #72BB72
RGB: (114,187,114)

Color info

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

RGB color model

#72BB72 color RGB value is (114,187,114).

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

RGB channels and saturation

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

114
187
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 187 + 114 = 415 (100%)
R 114 of 415 ~ 27.47%
G 187 of 415 ~ 45.06%
B 114 of 415 ~ 27.47%

%27.47
%45.06
%27.47

CMYK color model

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

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

CMYK percentages

%39.04
%0
%39.04
%26.67

Codes

Color #72BB72 in popluar color models

72BB72
RGB114187114
HSL120°34.93%59.02%
HSB/HSV120°39.04%73.33%
CMYK39.04%0.00%39.04%
26.67%

Color #72BB72 in popluar number systems.

HEX72BB72
Decimal114187114
Binary1110010101110111110010
Octal162273162

Shades and tints

Shades of #72BB72

#72BB72
(114,187,114)
#68AA68
(104,170,104)
#5E995E
(94,153,94)
#548854
(84,136,84)
#4A774A
(74,119,74)
#406640
(64,102,64)
#365536
(54,85,54)
#2C442C
(44,68,44)
#223322
(34,51,34)
#182218
(24,34,24)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #72BB72

#72BB72
(114,187,114)
#7EC17E
(126,193,126)
#8AC78A
(138,199,138)
#96CD96
(150,205,150)
#A2D3A2
(162,211,162)
#AED9AE
(174,217,174)
#BADFBA
(186,223,186)
#C6E5C6
(198,229,198)
#D2EBD2
(210,235,210)
#DEF1DE
(222,241,222)
#EAF7EA
(234,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72BB72; }

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

This text font color is #72BB72.


Background Color

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

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

This div background color is #72BB72.


Border color

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

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

This div border color is #72BB72.


Opacity

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

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

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

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

This text has shadow with #72BB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BB72 on black background.


Color preview on white background

This text has color #72BB72 on white background.



Black color preview on #72BB72 background

This text has black color on #72BB72 background.


White color preview on #72BB72 background

This text has white color on #72BB72 background.