COLOR #72974B

HEX: #72974B
RGB: (114,151,75)

Color info

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

RGB color model

#72974B color RGB value is (114,151,75).

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

RGB channels and saturation

R 114 of 255 = 45%
G 151 of 255 = 59%
B 75 of 255 = 29%

114
151
75

R + G + B ~ 44%. #72974B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 151 + 75 = 340 (100%)
R 114 of 340 ~ 33.53%
G 151 of 340 ~ 44.41%
B 75 of 340 ~ 22.06%

%33.53
%44.41
%22.06

CMYK color model

#72974B color CMYK value is (25,0,50,41).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 50.33%
  • key color value is 40.78%
CMYK:
(25,0,50,41)
C25M0Y50K41 
(25%,0%,50%,41%)
(0.25/0.00/0.50/0.41)	

CMYK percentages

%24.5
%0
%50.33
%40.78

Codes

Color #72974B in popluar color models

72974B
RGB11415175
HSL89°33.63%44.31%
HSB/HSV89°50.33%59.22%
CMYK24.50%0.00%50.33%
40.78%

Color #72974B in popluar number systems.

HEX72974B
Decimal11415175
Binary1110010100101111001011
Octal162227113

Shades and tints

Shades of #72974B

#72974B
(114,151,75)
#688A45
(104,138,69)
#5E7D3F
(94,125,63)
#547039
(84,112,57)
#4A6333
(74,99,51)
#40562D
(64,86,45)
#364927
(54,73,39)
#2C3C21
(44,60,33)
#222F1B
(34,47,27)
#182215
(24,34,21)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #72974B

#72974B
(114,151,75)
#7EA05B
(126,160,91)
#8AA96B
(138,169,107)
#96B27B
(150,178,123)
#A2BB8B
(162,187,139)
#AEC49B
(174,196,155)
#BACDAB
(186,205,171)
#C6D6BB
(198,214,187)
#D2DFCB
(210,223,203)
#DEE8DB
(222,232,219)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72974B color. Also use rgb(114,151,75) instead hex code.

Text Font Color

.myTextColor { color: #72974B; }

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

This text font color is #72974B.


Background Color

.myBgColor { background-color: #72974B; }

<div style="background-color:#72974B">Inner text</div>

This div background color is #72974B.


Border color

.myBorderColor { border: 1px solid #72974B; }

<div style="border:3px solid #72974B">Div</div>

This div border color is #72974B.


Opacity

.myOpacity80 { color: #72974B; opacity: 0.8; }

<p style="color:#72974B;opacity:0.8;">80%</p>

Text with #72974B 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 #72974B;}

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

This text has shadow with #72974B color.

.textShadow {text-shadow: 3px 3px 1px #72974B, 3px 3px 1px red;}

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

This text has shadow with #72974B primary color and red secondary color.


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

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

This text has shadow with #72974B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72974B on black background.


Color preview on white background

This text has color #72974B on white background.



Black color preview on #72974B background

This text has black color on #72974B background.


White color preview on #72974B background

This text has white color on #72974B background.