COLOR #9CB072

HEX: #9CB072
RGB: (156,176,114)

Color info

#9CB072 contains mainly red and green colors. Web safe color of #9CB072 is #999966 (or #996).

RGB color model

#9CB072 color RGB value is (156,176,114).

  • red value is 156;
  • green value is 176;
  • blue value is 114.
RGB:
(156,176,114)
(61%,69%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 114 of 255 = 45%

156
176
114

R + G + B ~ 58%. #9CB072 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 176 + 114 = 446 (100%)
R 156 of 446 ~ 34.98%
G 176 of 446 ~ 39.46%
B 114 of 446 ~ 25.56%

%34.98
%39.46
%25.56

CMYK color model

#9CB072 color CMYK value is (11,0,35,31).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(11,0,35,31)
C11M0Y35K31 
(11%,0%,35%,31%)
(0.11/0.00/0.35/0.31)	

CMYK percentages

%11.36
%0
%35.23
%30.98

Codes

Color #9CB072 in popluar color models

9CB072
RGB156176114
HSL79°28.18%56.86%
HSB/HSV79°35.23%69.02%
CMYK11.36%0.00%35.23%
30.98%

Color #9CB072 in popluar number systems.

HEX9CB072
Decimal156176114
Binary10011100101100001110010
Octal234260162

Shades and tints

Shades of #9CB072

#9CB072
(156,176,114)
#8EA068
(142,160,104)
#80905E
(128,144,94)
#728054
(114,128,84)
#64704A
(100,112,74)
#566040
(86,96,64)
#485036
(72,80,54)
#3A402C
(58,64,44)
#2C3022
(44,48,34)
#1E2018
(30,32,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #9CB072

#9CB072
(156,176,114)
#A5B77E
(165,183,126)
#AEBE8A
(174,190,138)
#B7C596
(183,197,150)
#C0CCA2
(192,204,162)
#C9D3AE
(201,211,174)
#D2DABA
(210,218,186)
#DBE1C6
(219,225,198)
#E4E8D2
(228,232,210)
#EDEFDE
(237,239,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB072 color. Also use rgb(156,176,114) instead hex code.

Text Font Color

.myTextColor { color: #9CB072; }

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

This text font color is #9CB072.


Background Color

.myBgColor { background-color: #9CB072; }

<div style="background-color:#9CB072">Inner text</div>

This div background color is #9CB072.


Border color

.myBorderColor { border: 1px solid #9CB072; }

<div style="border:3px solid #9CB072">Div</div>

This div border color is #9CB072.


Opacity

.myOpacity80 { color: #9CB072; opacity: 0.8; }

<p style="color:#9CB072;opacity:0.8;">80%</p>

Text with #9CB072 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 #9CB072;}

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

This text has shadow with #9CB072 color.

.textShadow {text-shadow: 3px 3px 1px #9CB072, 3px 3px 1px red;}

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

This text has shadow with #9CB072 primary color and red secondary color.


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

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

This text has shadow with #9CB072 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB072 on black background.


Color preview on white background

This text has color #9CB072 on white background.



Black color preview on #9CB072 background

This text has black color on #9CB072 background.


White color preview on #9CB072 background

This text has white color on #9CB072 background.