COLOR #72A948

HEX: #72A948
RGB: (114,169,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 114 of 255 = 45%
G 169 of 255 = 66%
B 72 of 255 = 28%

114
169
72

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

Portions of RGB colors in percentages

R + G + B =
114 + 169 + 72 = 355 (100%)
R 114 of 355 ~ 32.11%
G 169 of 355 ~ 47.61%
B 72 of 355 ~ 20.28%

%32.11
%47.61
%20.28

CMYK color model

#72A948 color CMYK value is (33,0,57,34).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 57.40%
  • key color value is 33.73%
CMYK:
(33,0,57,34)
C33M0Y57K34 
(33%,0%,57%,34%)
(0.33/0.00/0.57/0.34)	

CMYK percentages

%32.54
%0
%57.4
%33.73

Codes

Color #72A948 in popluar color models

72A948
RGB11416972
HSL94°40.25%47.25%
HSB/HSV94°57.40%66.27%
CMYK32.54%0.00%57.40%
33.73%

Color #72A948 in popluar number systems.

HEX72A948
Decimal11416972
Binary1110010101010011001000
Octal162251110

Shades and tints

Shades of #72A948

#72A948
(114,169,72)
#689A42
(104,154,66)
#5E8B3C
(94,139,60)
#547C36
(84,124,54)
#4A6D30
(74,109,48)
#405E2A
(64,94,42)
#364F24
(54,79,36)
#2C401E
(44,64,30)
#223118
(34,49,24)
#182212
(24,34,18)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #72A948

#72A948
(114,169,72)
#7EB058
(126,176,88)
#8AB768
(138,183,104)
#96BE78
(150,190,120)
#A2C588
(162,197,136)
#AECC98
(174,204,152)
#BAD3A8
(186,211,168)
#C6DAB8
(198,218,184)
#D2E1C8
(210,225,200)
#DEE8D8
(222,232,216)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72A948; }

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

This text font color is #72A948.


Background Color

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

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

This div background color is #72A948.


Border color

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

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

This div border color is #72A948.


Opacity

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

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

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

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

This text has shadow with #72A948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72A948 on black background.


Color preview on white background

This text has color #72A948 on white background.



Black color preview on #72A948 background

This text has black color on #72A948 background.


White color preview on #72A948 background

This text has white color on #72A948 background.