COLOR #72916D

HEX: #72916D RGB: (114,145,109)

Color info

#72916D contains red, green and blue colors in about the same proportion. Web safe color of #72916D is #669966 (or #696).

RGB color model

#72916D color RGB value is (114,145,109).

RGB: (114,145,109) (45%, 57%, 43%)

RGB channels and saturation

R 114 of 255 = 45%
G 145 of 255 = 57%
B 109 of 255 = 43%

114
145
109

R + G + B ~ 48%. #72916D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 145 + 109 = 368 (100%)
R 114 of 368 ~ 30.98%
G 145 of 368 ~ 39.4%
B 109 of 368 ~ 29.62'%

%30.98
%39.4
%29.62

CMYK color model

#72916D color CMYK value is (21,0,25,43).

  • cyan value is 21.38%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 43.14%

CMYK: (21,0,25,43)
C21M0Y25K43 (21%, 0%, 25%, 43%)
(0.21 / 0.00 / 0.25 / 0.43)

CMYK percentages

%21.38
%0
%24.83
%43.14

Codes

Color #72916D in popluar color models

72 91 6D
RGB 114 145 109
HSL 112° 14.17% 49.80%
HSB/HSV 112° 24.83% 56.86%
CMYK 21.38% 0.00% 24.83%
43.14%

Color #72916D in popluar number systems.

HEX 72 91 6D
Decimal 114 145 109
Binary 1110010 10010001 1101101
Octal 162 221 155

Shades and tints

Shades of #72916D

#72916D
(114,145,109)
#688464
(104,132,100)
#5E775B
(94,119,91)
#546A52
(84,106,82)
#4A5D49
(74,93,73)
#405040
(64,80,64)
#364337
(54,67,55)
#2C362E
(44,54,46)
#222925
(34,41,37)
#181C1C
(24,28,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #72916D

#72916D
(114,145,109)
#7E9B7A
(126,155,122)
#8AA587
(138,165,135)
#96AF94
(150,175,148)
#A2B9A1
(162,185,161)
#AEC3AE
(174,195,174)
#BACDBB
(186,205,187)
#C6D7C8
(198,215,200)
#D2E1D5
(210,225,213)
#DEEBE2
(222,235,226)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72916D color. Also use rgb(114,145,109) instead hex code.

Text Font Color

.myTextColor { color: #72916D; }

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

This text font color is #72916D.

Background Color

.myBgColor { background-color: #72916D; }

<div style="background-color:#72916D">Inner text</div>

This div background color is #72916D.

Border color

.myBorderColor { border: 1px solid #72916D; }

<div style="border:3px solid #72916D">Div</div>

This div border color is #72916D.

Opacity

.myOpacity80 { color: #72916D; opacity: 0.8; }

<p style="color:#72916D;opacity:0.8;">80%</p>

Text with #72916D 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 #72916D;}

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

This text has shadow with #72916D color.


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

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

This text has shadow with #72916D primary color and red secondary color.


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

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

This text has shadow with #72916D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72916D.

Preview

Color preview on black background

This text has color #72916D on black background.


Color preview on white background

This text has color #72916D on white background.


Black color preview on #72916D background

This text has black color on #72916D background.


White color preview on #72916D background

This text has white color on #72916D background.


Related colors

Complementary color

Complementary color for #hex is #8D6E92.


I love getcolorcode.com

Triadic colors

1 #6D7291 and #916D72 with #72916D are triadic colors.

2 #6D9172 and #91726D with #72916D are triadic colors.