COLOR #72966F

HEX: #72966F
RGB: (114,150,111)

Color info

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

RGB color model

#72966F color RGB value is (114,150,111).

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

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 111 of 255 = 44%

114
150
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 150 + 111 = 375 (100%)
R 114 of 375 ~ 30.4%
G 150 of 375 ~ 40%
B 111 of 375 ~ 29.6%

%30.4
%40
%29.6

CMYK color model

#72966F color CMYK value is (24,0,26,41).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(24,0,26,41)
C24M0Y26K41 
(24%,0%,26%,41%)
(0.24/0.00/0.26/0.41)	

CMYK percentages

%24
%0
%26
%41.18

Codes

Color #72966F in popluar color models

72966F
RGB114150111
HSL115°15.66%51.18%
HSB/HSV115°26.00%58.82%
CMYK24.00%0.00%26.00%
41.18%

Color #72966F in popluar number systems.

HEX72966F
Decimal114150111
Binary1110010100101101101111
Octal162226157

Shades and tints

Shades of #72966F

#72966F
(114,150,111)
#688965
(104,137,101)
#5E7C5B
(94,124,91)
#546F51
(84,111,81)
#4A6247
(74,98,71)
#40553D
(64,85,61)
#364833
(54,72,51)
#2C3B29
(44,59,41)
#222E1F
(34,46,31)
#182115
(24,33,21)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #72966F

#72966F
(114,150,111)
#7E9F7C
(126,159,124)
#8AA889
(138,168,137)
#96B196
(150,177,150)
#A2BAA3
(162,186,163)
#AEC3B0
(174,195,176)
#BACCBD
(186,204,189)
#C6D5CA
(198,213,202)
#D2DED7
(210,222,215)
#DEE7E4
(222,231,228)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72966F; }

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

This text font color is #72966F.


Background Color

.myBgColor { background-color: #72966F; }

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

This div background color is #72966F.


Border color

.myBorderColor { border: 1px solid #72966F; }

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

This div border color is #72966F.


Opacity

.myOpacity80 { color: #72966F; opacity: 0.8; }

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

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

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

This text has shadow with #72966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72966F on black background.


Color preview on white background

This text has color #72966F on white background.



Black color preview on #72966F background

This text has black color on #72966F background.


White color preview on #72966F background

This text has white color on #72966F background.