COLOR #72A273

HEX: #72A273
RGB: (114,162,115)

Color info

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

RGB color model

#72A273 color RGB value is (114,162,115).

  • red value is 114;
  • green value is 162;
  • blue value is 115.
RGB:
(114,162,115)
(45%,64%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 162 of 255 = 64%
B 115 of 255 = 45%

114
162
115

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

Portions of RGB colors in percentages

R + G + B =
114 + 162 + 115 = 391 (100%)
R 114 of 391 ~ 29.16%
G 162 of 391 ~ 41.43%
B 115 of 391 ~ 29.41%

%29.16
%41.43
%29.41

CMYK color model

#72A273 color CMYK value is (30,0,29,36).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK:
(30,0,29,36)
C30M0Y29K36 
(30%,0%,29%,36%)
(0.30/0.00/0.29/0.36)	

CMYK percentages

%29.63
%0
%29.01
%36.47

Codes

Color #72A273 in popluar color models

72A273
RGB114162115
HSL121°20.51%54.12%
HSB/HSV121°29.63%63.53%
CMYK29.63%0.00%29.01%
36.47%

Color #72A273 in popluar number systems.

HEX72A273
Decimal114162115
Binary1110010101000101110011
Octal162242163

Shades and tints

Shades of #72A273

#72A273
(114,162,115)
#689469
(104,148,105)
#5E865F
(94,134,95)
#547855
(84,120,85)
#4A6A4B
(74,106,75)
#405C41
(64,92,65)
#364E37
(54,78,55)
#2C402D
(44,64,45)
#223223
(34,50,35)
#182419
(24,36,25)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #72A273

#72A273
(114,162,115)
#7EAA7F
(126,170,127)
#8AB28B
(138,178,139)
#96BA97
(150,186,151)
#A2C2A3
(162,194,163)
#AECAAF
(174,202,175)
#BAD2BB
(186,210,187)
#C6DAC7
(198,218,199)
#D2E2D3
(210,226,211)
#DEEADF
(222,234,223)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A273 color. Also use rgb(114,162,115) instead hex code.

Text Font Color

.myTextColor { color: #72A273; }

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

This text font color is #72A273.


Background Color

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

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

This div background color is #72A273.


Border color

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

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

This div border color is #72A273.


Opacity

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

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

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

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

This text has shadow with #72A273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A273 on black background.


Color preview on white background

This text has color #72A273 on white background.



Black color preview on #72A273 background

This text has black color on #72A273 background.


White color preview on #72A273 background

This text has white color on #72A273 background.