COLOR #72967B

HEX: #72967B RGB: (114,150,123)

Color info

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

RGB color model

#72967B color RGB value is (114,150,123).

RGB: (114,150,123) (45%, 59%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 150 of 255 = 59%
B 123 of 255 = 48%

114
150
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 150 + 123 = 387 (100%)
R 114 of 387 ~ 29.46%
G 150 of 387 ~ 38.76%
B 123 of 387 ~ 31.78'%

%29.46
%38.76
%31.78

CMYK color model

#72967B color CMYK value is (24,0,18,41).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (24,0,18,41)
C24M0Y18K41 (24%, 0%, 18%, 41%)
(0.24 / 0.00 / 0.18 / 0.41)

CMYK percentages

%24
%0
%18
%41.18

Codes

Color #72967B in popluar color models

72 96 7B
RGB 114 150 123
HSL 135° 14.63% 51.76%
HSB/HSV 135° 24.00% 58.82%
CMYK 24.00% 0.00% 18.00%
41.18%

Color #72967B in popluar number systems.

HEX 72 96 7B
Decimal 114 150 123
Binary 1110010 10010110 1111011
Octal 162 226 173

Shades and tints

Shades of #72967B

#72967B
(114,150,123)
#688970
(104,137,112)
#5E7C65
(94,124,101)
#546F5A
(84,111,90)
#4A624F
(74,98,79)
#405544
(64,85,68)
#364839
(54,72,57)
#2C3B2E
(44,59,46)
#222E23
(34,46,35)
#182118
(24,33,24)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #72967B

#72967B
(114,150,123)
#7E9F87
(126,159,135)
#8AA893
(138,168,147)
#96B19F
(150,177,159)
#A2BAAB
(162,186,171)
#AEC3B7
(174,195,183)
#BACCC3
(186,204,195)
#C6D5CF
(198,213,207)
#D2DEDB
(210,222,219)
#DEE7E7
(222,231,231)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72967B color. Also use rgb(114,150,123) instead hex code.

Text Font Color

.myTextColor { color: #72967B; }

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

This text font color is #72967B.

Background Color

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

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

This div background color is #72967B.

Border color

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

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

This div border color is #72967B.

Opacity

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

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

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

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

This text has shadow with #72967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72967B.

Preview

Color preview on black background

This text has color #72967B on black background.


Color preview on white background

This text has color #72967B on white background.


Black color preview on #72967B background

This text has black color on #72967B background.


White color preview on #72967B background

This text has white color on #72967B background.


Related colors

Complementary color

Complementary color for #hex is #8D6984.


I love getcolorcode.com

Triadic colors

1 #7B7296 and #967B72 with #72967B are triadic colors.

2 #7B9672 and #96727B with #72967B are triadic colors.