COLOR #72978D

HEX: #72978D RGB: (114,151,141)

Color info

#72978D contains red, green and blue colors in about the same proportion. Web safe color of #72978D is #669999 (or #699).

RGB color model

#72978D color RGB value is (114,151,141).

RGB: (114,151,141) (45%, 59%, 55%)

RGB channels and saturation

R 114 of 255 = 45%
G 151 of 255 = 59%
B 141 of 255 = 55%

114
151
141

R + G + B ~ 53%. #72978D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 151 + 141 = 406 (100%)
R 114 of 406 ~ 28.08%
G 151 of 406 ~ 37.19%
B 141 of 406 ~ 34.73'%

%28.08
%37.19
%34.73

CMYK color model

#72978D color CMYK value is (25,0,7,41).

  • cyan value is 24.50%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%

CMYK: (25,0,7,41)
C25M0Y7K41 (25%, 0%, 7%, 41%)
(0.25 / 0.00 / 0.07 / 0.41)

CMYK percentages

%24.5
%0
%6.62
%40.78

Codes

Color #72978D in popluar color models

72 97 8D
RGB 114 151 141
HSL 164° 15.10% 51.96%
HSB/HSV 164° 24.50% 59.22%
CMYK 24.50% 0.00% 6.62%
40.78%

Color #72978D in popluar number systems.

HEX 72 97 8D
Decimal 114 151 141
Binary 1110010 10010111 10001101
Octal 162 227 215

Shades and tints

Shades of #72978D

#72978D
(114,151,141)
#688A81
(104,138,129)
#5E7D75
(94,125,117)
#547069
(84,112,105)
#4A635D
(74,99,93)
#405651
(64,86,81)
#364945
(54,73,69)
#2C3C39
(44,60,57)
#222F2D
(34,47,45)
#182221
(24,34,33)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #72978D

#72978D
(114,151,141)
#7EA097
(126,160,151)
#8AA9A1
(138,169,161)
#96B2AB
(150,178,171)
#A2BBB5
(162,187,181)
#AEC4BF
(174,196,191)
#BACDC9
(186,205,201)
#C6D6D3
(198,214,211)
#D2DFDD
(210,223,221)
#DEE8E7
(222,232,231)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72978D color. Also use rgb(114,151,141) instead hex code.

Text Font Color

.myTextColor { color: #72978D; }

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

This text font color is #72978D.

Background Color

.myBgColor { background-color: #72978D; }

<div style="background-color:#72978D">Inner text</div>

This div background color is #72978D.

Border color

.myBorderColor { border: 1px solid #72978D; }

<div style="border:3px solid #72978D">Div</div>

This div border color is #72978D.

Opacity

.myOpacity80 { color: #72978D; opacity: 0.8; }

<p style="color:#72978D;opacity:0.8;">80%</p>

Text with #72978D 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 #72978D;}

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

This text has shadow with #72978D color.


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

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

This text has shadow with #72978D primary color and red secondary color.


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

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

This text has shadow with #72978D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72978D.

Preview

Color preview on black background

This text has color #72978D on black background.


Color preview on white background

This text has color #72978D on white background.


Black color preview on #72978D background

This text has black color on #72978D background.


White color preview on #72978D background

This text has white color on #72978D background.


Related colors

Complementary color

Complementary color for #hex is #8D6872.


I love getcolorcode.com

Triadic colors

1 #8D7297 and #978D72 with #72978D are triadic colors.

2 #8D9772 and #97728D with #72978D are triadic colors.