COLOR #72B95E

HEX: #72B95E
RGB: (114,185,94)

Color info

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

RGB color model

#72B95E color RGB value is (114,185,94).

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

RGB channels and saturation

R 114 of 255 = 45%
G 185 of 255 = 73%
B 94 of 255 = 37%

114
185
94

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

Portions of RGB colors in percentages

R + G + B =
114 + 185 + 94 = 393 (100%)
R 114 of 393 ~ 29.01%
G 185 of 393 ~ 47.07%
B 94 of 393 ~ 23.92%

%29.01
%47.07
%23.92

CMYK color model

#72B95E color CMYK value is (38,0,49,27).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(38,0,49,27)
C38M0Y49K27 
(38%,0%,49%,27%)
(0.38/0.00/0.49/0.27)	

CMYK percentages

%38.38
%0
%49.19
%27.45

Codes

Color #72B95E in popluar color models

72B95E
RGB11418594
HSL107°39.39%54.71%
HSB/HSV107°49.19%72.55%
CMYK38.38%0.00%49.19%
27.45%

Color #72B95E in popluar number systems.

HEX72B95E
Decimal11418594
Binary1110010101110011011110
Octal162271136

Shades and tints

Shades of #72B95E

#72B95E
(114,185,94)
#68A956
(104,169,86)
#5E994E
(94,153,78)
#548946
(84,137,70)
#4A793E
(74,121,62)
#406936
(64,105,54)
#36592E
(54,89,46)
#2C4926
(44,73,38)
#22391E
(34,57,30)
#182916
(24,41,22)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #72B95E

#72B95E
(114,185,94)
#7EBF6C
(126,191,108)
#8AC57A
(138,197,122)
#96CB88
(150,203,136)
#A2D196
(162,209,150)
#AED7A4
(174,215,164)
#BADDB2
(186,221,178)
#C6E3C0
(198,227,192)
#D2E9CE
(210,233,206)
#DEEFDC
(222,239,220)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B95E; }

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

This text font color is #72B95E.


Background Color

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

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

This div background color is #72B95E.


Border color

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

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

This div border color is #72B95E.


Opacity

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

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

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

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

This text has shadow with #72B95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B95E on black background.


Color preview on white background

This text has color #72B95E on white background.



Black color preview on #72B95E background

This text has black color on #72B95E background.


White color preview on #72B95E background

This text has white color on #72B95E background.