COLOR #72A380

HEX: #72A380
RGB: (114,163,128)

Color info

#72A380 contains red, green and blue colors in about the same proportion. Web safe color of #72A380 is #669966 (or #696).

RGB color model

#72A380 color RGB value is (114,163,128).

  • red value is 114;
  • green value is 163;
  • blue value is 128.
RGB:
(114,163,128)
(45%,64%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 163 of 255 = 64%
B 128 of 255 = 50%

114
163
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 163 + 128 = 405 (100%)
R 114 of 405 ~ 28.15%
G 163 of 405 ~ 40.25%
B 128 of 405 ~ 31.6%

%28.15
%40.25
%31.6

CMYK color model

#72A380 color CMYK value is (30,0,21,36).

  • cyan value is 30.06%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(30,0,21,36)
C30M0Y21K36 
(30%,0%,21%,36%)
(0.30/0.00/0.21/0.36)	

CMYK percentages

%30.06
%0
%21.47
%36.08

Codes

Color #72A380 in popluar color models

72A380
RGB114163128
HSL137°21.03%54.31%
HSB/HSV137°30.06%63.92%
CMYK30.06%0.00%21.47%
36.08%

Color #72A380 in popluar number systems.

HEX72A380
Decimal114163128
Binary11100101010001110000000
Octal162243200

Shades and tints

Shades of #72A380

#72A380
(114,163,128)
#689575
(104,149,117)
#5E876A
(94,135,106)
#54795F
(84,121,95)
#4A6B54
(74,107,84)
#405D49
(64,93,73)
#364F3E
(54,79,62)
#2C4133
(44,65,51)
#223328
(34,51,40)
#18251D
(24,37,29)
#0E1712
(14,23,18)
#000000
(0,0,0)

Tints of #72A380

#72A380
(114,163,128)
#7EAB8B
(126,171,139)
#8AB396
(138,179,150)
#96BBA1
(150,187,161)
#A2C3AC
(162,195,172)
#AECBB7
(174,203,183)
#BAD3C2
(186,211,194)
#C6DBCD
(198,219,205)
#D2E3D8
(210,227,216)
#DEEBE3
(222,235,227)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A380 color. Also use rgb(114,163,128) instead hex code.

Text Font Color

.myTextColor { color: #72A380; }

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

This text font color is #72A380.


Background Color

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

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

This div background color is #72A380.


Border color

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

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

This div border color is #72A380.


Opacity

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

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

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

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

This text has shadow with #72A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A380 on black background.


Color preview on white background

This text has color #72A380 on white background.



Black color preview on #72A380 background

This text has black color on #72A380 background.


White color preview on #72A380 background

This text has white color on #72A380 background.