COLOR #72B059

HEX: #72B059
RGB: (114,176,89)

Color info

#72B059 contains mainly green color. Web safe color of #72B059 is #669966 (or #696).

RGB color model

#72B059 color RGB value is (114,176,89).

  • red value is 114;
  • green value is 176;
  • blue value is 89.
RGB:
(114,176,89)
(45%,69%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 89 of 255 = 35%

114
176
89

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

Portions of RGB colors in percentages

R + G + B =
114 + 176 + 89 = 379 (100%)
R 114 of 379 ~ 30.08%
G 176 of 379 ~ 46.44%
B 89 of 379 ~ 23.48%

%30.08
%46.44
%23.48

CMYK color model

#72B059 color CMYK value is (35,0,49,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(35,0,49,31)
C35M0Y49K31 
(35%,0%,49%,31%)
(0.35/0.00/0.49/0.31)	

CMYK percentages

%35.23
%0
%49.43
%30.98

Codes

Color #72B059 in popluar color models

72B059
RGB11417689
HSL103°35.51%51.96%
HSB/HSV103°49.43%69.02%
CMYK35.23%0.00%49.43%
30.98%

Color #72B059 in popluar number systems.

HEX72B059
Decimal11417689
Binary1110010101100001011001
Octal162260131

Shades and tints

Shades of #72B059

#72B059
(114,176,89)
#68A051
(104,160,81)
#5E9049
(94,144,73)
#548041
(84,128,65)
#4A7039
(74,112,57)
#406031
(64,96,49)
#365029
(54,80,41)
#2C4021
(44,64,33)
#223019
(34,48,25)
#182011
(24,32,17)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #72B059

#72B059
(114,176,89)
#7EB768
(126,183,104)
#8ABE77
(138,190,119)
#96C586
(150,197,134)
#A2CC95
(162,204,149)
#AED3A4
(174,211,164)
#BADAB3
(186,218,179)
#C6E1C2
(198,225,194)
#D2E8D1
(210,232,209)
#DEEFE0
(222,239,224)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B059; }

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

This text font color is #72B059.


Background Color

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

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

This div background color is #72B059.


Border color

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

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

This div border color is #72B059.


Opacity

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

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

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

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

This text has shadow with #72B059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B059 on black background.


Color preview on white background

This text has color #72B059 on white background.



Black color preview on #72B059 background

This text has black color on #72B059 background.


White color preview on #72B059 background

This text has white color on #72B059 background.