COLOR #72957F

HEX: #72957F RGB: (114,149,127)

Color info

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

RGB color model

#72957F color RGB value is (114,149,127).

RGB: (114,149,127) (45%, 58%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 149 of 255 = 58%
B 127 of 255 = 50%

114
149
127

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

Portions of RGB colors in percentages

R + G + B = 114 + 149 + 127 = 390 (100%)
R 114 of 390 ~ 29.23%
G 149 of 390 ~ 38.21%
B 127 of 390 ~ 32.56'%

%29.23
%38.21
%32.56

CMYK color model

#72957F color CMYK value is (23,0,15,42).

  • cyan value is 23.49%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK: (23,0,15,42) C23M0Y15K42 (23%,0%,15%,42%) (0.23/0.00/0.15/0.42) 

CMYK percentages

%23.49
%0
%14.77
%41.57

Codes

Color #72957F in popluar color models

72 95 7F
RGB 114 149 127
HSL 142° 14.17% 51.57%
HSB/HSV 142° 23.49% 58.43%
CMYK 23.49% 0.00% 14.77%
41.57%

Color #72957F in popluar number systems.

HEX 72 95 7F
Decimal 114 149 127
Binary 1110010 10010101 1111111
Octal 162 225 177

Shades and tints

Shades of #72957F

#72957F
(114,149,127)
#688874
(104,136,116)
#5E7B69
(94,123,105)
#546E5E
(84,110,94)
#4A6153
(74,97,83)
#405448
(64,84,72)
#36473D
(54,71,61)
#2C3A32
(44,58,50)
#222D27
(34,45,39)
#18201C
(24,32,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #72957F

#72957F
(114,149,127)
#7E9E8A
(126,158,138)
#8AA795
(138,167,149)
#96B0A0
(150,176,160)
#A2B9AB
(162,185,171)
#AEC2B6
(174,194,182)
#BACBC1
(186,203,193)
#C6D4CC
(198,212,204)
#D2DDD7
(210,221,215)
#DEE6E2
(222,230,226)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72957F color. Also use rgb(114,149,127) instead hex code.

Text Font Color

.myTextColor { color: #72957F; }

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

This text font color is #72957F.

Background Color

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

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

This div background color is #72957F.

Border color

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

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

This div border color is #72957F.

Opacity

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

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

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

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

This text has shadow with #72957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72957F.

Preview

Color preview on black background

This text has color #72957F on black background.


Color preview on white background

This text has color #72957F on white background.


Black color preview on #72957F background

This text has black color on #72957F background.


White color preview on #72957F background

This text has white color on #72957F background.


Related colors

Complementary color

Complementary color for #hex is #8D6A80.


I love getcolorcode.com

Triadic colors

1 #7F7295 and #957F72 with #72957F are triadic colors.

2 #7F9572 and #95727F with #72957F are triadic colors.