COLOR #72B78A

HEX: #72B78A
RGB: (114,183,138)

Color info

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

RGB color model

#72B78A color RGB value is (114,183,138).

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

RGB channels and saturation

R 114 of 255 = 45%
G 183 of 255 = 72%
B 138 of 255 = 54%

114
183
138

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

Portions of RGB colors in percentages

R + G + B =
114 + 183 + 138 = 435 (100%)
R 114 of 435 ~ 26.21%
G 183 of 435 ~ 42.07%
B 138 of 435 ~ 31.72%

%26.21
%42.07
%31.72

CMYK color model

#72B78A color CMYK value is (38,0,25,28).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(38,0,25,28)
C38M0Y25K28 
(38%,0%,25%,28%)
(0.38/0.00/0.25/0.28)	

CMYK percentages

%37.7
%0
%24.59
%28.24

Codes

Color #72B78A in popluar color models

72B78A
RGB114183138
HSL141°32.39%58.24%
HSB/HSV141°37.70%71.76%
CMYK37.70%0.00%24.59%
28.24%

Color #72B78A in popluar number systems.

HEX72B78A
Decimal114183138
Binary11100101011011110001010
Octal162267212

Shades and tints

Shades of #72B78A

#72B78A
(114,183,138)
#68A77E
(104,167,126)
#5E9772
(94,151,114)
#548766
(84,135,102)
#4A775A
(74,119,90)
#40674E
(64,103,78)
#365742
(54,87,66)
#2C4736
(44,71,54)
#22372A
(34,55,42)
#18271E
(24,39,30)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #72B78A

#72B78A
(114,183,138)
#7EBD94
(126,189,148)
#8AC39E
(138,195,158)
#96C9A8
(150,201,168)
#A2CFB2
(162,207,178)
#AED5BC
(174,213,188)
#BADBC6
(186,219,198)
#C6E1D0
(198,225,208)
#D2E7DA
(210,231,218)
#DEEDE4
(222,237,228)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B78A; }

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

This text font color is #72B78A.


Background Color

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

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

This div background color is #72B78A.


Border color

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

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

This div border color is #72B78A.


Opacity

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

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

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

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

This text has shadow with #72B78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B78A on black background.


Color preview on white background

This text has color #72B78A on white background.



Black color preview on #72B78A background

This text has black color on #72B78A background.


White color preview on #72B78A background

This text has white color on #72B78A background.