COLOR #72954F

HEX: #72954F RGB: (114,149,79)

Color info

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

RGB color model

#72954F color RGB value is (114,149,79).

RGB: (114,149,79) (45%, 58%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 79 of 255 = 31%

114
149
79

R + G + B ~ 45%. #72954F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 149 + 79 = 342 (100%)
R 114 of 342 ~ 33.33%
G 149 of 342 ~ 43.57%
B 79 of 342 ~ 23.1'%

%33.33
%43.57
%23.1

CMYK color model

#72954F color CMYK value is (23,0,47,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%

CMYK: (23,0,47,42)
C23M0Y47K42 (23%, 0%, 47%, 42%)
(0.23 / 0.00 / 0.47 / 0.42)

CMYK percentages

%23.49
%0
%46.98
%41.57

Codes

Color #72954F in popluar color models

72 95 4F
RGB 114 149 79
HSL 90° 30.70% 44.71%
HSB/HSV 90° 46.98% 58.43%
CMYK 23.49% 0.00% 46.98%
41.57%

Color #72954F in popluar number systems.

HEX 72 95 4F
Decimal 114 149 79
Binary 1110010 10010101 1001111
Octal 162 225 117

Shades and tints

Shades of #72954F

#72954F
(114,149,79)
#688848
(104,136,72)
#5E7B41
(94,123,65)
#546E3A
(84,110,58)
#4A6133
(74,97,51)
#40542C
(64,84,44)
#364725
(54,71,37)
#2C3A1E
(44,58,30)
#222D17
(34,45,23)
#182010
(24,32,16)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #72954F

#72954F
(114,149,79)
#7E9E5F
(126,158,95)
#8AA76F
(138,167,111)
#96B07F
(150,176,127)
#A2B98F
(162,185,143)
#AEC29F
(174,194,159)
#BACBAF
(186,203,175)
#C6D4BF
(198,212,191)
#D2DDCF
(210,221,207)
#DEE6DF
(222,230,223)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72954F color. Also use rgb(114,149,79) instead hex code.

Text Font Color

.myTextColor { color: #72954F; }

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

This text font color is #72954F.

Background Color

.myBgColor { background-color: #72954F; }

<div style="background-color:#72954F">Inner text</div>

This div background color is #72954F.

Border color

.myBorderColor { border: 1px solid #72954F; }

<div style="border:3px solid #72954F">Div</div>

This div border color is #72954F.

Opacity

.myOpacity80 { color: #72954F; opacity: 0.8; }

<p style="color:#72954F;opacity:0.8;">80%</p>

Text with #72954F 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 #72954F;}

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

This text has shadow with #72954F color.


.textShadow {text-shadow: 3px 3px 1px #72954F', 3px 3px 1px red;}

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

This text has shadow with #72954F primary color and red secondary color.


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

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

This text has shadow with #72954F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72954F; -webkit-box-shadow: 1px 1px 3px 2px #72954F; box-shadow:1px 1px 3px 2px #72954F;">
Div content here
</div>

This div box has shadow with color #72954F.

Preview

Color preview on black background

This text has color #72954F on black background.


Color preview on white background

This text has color #72954F on white background.


Black color preview on #72954F background

This text has black color on #72954F background.


White color preview on #72954F background

This text has white color on #72954F background.


Related colors

Complementary color

Complementary color for #hex is #8D6AB0.


I love getcolorcode.com

Triadic colors

1 #4F7295 and #954F72 with #72954F are triadic colors.

2 #4F9572 and #95724F with #72954F are triadic colors.