COLOR #9CB78D

HEX: #9CB78D
RGB: (156,183,141)

Color info

#9CB78D contains red, green and blue colors in about the same proportion. Web safe color of #9CB78D is #99CC99 (or #9C9).

RGB color model

#9CB78D color RGB value is (156,183,141).

  • red value is 156;
  • green value is 183;
  • blue value is 141.
RGB:
(156,183,141)
(61%,72%,55%)

RGB channels and saturation

R 156 of 255 = 61%
G 183 of 255 = 72%
B 141 of 255 = 55%

156
183
141

R + G + B ~ 63%. #9CB78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 183 + 141 = 480 (100%)
R 156 of 480 ~ 32.5%
G 183 of 480 ~ 38.13%
B 141 of 480 ~ 29.38%

%32.5
%38.13
%29.38

CMYK color model

#9CB78D color CMYK value is (15,0,23,28).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 28.24%
CMYK:
(15,0,23,28)
C15M0Y23K28 
(15%,0%,23%,28%)
(0.15/0.00/0.23/0.28)	

CMYK percentages

%14.75
%0
%22.95
%28.24

Codes

Color #9CB78D in popluar color models

9CB78D
RGB156183141
HSL99°22.58%63.53%
HSB/HSV99°22.95%71.76%
CMYK14.75%0.00%22.95%
28.24%

Color #9CB78D in popluar number systems.

HEX9CB78D
Decimal156183141
Binary100111001011011110001101
Octal234267215

Shades and tints

Shades of #9CB78D

#9CB78D
(156,183,141)
#8EA781
(142,167,129)
#809775
(128,151,117)
#728769
(114,135,105)
#64775D
(100,119,93)
#566751
(86,103,81)
#485745
(72,87,69)
#3A4739
(58,71,57)
#2C372D
(44,55,45)
#1E2721
(30,39,33)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #9CB78D

#9CB78D
(156,183,141)
#A5BD97
(165,189,151)
#AEC3A1
(174,195,161)
#B7C9AB
(183,201,171)
#C0CFB5
(192,207,181)
#C9D5BF
(201,213,191)
#D2DBC9
(210,219,201)
#DBE1D3
(219,225,211)
#E4E7DD
(228,231,221)
#EDEDE7
(237,237,231)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB78D color. Also use rgb(156,183,141) instead hex code.

Text Font Color

.myTextColor { color: #9CB78D; }

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

This text font color is #9CB78D.


Background Color

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

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

This div background color is #9CB78D.


Border color

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

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

This div border color is #9CB78D.


Opacity

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

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

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

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

This text has shadow with #9CB78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB78D on black background.


Color preview on white background

This text has color #9CB78D on white background.



Black color preview on #9CB78D background

This text has black color on #9CB78D background.


White color preview on #9CB78D background

This text has white color on #9CB78D background.