COLOR #72A664

HEX: #72A664
RGB: (114,166,100)

Color info

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

RGB color model

#72A664 color RGB value is (114,166,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 100 of 255 = 39%

114
166
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 100 = 380 (100%)
R 114 of 380 ~ 30%
G 166 of 380 ~ 43.68%
B 100 of 380 ~ 26.32%

%30
%43.68
%26.32

CMYK color model

#72A664 color CMYK value is (31,0,40,35).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(31,0,40,35)
C31M0Y40K35 
(31%,0%,40%,35%)
(0.31/0.00/0.40/0.35)	

CMYK percentages

%31.33
%0
%39.76
%34.9

Codes

Color #72A664 in popluar color models

72A664
RGB114166100
HSL107°27.05%52.16%
HSB/HSV107°39.76%65.10%
CMYK31.33%0.00%39.76%
34.90%

Color #72A664 in popluar number systems.

HEX72A664
Decimal114166100
Binary1110010101001101100100
Octal162246144

Shades and tints

Shades of #72A664

#72A664
(114,166,100)
#68975B
(104,151,91)
#5E8852
(94,136,82)
#547949
(84,121,73)
#4A6A40
(74,106,64)
#405B37
(64,91,55)
#364C2E
(54,76,46)
#2C3D25
(44,61,37)
#222E1C
(34,46,28)
#181F13
(24,31,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #72A664

#72A664
(114,166,100)
#7EAE72
(126,174,114)
#8AB680
(138,182,128)
#96BE8E
(150,190,142)
#A2C69C
(162,198,156)
#AECEAA
(174,206,170)
#BAD6B8
(186,214,184)
#C6DEC6
(198,222,198)
#D2E6D4
(210,230,212)
#DEEEE2
(222,238,226)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A664; }

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

This text font color is #72A664.


Background Color

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

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

This div background color is #72A664.


Border color

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

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

This div border color is #72A664.


Opacity

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

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

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

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

This text has shadow with #72A664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A664 on black background.


Color preview on white background

This text has color #72A664 on white background.



Black color preview on #72A664 background

This text has black color on #72A664 background.


White color preview on #72A664 background

This text has white color on #72A664 background.