COLOR #9BB775

HEX: #9BB775
RGB: (155,183,117)

Color info

#9BB775 contains mainly red and green colors. Web safe color of #9BB775 is #99CC66 (or #9C6).

RGB color model

#9BB775 color RGB value is (155,183,117).

  • red value is 155;
  • green value is 183;
  • blue value is 117.
RGB:
(155,183,117)
(61%,72%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 183 of 255 = 72%
B 117 of 255 = 46%

155
183
117

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

Portions of RGB colors in percentages

R + G + B =
155 + 183 + 117 = 455 (100%)
R 155 of 455 ~ 34.07%
G 183 of 455 ~ 40.22%
B 117 of 455 ~ 25.71%

%34.07
%40.22
%25.71

CMYK color model

#9BB775 color CMYK value is (15,0,36,28).

  • cyan value is 15.30%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%
CMYK:
(15,0,36,28)
C15M0Y36K28 
(15%,0%,36%,28%)
(0.15/0.00/0.36/0.28)	

CMYK percentages

%15.3
%0
%36.07
%28.24

Codes

Color #9BB775 in popluar color models

9BB775
RGB155183117
HSL85°31.43%58.82%
HSB/HSV85°36.07%71.76%
CMYK15.30%0.00%36.07%
28.24%

Color #9BB775 in popluar number systems.

HEX9BB775
Decimal155183117
Binary10011011101101111110101
Octal233267165

Shades and tints

Shades of #9BB775

#9BB775
(155,183,117)
#8DA76B
(141,167,107)
#7F9761
(127,151,97)
#718757
(113,135,87)
#63774D
(99,119,77)
#556743
(85,103,67)
#475739
(71,87,57)
#39472F
(57,71,47)
#2B3725
(43,55,37)
#1D271B
(29,39,27)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #9BB775

#9BB775
(155,183,117)
#A4BD81
(164,189,129)
#ADC38D
(173,195,141)
#B6C999
(182,201,153)
#BFCFA5
(191,207,165)
#C8D5B1
(200,213,177)
#D1DBBD
(209,219,189)
#DAE1C9
(218,225,201)
#E3E7D5
(227,231,213)
#ECEDE1
(236,237,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB775 color. Also use rgb(155,183,117) instead hex code.

Text Font Color

.myTextColor { color: #9BB775; }

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

This text font color is #9BB775.


Background Color

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

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

This div background color is #9BB775.


Border color

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

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

This div border color is #9BB775.


Opacity

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

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

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

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

This text has shadow with #9BB775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB775 on black background.


Color preview on white background

This text has color #9BB775 on white background.



Black color preview on #9BB775 background

This text has black color on #9BB775 background.


White color preview on #9BB775 background

This text has white color on #9BB775 background.