COLOR #72B797

HEX: #72B797
RGB: (114,183,151)

Color info

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

RGB color model

#72B797 color RGB value is (114,183,151).

  • red value is 114;
  • green value is 183;
  • blue value is 151.
RGB:
(114,183,151)
(45%,72%,59%)

RGB channels and saturation

R 114 of 255 = 45%
G 183 of 255 = 72%
B 151 of 255 = 59%

114
183
151

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

Portions of RGB colors in percentages

R + G + B =
114 + 183 + 151 = 448 (100%)
R 114 of 448 ~ 25.45%
G 183 of 448 ~ 40.85%
B 151 of 448 ~ 33.71%

%25.45
%40.85
%33.71

CMYK color model

#72B797 color CMYK value is (38,0,17,28).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 28.24%
CMYK:
(38,0,17,28)
C38M0Y17K28 
(38%,0%,17%,28%)
(0.38/0.00/0.17/0.28)	

CMYK percentages

%37.7
%0
%17.49
%28.24

Codes

Color #72B797 in popluar color models

72B797
RGB114183151
HSL152°32.39%58.24%
HSB/HSV152°37.70%71.76%
CMYK37.70%0.00%17.49%
28.24%

Color #72B797 in popluar number systems.

HEX72B797
Decimal114183151
Binary11100101011011110010111
Octal162267227

Shades and tints

Shades of #72B797

#72B797
(114,183,151)
#68A78A
(104,167,138)
#5E977D
(94,151,125)
#548770
(84,135,112)
#4A7763
(74,119,99)
#406756
(64,103,86)
#365749
(54,87,73)
#2C473C
(44,71,60)
#22372F
(34,55,47)
#182722
(24,39,34)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #72B797

#72B797
(114,183,151)
#7EBDA0
(126,189,160)
#8AC3A9
(138,195,169)
#96C9B2
(150,201,178)
#A2CFBB
(162,207,187)
#AED5C4
(174,213,196)
#BADBCD
(186,219,205)
#C6E1D6
(198,225,214)
#D2E7DF
(210,231,223)
#DEEDE8
(222,237,232)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B797 color. Also use rgb(114,183,151) instead hex code.

Text Font Color

.myTextColor { color: #72B797; }

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

This text font color is #72B797.


Background Color

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

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

This div background color is #72B797.


Border color

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

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

This div border color is #72B797.


Opacity

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

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

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

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

This text has shadow with #72B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B797 on black background.


Color preview on white background

This text has color #72B797 on white background.



Black color preview on #72B797 background

This text has black color on #72B797 background.


White color preview on #72B797 background

This text has white color on #72B797 background.