COLOR #72954B

HEX: #72954B
RGB: (114,149,75)

Color info

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

RGB color model

#72954B color RGB value is (114,149,75).

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

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 75 of 255 = 29%

114
149
75

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

Portions of RGB colors in percentages

R + G + B =
114 + 149 + 75 = 338 (100%)
R 114 of 338 ~ 33.73%
G 149 of 338 ~ 44.08%
B 75 of 338 ~ 22.19%

%33.73
%44.08
%22.19

CMYK color model

#72954B color CMYK value is (23,0,50,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(23,0,50,42)
C23M0Y50K42 
(23%,0%,50%,42%)
(0.23/0.00/0.50/0.42)	

CMYK percentages

%23.49
%0
%49.66
%41.57

Codes

Color #72954B in popluar color models

72954B
RGB11414975
HSL88°33.04%43.92%
HSB/HSV88°49.66%58.43%
CMYK23.49%0.00%49.66%
41.57%

Color #72954B in popluar number systems.

HEX72954B
Decimal11414975
Binary1110010100101011001011
Octal162225113

Shades and tints

Shades of #72954B

#72954B
(114,149,75)
#688845
(104,136,69)
#5E7B3F
(94,123,63)
#546E39
(84,110,57)
#4A6133
(74,97,51)
#40542D
(64,84,45)
#364727
(54,71,39)
#2C3A21
(44,58,33)
#222D1B
(34,45,27)
#182015
(24,32,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #72954B

#72954B
(114,149,75)
#7E9E5B
(126,158,91)
#8AA76B
(138,167,107)
#96B07B
(150,176,123)
#A2B98B
(162,185,139)
#AEC29B
(174,194,155)
#BACBAB
(186,203,171)
#C6D4BB
(198,212,187)
#D2DDCB
(210,221,203)
#DEE6DB
(222,230,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72954B; }

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

This text font color is #72954B.


Background Color

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

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

This div background color is #72954B.


Border color

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

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

This div border color is #72954B.


Opacity

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

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

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

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

This text has shadow with #72954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72954B on black background.


Color preview on white background

This text has color #72954B on white background.



Black color preview on #72954B background

This text has black color on #72954B background.


White color preview on #72954B background

This text has white color on #72954B background.