COLOR #72A967

HEX: #72A967
RGB: (114,169,103)

Color info

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

RGB color model

#72A967 color RGB value is (114,169,103).

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

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 103 of 255 = 40%

114
169
103

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

Portions of RGB colors in percentages

R + G + B =
114 + 169 + 103 = 386 (100%)
R 114 of 386 ~ 29.53%
G 169 of 386 ~ 43.78%
B 103 of 386 ~ 26.68%

%29.53
%43.78
%26.68

CMYK color model

#72A967 color CMYK value is (33,0,39,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 33.73%
CMYK:
(33,0,39,34)
C33M0Y39K34 
(33%,0%,39%,34%)
(0.33/0.00/0.39/0.34)	

CMYK percentages

%32.54
%0
%39.05
%33.73

Codes

Color #72A967 in popluar color models

72A967
RGB114169103
HSL110°27.73%53.33%
HSB/HSV110°39.05%66.27%
CMYK32.54%0.00%39.05%
33.73%

Color #72A967 in popluar number systems.

HEX72A967
Decimal114169103
Binary1110010101010011100111
Octal162251147

Shades and tints

Shades of #72A967

#72A967
(114,169,103)
#689A5E
(104,154,94)
#5E8B55
(94,139,85)
#547C4C
(84,124,76)
#4A6D43
(74,109,67)
#405E3A
(64,94,58)
#364F31
(54,79,49)
#2C4028
(44,64,40)
#22311F
(34,49,31)
#182216
(24,34,22)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #72A967

#72A967
(114,169,103)
#7EB074
(126,176,116)
#8AB781
(138,183,129)
#96BE8E
(150,190,142)
#A2C59B
(162,197,155)
#AECCA8
(174,204,168)
#BAD3B5
(186,211,181)
#C6DAC2
(198,218,194)
#D2E1CF
(210,225,207)
#DEE8DC
(222,232,220)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A967; }

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

This text font color is #72A967.


Background Color

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

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

This div background color is #72A967.


Border color

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

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

This div border color is #72A967.


Opacity

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

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

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

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

This text has shadow with #72A967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A967 on black background.


Color preview on white background

This text has color #72A967 on white background.



Black color preview on #72A967 background

This text has black color on #72A967 background.


White color preview on #72A967 background

This text has white color on #72A967 background.