COLOR #729662

HEX: #729662
RGB: (114,150,98)

Color info

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

RGB color model

#729662 color RGB value is (114,150,98).

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

RGB channels and saturation

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

114
150
98

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 98 = 362 (100%)
R 114 of 362 ~ 31.49%
G 150 of 362 ~ 41.44%
B 98 of 362 ~ 27.07%

%31.49
%41.44
%27.07

CMYK color model

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

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

CMYK percentages

%24
%0
%34.67
%41.18

Codes

Color #729662 in popluar color models

729662
RGB11415098
HSL102°20.97%48.63%
HSB/HSV102°34.67%58.82%
CMYK24.00%0.00%34.67%
41.18%

Color #729662 in popluar number systems.

HEX729662
Decimal11415098
Binary1110010100101101100010
Octal162226142

Shades and tints

Shades of #729662

#729662
(114,150,98)
#68895A
(104,137,90)
#5E7C52
(94,124,82)
#546F4A
(84,111,74)
#4A6242
(74,98,66)
#40553A
(64,85,58)
#364832
(54,72,50)
#2C3B2A
(44,59,42)
#222E22
(34,46,34)
#18211A
(24,33,26)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #729662

#729662
(114,150,98)
#7E9F70
(126,159,112)
#8AA87E
(138,168,126)
#96B18C
(150,177,140)
#A2BA9A
(162,186,154)
#AEC3A8
(174,195,168)
#BACCB6
(186,204,182)
#C6D5C4
(198,213,196)
#D2DED2
(210,222,210)
#DEE7E0
(222,231,224)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729662; }

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

This text font color is #729662.


Background Color

.myBgColor { background-color: #729662; }

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

This div background color is #729662.


Border color

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

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

This div border color is #729662.


Opacity

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

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

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

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

This text has shadow with #729662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729662 on black background.


Color preview on white background

This text has color #729662 on white background.



Black color preview on #729662 background

This text has black color on #729662 background.


White color preview on #729662 background

This text has white color on #729662 background.