COLOR #72A668

HEX: #72A668
RGB: (114,166,104)

Color info

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

RGB color model

#72A668 color RGB value is (114,166,104).

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

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 104 of 255 = 41%

114
166
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 104 = 384 (100%)
R 114 of 384 ~ 29.69%
G 166 of 384 ~ 43.23%
B 104 of 384 ~ 27.08%

%29.69
%43.23
%27.08

CMYK color model

#72A668 color CMYK value is (31,0,37,35).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(31,0,37,35)
C31M0Y37K35 
(31%,0%,37%,35%)
(0.31/0.00/0.37/0.35)	

CMYK percentages

%31.33
%0
%37.35
%34.9

Codes

Color #72A668 in popluar color models

72A668
RGB114166104
HSL110°25.83%52.94%
HSB/HSV110°37.35%65.10%
CMYK31.33%0.00%37.35%
34.90%

Color #72A668 in popluar number systems.

HEX72A668
Decimal114166104
Binary1110010101001101101000
Octal162246150

Shades and tints

Shades of #72A668

#72A668
(114,166,104)
#68975F
(104,151,95)
#5E8856
(94,136,86)
#54794D
(84,121,77)
#4A6A44
(74,106,68)
#405B3B
(64,91,59)
#364C32
(54,76,50)
#2C3D29
(44,61,41)
#222E20
(34,46,32)
#181F17
(24,31,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #72A668

#72A668
(114,166,104)
#7EAE75
(126,174,117)
#8AB682
(138,182,130)
#96BE8F
(150,190,143)
#A2C69C
(162,198,156)
#AECEA9
(174,206,169)
#BAD6B6
(186,214,182)
#C6DEC3
(198,222,195)
#D2E6D0
(210,230,208)
#DEEEDD
(222,238,221)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A668; }

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

This text font color is #72A668.


Background Color

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

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

This div background color is #72A668.


Border color

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

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

This div border color is #72A668.


Opacity

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

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

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

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

This text has shadow with #72A668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A668 on black background.


Color preview on white background

This text has color #72A668 on white background.



Black color preview on #72A668 background

This text has black color on #72A668 background.


White color preview on #72A668 background

This text has white color on #72A668 background.