COLOR #729F0F

HEX: #729F0F
RGB: (114,159,15)

Color info

#729F0F contains mainly red and green colors. Web safe color of #729F0F is #669900 (or #690).

RGB color model

#729F0F color RGB value is (114,159,15).

  • red value is 114;
  • green value is 159;
  • blue value is 15.
RGB:
(114,159,15)
(45%,62%,6%)

RGB channels and saturation

R 114 of 255 = 45%
G 159 of 255 = 62%
B 15 of 255 = 6%

114
159
15

R + G + B ~ 38%. #729F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 159 + 15 = 288 (100%)
R 114 of 288 ~ 39.58%
G 159 of 288 ~ 55.21%
B 15 of 288 ~ 5.21%

%39.58
%55.21

CMYK color model

#729F0F color CMYK value is (28,0,91,38).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 90.57%
  • key color value is 37.65%
CMYK:
(28,0,91,38)
C28M0Y91K38 
(28%,0%,91%,38%)
(0.28/0.00/0.91/0.38)	

CMYK percentages

%28.3
%0
%90.57
%37.65

Codes

Color #729F0F in popluar color models

729F0F
RGB11415915
HSL79°82.76%34.12%
HSB/HSV79°90.57%62.35%
CMYK28.30%0.00%90.57%
37.65%

Color #729F0F in popluar number systems.

HEX729F0F
Decimal11415915
Binary1110010100111111111
Octal16223717

Shades and tints

Shades of #729F0F

#729F0F
(114,159,15)
#68910E
(104,145,14)
#5E830D
(94,131,13)
#54750C
(84,117,12)
#4A670B
(74,103,11)
#40590A
(64,89,10)
#364B09
(54,75,9)
#2C3D08
(44,61,8)
#222F07
(34,47,7)
#182106
(24,33,6)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #729F0F

#729F0F
(114,159,15)
#7EA724
(126,167,36)
#8AAF39
(138,175,57)
#96B74E
(150,183,78)
#A2BF63
(162,191,99)
#AEC778
(174,199,120)
#BACF8D
(186,207,141)
#C6D7A2
(198,215,162)
#D2DFB7
(210,223,183)
#DEE7CC
(222,231,204)
#EAEFE1
(234,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729F0F color. Also use rgb(114,159,15) instead hex code.

Text Font Color

.myTextColor { color: #729F0F; }

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

This text font color is #729F0F.


Background Color

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

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

This div background color is #729F0F.


Border color

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

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

This div border color is #729F0F.


Opacity

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

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

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

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

This text has shadow with #729F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #729F0F on black background.


Color preview on white background

This text has color #729F0F on white background.



Black color preview on #729F0F background

This text has black color on #729F0F background.


White color preview on #729F0F background

This text has white color on #729F0F background.