COLOR #72A164

HEX: #72A164
RGB: (114,161,100)

Color info

#72A164 contains mainly red and green colors. Web safe color of #72A164 is #669966 (or #696).

RGB color model

#72A164 color RGB value is (114,161,100).

  • red value is 114;
  • green value is 161;
  • blue value is 100.
RGB:
(114,161,100)
(45%,63%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 161 of 255 = 63%
B 100 of 255 = 39%

114
161
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 161 + 100 = 375 (100%)
R 114 of 375 ~ 30.4%
G 161 of 375 ~ 42.93%
B 100 of 375 ~ 26.67%

%30.4
%42.93
%26.67

CMYK color model

#72A164 color CMYK value is (29,0,38,37).

  • cyan value is 29.19%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 36.86%
CMYK:
(29,0,38,37)
C29M0Y38K37 
(29%,0%,38%,37%)
(0.29/0.00/0.38/0.37)	

CMYK percentages

%29.19
%0
%37.89
%36.86

Codes

Color #72A164 in popluar color models

72A164
RGB114161100
HSL106°24.50%51.18%
HSB/HSV106°37.89%63.14%
CMYK29.19%0.00%37.89%
36.86%

Color #72A164 in popluar number systems.

HEX72A164
Decimal114161100
Binary1110010101000011100100
Octal162241144

Shades and tints

Shades of #72A164

#72A164
(114,161,100)
#68935B
(104,147,91)
#5E8552
(94,133,82)
#547749
(84,119,73)
#4A6940
(74,105,64)
#405B37
(64,91,55)
#364D2E
(54,77,46)
#2C3F25
(44,63,37)
#22311C
(34,49,28)
#182313
(24,35,19)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #72A164

#72A164
(114,161,100)
#7EA972
(126,169,114)
#8AB180
(138,177,128)
#96B98E
(150,185,142)
#A2C19C
(162,193,156)
#AEC9AA
(174,201,170)
#BAD1B8
(186,209,184)
#C6D9C6
(198,217,198)
#D2E1D4
(210,225,212)
#DEE9E2
(222,233,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A164 color. Also use rgb(114,161,100) instead hex code.

Text Font Color

.myTextColor { color: #72A164; }

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

This text font color is #72A164.


Background Color

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

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

This div background color is #72A164.


Border color

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

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

This div border color is #72A164.


Opacity

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

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

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

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

This text has shadow with #72A164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A164 on black background.


Color preview on white background

This text has color #72A164 on white background.



Black color preview on #72A164 background

This text has black color on #72A164 background.


White color preview on #72A164 background

This text has white color on #72A164 background.