COLOR #729C65

HEX: #729C65
RGB: (114,156,101)

Color info

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

RGB color model

#729C65 color RGB value is (114,156,101).

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

RGB channels and saturation

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

114
156
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 156 + 101 = 371 (100%)
R 114 of 371 ~ 30.73%
G 156 of 371 ~ 42.05%
B 101 of 371 ~ 27.22%

%30.73
%42.05
%27.22

CMYK color model

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

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • 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
%35.26
%38.82

Codes

Color #729C65 in popluar color models

729C65
RGB114156101
HSL106°21.74%50.39%
HSB/HSV106°35.26%61.18%
CMYK26.92%0.00%35.26%
38.82%

Color #729C65 in popluar number systems.

HEX729C65
Decimal114156101
Binary1110010100111001100101
Octal162234145

Shades and tints

Shades of #729C65

#729C65
(114,156,101)
#688E5C
(104,142,92)
#5E8053
(94,128,83)
#54724A
(84,114,74)
#4A6441
(74,100,65)
#405638
(64,86,56)
#36482F
(54,72,47)
#2C3A26
(44,58,38)
#222C1D
(34,44,29)
#181E14
(24,30,20)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #729C65

#729C65
(114,156,101)
#7EA573
(126,165,115)
#8AAE81
(138,174,129)
#96B78F
(150,183,143)
#A2C09D
(162,192,157)
#AEC9AB
(174,201,171)
#BAD2B9
(186,210,185)
#C6DBC7
(198,219,199)
#D2E4D5
(210,228,213)
#DEEDE3
(222,237,227)
#EAF6F1
(234,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729C65; }

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

This text font color is #729C65.


Background Color

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

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

This div background color is #729C65.


Border color

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

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

This div border color is #729C65.


Opacity

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

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

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

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

This text has shadow with #729C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729C65 on black background.


Color preview on white background

This text has color #729C65 on white background.



Black color preview on #729C65 background

This text has black color on #729C65 background.


White color preview on #729C65 background

This text has white color on #729C65 background.