COLOR #72B387

HEX: #72B387
RGB: (114,179,135)

Color info

#72B387 contains mainly green and blue colors. Web safe color of #72B387 is #669999 (or #699).

RGB color model

#72B387 color RGB value is (114,179,135).

  • red value is 114;
  • green value is 179;
  • blue value is 135.
RGB:
(114,179,135)
(45%,70%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 179 of 255 = 70%
B 135 of 255 = 53%

114
179
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 179 + 135 = 428 (100%)
R 114 of 428 ~ 26.64%
G 179 of 428 ~ 41.82%
B 135 of 428 ~ 31.54%

%26.64
%41.82
%31.54

CMYK color model

#72B387 color CMYK value is (36,0,25,30).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(36,0,25,30)
C36M0Y25K30 
(36%,0%,25%,30%)
(0.36/0.00/0.25/0.30)	

CMYK percentages

%36.31
%0
%24.58
%29.8

Codes

Color #72B387 in popluar color models

72B387
RGB114179135
HSL139°29.95%57.45%
HSB/HSV139°36.31%70.20%
CMYK36.31%0.00%24.58%
29.80%

Color #72B387 in popluar number systems.

HEX72B387
Decimal114179135
Binary11100101011001110000111
Octal162263207

Shades and tints

Shades of #72B387

#72B387
(114,179,135)
#68A37B
(104,163,123)
#5E936F
(94,147,111)
#548363
(84,131,99)
#4A7357
(74,115,87)
#40634B
(64,99,75)
#36533F
(54,83,63)
#2C4333
(44,67,51)
#223327
(34,51,39)
#18231B
(24,35,27)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #72B387

#72B387
(114,179,135)
#7EB991
(126,185,145)
#8ABF9B
(138,191,155)
#96C5A5
(150,197,165)
#A2CBAF
(162,203,175)
#AED1B9
(174,209,185)
#BAD7C3
(186,215,195)
#C6DDCD
(198,221,205)
#D2E3D7
(210,227,215)
#DEE9E1
(222,233,225)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B387; }

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

This text font color is #72B387.


Background Color

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

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

This div background color is #72B387.


Border color

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

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

This div border color is #72B387.


Opacity

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

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

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

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

This text has shadow with #72B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B387 on black background.


Color preview on white background

This text has color #72B387 on white background.



Black color preview on #72B387 background

This text has black color on #72B387 background.


White color preview on #72B387 background

This text has white color on #72B387 background.