COLOR #72B489

HEX: #72B489
RGB: (114,180,137)

Color info

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

RGB color model

#72B489 color RGB value is (114,180,137).

  • red value is 114;
  • green value is 180;
  • blue value is 137.
RGB:
(114,180,137)
(45%,71%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 180 of 255 = 71%
B 137 of 255 = 54%

114
180
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 180 + 137 = 431 (100%)
R 114 of 431 ~ 26.45%
G 180 of 431 ~ 41.76%
B 137 of 431 ~ 31.79%

%26.45
%41.76
%31.79

CMYK color model

#72B489 color CMYK value is (37,0,24,29).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK:
(37,0,24,29)
C37M0Y24K29 
(37%,0%,24%,29%)
(0.37/0.00/0.24/0.29)	

CMYK percentages

%36.67
%0
%23.89
%29.41

Codes

Color #72B489 in popluar color models

72B489
RGB114180137
HSL141°30.56%57.65%
HSB/HSV141°36.67%70.59%
CMYK36.67%0.00%23.89%
29.41%

Color #72B489 in popluar number systems.

HEX72B489
Decimal114180137
Binary11100101011010010001001
Octal162264211

Shades and tints

Shades of #72B489

#72B489
(114,180,137)
#68A47D
(104,164,125)
#5E9471
(94,148,113)
#548465
(84,132,101)
#4A7459
(74,116,89)
#40644D
(64,100,77)
#365441
(54,84,65)
#2C4435
(44,68,53)
#223429
(34,52,41)
#18241D
(24,36,29)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #72B489

#72B489
(114,180,137)
#7EBA93
(126,186,147)
#8AC09D
(138,192,157)
#96C6A7
(150,198,167)
#A2CCB1
(162,204,177)
#AED2BB
(174,210,187)
#BAD8C5
(186,216,197)
#C6DECF
(198,222,207)
#D2E4D9
(210,228,217)
#DEEAE3
(222,234,227)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B489; }

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

This text font color is #72B489.


Background Color

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

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

This div background color is #72B489.


Border color

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

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

This div border color is #72B489.


Opacity

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

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

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

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

This text has shadow with #72B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B489 on black background.


Color preview on white background

This text has color #72B489 on white background.



Black color preview on #72B489 background

This text has black color on #72B489 background.


White color preview on #72B489 background

This text has white color on #72B489 background.