COLOR #72A44C

HEX: #72A44C
RGB: (114,164,76)

Color info

#72A44C contains mainly red and green colors. Web safe color of #72A44C is #669933 (or #693).

RGB color model

#72A44C color RGB value is (114,164,76).

  • red value is 114;
  • green value is 164;
  • blue value is 76.
RGB:
(114,164,76)
(45%,64%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 164 of 255 = 64%
B 76 of 255 = 30%

114
164
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 164 + 76 = 354 (100%)
R 114 of 354 ~ 32.2%
G 164 of 354 ~ 46.33%
B 76 of 354 ~ 21.47%

%32.2
%46.33
%21.47

CMYK color model

#72A44C color CMYK value is (30,0,54,36).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 35.69%
CMYK:
(30,0,54,36)
C30M0Y54K36 
(30%,0%,54%,36%)
(0.30/0.00/0.54/0.36)	

CMYK percentages

%30.49
%0
%53.66
%35.69

Codes

Color #72A44C in popluar color models

72A44C
RGB11416476
HSL94°36.67%47.06%
HSB/HSV94°53.66%64.31%
CMYK30.49%0.00%53.66%
35.69%

Color #72A44C in popluar number systems.

HEX72A44C
Decimal11416476
Binary1110010101001001001100
Octal162244114

Shades and tints

Shades of #72A44C

#72A44C
(114,164,76)
#689646
(104,150,70)
#5E8840
(94,136,64)
#547A3A
(84,122,58)
#4A6C34
(74,108,52)
#405E2E
(64,94,46)
#365028
(54,80,40)
#2C4222
(44,66,34)
#22341C
(34,52,28)
#182616
(24,38,22)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #72A44C

#72A44C
(114,164,76)
#7EAC5C
(126,172,92)
#8AB46C
(138,180,108)
#96BC7C
(150,188,124)
#A2C48C
(162,196,140)
#AECC9C
(174,204,156)
#BAD4AC
(186,212,172)
#C6DCBC
(198,220,188)
#D2E4CC
(210,228,204)
#DEECDC
(222,236,220)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A44C color. Also use rgb(114,164,76) instead hex code.

Text Font Color

.myTextColor { color: #72A44C; }

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

This text font color is #72A44C.


Background Color

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

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

This div background color is #72A44C.


Border color

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

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

This div border color is #72A44C.


Opacity

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

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

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

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

This text has shadow with #72A44C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A44C on black background.


Color preview on white background

This text has color #72A44C on white background.



Black color preview on #72A44C background

This text has black color on #72A44C background.


White color preview on #72A44C background

This text has white color on #72A44C background.