COLOR #729679

HEX: #729679
RGB: (114,150,121)

Color info

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

RGB color model

#729679 color RGB value is (114,150,121).

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

RGB channels and saturation

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

114
150
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 121 = 385 (100%)
R 114 of 385 ~ 29.61%
G 150 of 385 ~ 38.96%
B 121 of 385 ~ 31.43%

%29.61
%38.96
%31.43

CMYK color model

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

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

CMYK percentages

%24
%0
%19.33
%41.18

Codes

Color #729679 in popluar color models

729679
RGB114150121
HSL132°14.63%51.76%
HSB/HSV132°24.00%58.82%
CMYK24.00%0.00%19.33%
41.18%

Color #729679 in popluar number systems.

HEX729679
Decimal114150121
Binary1110010100101101111001
Octal162226171

Shades and tints

Shades of #729679

#729679
(114,150,121)
#68896E
(104,137,110)
#5E7C63
(94,124,99)
#546F58
(84,111,88)
#4A624D
(74,98,77)
#405542
(64,85,66)
#364837
(54,72,55)
#2C3B2C
(44,59,44)
#222E21
(34,46,33)
#182116
(24,33,22)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #729679

#729679
(114,150,121)
#7E9F85
(126,159,133)
#8AA891
(138,168,145)
#96B19D
(150,177,157)
#A2BAA9
(162,186,169)
#AEC3B5
(174,195,181)
#BACCC1
(186,204,193)
#C6D5CD
(198,213,205)
#D2DED9
(210,222,217)
#DEE7E5
(222,231,229)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729679; }

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

This text font color is #729679.


Background Color

.myBgColor { background-color: #729679; }

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

This div background color is #729679.


Border color

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

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

This div border color is #729679.


Opacity

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

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

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

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

This text has shadow with #729679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729679 on black background.


Color preview on white background

This text has color #729679 on white background.



Black color preview on #729679 background

This text has black color on #729679 background.


White color preview on #729679 background

This text has white color on #729679 background.