COLOR #729B6B

HEX: #729B6B
RGB: (114,155,107)

Color info

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

RGB color model

#729B6B color RGB value is (114,155,107).

  • red value is 114;
  • green value is 155;
  • blue value is 107.
RGB:
(114,155,107)
(45%,61%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 107 of 255 = 42%

114
155
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 155 + 107 = 376 (100%)
R 114 of 376 ~ 30.32%
G 155 of 376 ~ 41.22%
B 107 of 376 ~ 28.46%

%30.32
%41.22
%28.46

CMYK color model

#729B6B color CMYK value is (26,0,31,39).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 39.22%
CMYK:
(26,0,31,39)
C26M0Y31K39 
(26%,0%,31%,39%)
(0.26/0.00/0.31/0.39)	

CMYK percentages

%26.45
%0
%30.97
%39.22

Codes

Color #729B6B in popluar color models

729B6B
RGB114155107
HSL111°19.35%51.37%
HSB/HSV111°30.97%60.78%
CMYK26.45%0.00%30.97%
39.22%

Color #729B6B in popluar number systems.

HEX729B6B
Decimal114155107
Binary1110010100110111101011
Octal162233153

Shades and tints

Shades of #729B6B

#729B6B
(114,155,107)
#688D62
(104,141,98)
#5E7F59
(94,127,89)
#547150
(84,113,80)
#4A6347
(74,99,71)
#40553E
(64,85,62)
#364735
(54,71,53)
#2C392C
(44,57,44)
#222B23
(34,43,35)
#181D1A
(24,29,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #729B6B

#729B6B
(114,155,107)
#7EA478
(126,164,120)
#8AAD85
(138,173,133)
#96B692
(150,182,146)
#A2BF9F
(162,191,159)
#AEC8AC
(174,200,172)
#BAD1B9
(186,209,185)
#C6DAC6
(198,218,198)
#D2E3D3
(210,227,211)
#DEECE0
(222,236,224)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729B6B color. Also use rgb(114,155,107) instead hex code.

Text Font Color

.myTextColor { color: #729B6B; }

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

This text font color is #729B6B.


Background Color

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

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

This div background color is #729B6B.


Border color

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

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

This div border color is #729B6B.


Opacity

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

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

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

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

This text has shadow with #729B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729B6B on black background.


Color preview on white background

This text has color #729B6B on white background.



Black color preview on #729B6B background

This text has black color on #729B6B background.


White color preview on #729B6B background

This text has white color on #729B6B background.