COLOR #72A667

HEX: #72A667
RGB: (114,166,103)

Color info

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

RGB color model

#72A667 color RGB value is (114,166,103).

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

RGB channels and saturation

R 114 of 255 = 45%
G 166 of 255 = 65%
B 103 of 255 = 40%

114
166
103

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

Portions of RGB colors in percentages

R + G + B =
114 + 166 + 103 = 383 (100%)
R 114 of 383 ~ 29.77%
G 166 of 383 ~ 43.34%
B 103 of 383 ~ 26.89%

%29.77
%43.34
%26.89

CMYK color model

#72A667 color CMYK value is (31,0,38,35).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 34.90%
CMYK:
(31,0,38,35)
C31M0Y38K35 
(31%,0%,38%,35%)
(0.31/0.00/0.38/0.35)	

CMYK percentages

%31.33
%0
%37.95
%34.9

Codes

Color #72A667 in popluar color models

72A667
RGB114166103
HSL110°26.14%52.75%
HSB/HSV110°37.95%65.10%
CMYK31.33%0.00%37.95%
34.90%

Color #72A667 in popluar number systems.

HEX72A667
Decimal114166103
Binary1110010101001101100111
Octal162246147

Shades and tints

Shades of #72A667

#72A667
(114,166,103)
#68975E
(104,151,94)
#5E8855
(94,136,85)
#54794C
(84,121,76)
#4A6A43
(74,106,67)
#405B3A
(64,91,58)
#364C31
(54,76,49)
#2C3D28
(44,61,40)
#222E1F
(34,46,31)
#181F16
(24,31,22)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #72A667

#72A667
(114,166,103)
#7EAE74
(126,174,116)
#8AB681
(138,182,129)
#96BE8E
(150,190,142)
#A2C69B
(162,198,155)
#AECEA8
(174,206,168)
#BAD6B5
(186,214,181)
#C6DEC2
(198,222,194)
#D2E6CF
(210,230,207)
#DEEEDC
(222,238,220)
#EAF6E9
(234,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A667; }

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

This text font color is #72A667.


Background Color

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

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

This div background color is #72A667.


Border color

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

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

This div border color is #72A667.


Opacity

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

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

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

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

This text has shadow with #72A667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A667 on black background.


Color preview on white background

This text has color #72A667 on white background.



Black color preview on #72A667 background

This text has black color on #72A667 background.


White color preview on #72A667 background

This text has white color on #72A667 background.