COLOR #729A68

HEX: #729A68
RGB: (114,154,104)

Color info

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

RGB color model

#729A68 color RGB value is (114,154,104).

  • red value is 114;
  • green value is 154;
  • blue value is 104.
RGB:
(114,154,104)
(45%,60%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 104 of 255 = 41%

114
154
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 154 + 104 = 372 (100%)
R 114 of 372 ~ 30.65%
G 154 of 372 ~ 41.4%
B 104 of 372 ~ 27.96%

%30.65
%41.4
%27.96

CMYK color model

#729A68 color CMYK value is (26,0,32,40).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 39.61%
CMYK:
(26,0,32,40)
C26M0Y32K40 
(26%,0%,32%,40%)
(0.26/0.00/0.32/0.40)	

CMYK percentages

%25.97
%0
%32.47
%39.61

Codes

Color #729A68 in popluar color models

729A68
RGB114154104
HSL108°19.84%50.59%
HSB/HSV108°32.47%60.39%
CMYK25.97%0.00%32.47%
39.61%

Color #729A68 in popluar number systems.

HEX729A68
Decimal114154104
Binary1110010100110101101000
Octal162232150

Shades and tints

Shades of #729A68

#729A68
(114,154,104)
#688C5F
(104,140,95)
#5E7E56
(94,126,86)
#54704D
(84,112,77)
#4A6244
(74,98,68)
#40543B
(64,84,59)
#364632
(54,70,50)
#2C3829
(44,56,41)
#222A20
(34,42,32)
#181C17
(24,28,23)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #729A68

#729A68
(114,154,104)
#7EA375
(126,163,117)
#8AAC82
(138,172,130)
#96B58F
(150,181,143)
#A2BE9C
(162,190,156)
#AEC7A9
(174,199,169)
#BAD0B6
(186,208,182)
#C6D9C3
(198,217,195)
#D2E2D0
(210,226,208)
#DEEBDD
(222,235,221)
#EAF4EA
(234,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729A68 color. Also use rgb(114,154,104) instead hex code.

Text Font Color

.myTextColor { color: #729A68; }

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

This text font color is #729A68.


Background Color

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

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

This div background color is #729A68.


Border color

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

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

This div border color is #729A68.


Opacity

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

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

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

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

This text has shadow with #729A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729A68 on black background.


Color preview on white background

This text has color #729A68 on white background.



Black color preview on #729A68 background

This text has black color on #729A68 background.


White color preview on #729A68 background

This text has white color on #729A68 background.