COLOR #9BAB78

HEX: #9BAB78
RGB: (155,171,120)

Color info

#9BAB78 contains red, green and blue colors in about the same proportion. Web safe color of #9BAB78 is #999966 (or #996).

RGB color model

#9BAB78 color RGB value is (155,171,120).

  • red value is 155;
  • green value is 171;
  • blue value is 120.
RGB:
(155,171,120)
(61%,67%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 120 of 255 = 47%

155
171
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 120 = 446 (100%)
R 155 of 446 ~ 34.75%
G 171 of 446 ~ 38.34%
B 120 of 446 ~ 26.91%

%34.75
%38.34
%26.91

CMYK color model

#9BAB78 color CMYK value is (9,0,30,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 32.94%
CMYK:
(9,0,30,33)
C9M0Y30K33 
(9%,0%,30%,33%)
(0.09/0.00/0.30/0.33)	

CMYK percentages

%9.36
%0
%29.82
%32.94

Codes

Color #9BAB78 in popluar color models

9BAB78
RGB155171120
HSL79°23.29%57.06%
HSB/HSV79°29.82%67.06%
CMYK9.36%0.00%29.82%
32.94%

Color #9BAB78 in popluar number systems.

HEX9BAB78
Decimal155171120
Binary10011011101010111111000
Octal233253170

Shades and tints

Shades of #9BAB78

#9BAB78
(155,171,120)
#8D9C6E
(141,156,110)
#7F8D64
(127,141,100)
#717E5A
(113,126,90)
#636F50
(99,111,80)
#556046
(85,96,70)
#47513C
(71,81,60)
#394232
(57,66,50)
#2B3328
(43,51,40)
#1D241E
(29,36,30)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BAB78

#9BAB78
(155,171,120)
#A4B284
(164,178,132)
#ADB990
(173,185,144)
#B6C09C
(182,192,156)
#BFC7A8
(191,199,168)
#C8CEB4
(200,206,180)
#D1D5C0
(209,213,192)
#DADCCC
(218,220,204)
#E3E3D8
(227,227,216)
#ECEAE4
(236,234,228)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAB78 color. Also use rgb(155,171,120) instead hex code.

Text Font Color

.myTextColor { color: #9BAB78; }

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

This text font color is #9BAB78.


Background Color

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

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

This div background color is #9BAB78.


Border color

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

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

This div border color is #9BAB78.


Opacity

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

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

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

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

This text has shadow with #9BAB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAB78 on black background.


Color preview on white background

This text has color #9BAB78 on white background.



Black color preview on #9BAB78 background

This text has black color on #9BAB78 background.


White color preview on #9BAB78 background

This text has white color on #9BAB78 background.