COLOR #72B582

HEX: #72B582
RGB: (114,181,130)

Color info

#72B582 contains mainly green and blue colors. Web safe color of #72B582 is #66CC99 (or #6C9).

RGB color model

#72B582 color RGB value is (114,181,130).

  • red value is 114;
  • green value is 181;
  • blue value is 130.
RGB:
(114,181,130)
(45%,71%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 181 of 255 = 71%
B 130 of 255 = 51%

114
181
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 181 + 130 = 425 (100%)
R 114 of 425 ~ 26.82%
G 181 of 425 ~ 42.59%
B 130 of 425 ~ 30.59%

%26.82
%42.59
%30.59

CMYK color model

#72B582 color CMYK value is (37,0,28,29).

  • cyan value is 37.02%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 29.02%
CMYK:
(37,0,28,29)
C37M0Y28K29 
(37%,0%,28%,29%)
(0.37/0.00/0.28/0.29)	

CMYK percentages

%37.02
%0
%28.18
%29.02

Codes

Color #72B582 in popluar color models

72B582
RGB114181130
HSL134°31.16%57.84%
HSB/HSV134°37.02%70.98%
CMYK37.02%0.00%28.18%
29.02%

Color #72B582 in popluar number systems.

HEX72B582
Decimal114181130
Binary11100101011010110000010
Octal162265202

Shades and tints

Shades of #72B582

#72B582
(114,181,130)
#68A577
(104,165,119)
#5E956C
(94,149,108)
#548561
(84,133,97)
#4A7556
(74,117,86)
#40654B
(64,101,75)
#365540
(54,85,64)
#2C4535
(44,69,53)
#22352A
(34,53,42)
#18251F
(24,37,31)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #72B582

#72B582
(114,181,130)
#7EBB8D
(126,187,141)
#8AC198
(138,193,152)
#96C7A3
(150,199,163)
#A2CDAE
(162,205,174)
#AED3B9
(174,211,185)
#BAD9C4
(186,217,196)
#C6DFCF
(198,223,207)
#D2E5DA
(210,229,218)
#DEEBE5
(222,235,229)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B582; }

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

This text font color is #72B582.


Background Color

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

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

This div background color is #72B582.


Border color

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

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

This div border color is #72B582.


Opacity

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

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

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

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

This text has shadow with #72B582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B582 on black background.


Color preview on white background

This text has color #72B582 on white background.



Black color preview on #72B582 background

This text has black color on #72B582 background.


White color preview on #72B582 background

This text has white color on #72B582 background.