COLOR #729C66

HEX: #729C66
RGB: (114,156,102)

Color info

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

RGB color model

#729C66 color RGB value is (114,156,102).

  • red value is 114;
  • green value is 156;
  • blue value is 102.
RGB:
(114,156,102)
(45%,61%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 156 of 255 = 61%
B 102 of 255 = 40%

114
156
102

R + G + B ~ 49%. #729C66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 156 + 102 = 372 (100%)
R 114 of 372 ~ 30.65%
G 156 of 372 ~ 41.94%
B 102 of 372 ~ 27.42%

%30.65
%41.94
%27.42

CMYK color model

#729C66 color CMYK value is (27,0,35,39).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(27,0,35,39)
C27M0Y35K39 
(27%,0%,35%,39%)
(0.27/0.00/0.35/0.39)	

CMYK percentages

%26.92
%0
%34.62
%38.82

Codes

Color #729C66 in popluar color models

729C66
RGB114156102
HSL107°21.43%50.59%
HSB/HSV107°34.62%61.18%
CMYK26.92%0.00%34.62%
38.82%

Color #729C66 in popluar number systems.

HEX729C66
Decimal114156102
Binary1110010100111001100110
Octal162234146

Shades and tints

Shades of #729C66

#729C66
(114,156,102)
#688E5D
(104,142,93)
#5E8054
(94,128,84)
#54724B
(84,114,75)
#4A6442
(74,100,66)
#405639
(64,86,57)
#364830
(54,72,48)
#2C3A27
(44,58,39)
#222C1E
(34,44,30)
#181E15
(24,30,21)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #729C66

#729C66
(114,156,102)
#7EA573
(126,165,115)
#8AAE80
(138,174,128)
#96B78D
(150,183,141)
#A2C09A
(162,192,154)
#AEC9A7
(174,201,167)
#BAD2B4
(186,210,180)
#C6DBC1
(198,219,193)
#D2E4CE
(210,228,206)
#DEEDDB
(222,237,219)
#EAF6E8
(234,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729C66 color. Also use rgb(114,156,102) instead hex code.

Text Font Color

.myTextColor { color: #729C66; }

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

This text font color is #729C66.


Background Color

.myBgColor { background-color: #729C66; }

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

This div background color is #729C66.


Border color

.myBorderColor { border: 1px solid #729C66; }

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

This div border color is #729C66.


Opacity

.myOpacity80 { color: #729C66; opacity: 0.8; }

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

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

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

This text has shadow with #729C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729C66 on black background.


Color preview on white background

This text has color #729C66 on white background.



Black color preview on #729C66 background

This text has black color on #729C66 background.


White color preview on #729C66 background

This text has white color on #729C66 background.