COLOR #729672

HEX: #729672
RGB: (114,150,114)

Color info

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

RGB color model

#729672 color RGB value is (114,150,114).

  • red value is 114;
  • green value is 150;
  • blue value is 114.
RGB:
(114,150,114)
(45%,59%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 114 of 255 = 45%

114
150
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 114 = 378 (100%)
R 114 of 378 ~ 30.16%
G 150 of 378 ~ 39.68%
B 114 of 378 ~ 30.16%

%30.16
%39.68
%30.16

CMYK color model

#729672 color CMYK value is (24,0,24,41).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(24,0,24,41)
C24M0Y24K41 
(24%,0%,24%,41%)
(0.24/0.00/0.24/0.41)	

CMYK percentages

%24
%0
%24
%41.18

Codes

Color #729672 in popluar color models

729672
RGB114150114
HSL120°14.63%51.76%
HSB/HSV120°24.00%58.82%
CMYK24.00%0.00%24.00%
41.18%

Color #729672 in popluar number systems.

HEX729672
Decimal114150114
Binary1110010100101101110010
Octal162226162

Shades and tints

Shades of #729672

#729672
(114,150,114)
#688968
(104,137,104)
#5E7C5E
(94,124,94)
#546F54
(84,111,84)
#4A624A
(74,98,74)
#405540
(64,85,64)
#364836
(54,72,54)
#2C3B2C
(44,59,44)
#222E22
(34,46,34)
#182118
(24,33,24)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #729672

#729672
(114,150,114)
#7E9F7E
(126,159,126)
#8AA88A
(138,168,138)
#96B196
(150,177,150)
#A2BAA2
(162,186,162)
#AEC3AE
(174,195,174)
#BACCBA
(186,204,186)
#C6D5C6
(198,213,198)
#D2DED2
(210,222,210)
#DEE7DE
(222,231,222)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729672; }

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

This text font color is #729672.


Background Color

.myBgColor { background-color: #729672; }

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

This div background color is #729672.


Border color

.myBorderColor { border: 1px solid #729672; }

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

This div border color is #729672.


Opacity

.myOpacity80 { color: #729672; opacity: 0.8; }

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

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

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

This text has shadow with #729672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729672 on black background.


Color preview on white background

This text has color #729672 on white background.



Black color preview on #729672 background

This text has black color on #729672 background.


White color preview on #729672 background

This text has white color on #729672 background.