COLOR #72976A

HEX: #72976A
RGB: (114,151,106)

Color info

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

RGB color model

#72976A color RGB value is (114,151,106).

  • red value is 114;
  • green value is 151;
  • blue value is 106.
RGB:
(114,151,106)
(45%,59%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 151 of 255 = 59%
B 106 of 255 = 42%

114
151
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 151 + 106 = 371 (100%)
R 114 of 371 ~ 30.73%
G 151 of 371 ~ 40.7%
B 106 of 371 ~ 28.57%

%30.73
%40.7
%28.57

CMYK color model

#72976A color CMYK value is (25,0,30,41).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(25,0,30,41)
C25M0Y30K41 
(25%,0%,30%,41%)
(0.25/0.00/0.30/0.41)	

CMYK percentages

%24.5
%0
%29.8
%40.78

Codes

Color #72976A in popluar color models

72976A
RGB114151106
HSL109°17.79%50.39%
HSB/HSV109°29.80%59.22%
CMYK24.50%0.00%29.80%
40.78%

Color #72976A in popluar number systems.

HEX72976A
Decimal114151106
Binary1110010100101111101010
Octal162227152

Shades and tints

Shades of #72976A

#72976A
(114,151,106)
#688A61
(104,138,97)
#5E7D58
(94,125,88)
#54704F
(84,112,79)
#4A6346
(74,99,70)
#40563D
(64,86,61)
#364934
(54,73,52)
#2C3C2B
(44,60,43)
#222F22
(34,47,34)
#182219
(24,34,25)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #72976A

#72976A
(114,151,106)
#7EA077
(126,160,119)
#8AA984
(138,169,132)
#96B291
(150,178,145)
#A2BB9E
(162,187,158)
#AEC4AB
(174,196,171)
#BACDB8
(186,205,184)
#C6D6C5
(198,214,197)
#D2DFD2
(210,223,210)
#DEE8DF
(222,232,223)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72976A color. Also use rgb(114,151,106) instead hex code.

Text Font Color

.myTextColor { color: #72976A; }

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

This text font color is #72976A.


Background Color

.myBgColor { background-color: #72976A; }

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

This div background color is #72976A.


Border color

.myBorderColor { border: 1px solid #72976A; }

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

This div border color is #72976A.


Opacity

.myOpacity80 { color: #72976A; opacity: 0.8; }

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

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

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

This text has shadow with #72976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72976A on black background.


Color preview on white background

This text has color #72976A on white background.



Black color preview on #72976A background

This text has black color on #72976A background.


White color preview on #72976A background

This text has white color on #72976A background.