COLOR #729B4C

HEX: #729B4C
RGB: (114,155,76)

Color info

#729B4C contains mainly red and green colors. Web safe color of #729B4C is #669933 (or #693).

RGB color model

#729B4C color RGB value is (114,155,76).

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

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 76 of 255 = 30%

114
155
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 155 + 76 = 345 (100%)
R 114 of 345 ~ 33.04%
G 155 of 345 ~ 44.93%
B 76 of 345 ~ 22.03%

%33.04
%44.93
%22.03

CMYK color model

#729B4C color CMYK value is (26,0,51,39).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(26,0,51,39)
C26M0Y51K39 
(26%,0%,51%,39%)
(0.26/0.00/0.51/0.39)	

CMYK percentages

%26.45
%0
%50.97
%39.22

Codes

Color #729B4C in popluar color models

729B4C
RGB11415576
HSL91°34.20%45.29%
HSB/HSV91°50.97%60.78%
CMYK26.45%0.00%50.97%
39.22%

Color #729B4C in popluar number systems.

HEX729B4C
Decimal11415576
Binary1110010100110111001100
Octal162233114

Shades and tints

Shades of #729B4C

#729B4C
(114,155,76)
#688D46
(104,141,70)
#5E7F40
(94,127,64)
#54713A
(84,113,58)
#4A6334
(74,99,52)
#40552E
(64,85,46)
#364728
(54,71,40)
#2C3922
(44,57,34)
#222B1C
(34,43,28)
#181D16
(24,29,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #729B4C

#729B4C
(114,155,76)
#7EA45C
(126,164,92)
#8AAD6C
(138,173,108)
#96B67C
(150,182,124)
#A2BF8C
(162,191,140)
#AEC89C
(174,200,156)
#BAD1AC
(186,209,172)
#C6DABC
(198,218,188)
#D2E3CC
(210,227,204)
#DEECDC
(222,236,220)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729B4C; }

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

This text font color is #729B4C.


Background Color

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

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

This div background color is #729B4C.


Border color

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

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

This div border color is #729B4C.


Opacity

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

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

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

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

This text has shadow with #729B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729B4C on black background.


Color preview on white background

This text has color #729B4C on white background.



Black color preview on #729B4C background

This text has black color on #729B4C background.


White color preview on #729B4C background

This text has white color on #729B4C background.