COLOR #9BB072

HEX: #9BB072 RGB: (155,176,114)

Color info

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

RGB color model

#9BB072 color RGB value is (155,176,114).

RGB: (155,176,114) (61%, 69%, 45%)

RGB channels and saturation

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

155
176
114

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

Portions of RGB colors in percentages

R + G + B = 155 + 176 + 114 = 445 (100%)
R 155 of 445 ~ 34.83%
G 176 of 445 ~ 39.55%
B 114 of 445 ~ 25.62'%

%34.83
%39.55
%25.62

CMYK color model

#9BB072 color CMYK value is (12,0,35,31).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK: (12,0,35,31) C12M0Y35K31 (12%,0%,35%,31%) (0.12/0.00/0.35/0.31) 

CMYK percentages

%11.93
%0
%35.23
%30.98

Codes

Color #9BB072 in popluar color models

9B B0 72
RGB 155 176 114
HSL 80° 28.18% 56.86%
HSB/HSV 80° 35.23% 69.02%
CMYK 11.93% 0.00% 35.23%
30.98%

Color #9BB072 in popluar number systems.

HEX 9B B0 72
Decimal 155 176 114
Binary 10011011 10110000 1110010
Octal 233 260 162

Shades and tints

Shades of #9BB072

#9BB072
(155,176,114)
#8DA068
(141,160,104)
#7F905E
(127,144,94)
#718054
(113,128,84)
#63704A
(99,112,74)
#556040
(85,96,64)
#475036
(71,80,54)
#39402C
(57,64,44)
#2B3022
(43,48,34)
#1D2018
(29,32,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #9BB072

#9BB072
(155,176,114)
#A4B77E
(164,183,126)
#ADBE8A
(173,190,138)
#B6C596
(182,197,150)
#BFCCA2
(191,204,162)
#C8D3AE
(200,211,174)
#D1DABA
(209,218,186)
#DAE1C6
(218,225,198)
#E3E8D2
(227,232,210)
#ECEFDE
(236,239,222)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB072; }

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

This text font color is #9BB072.

Background Color

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

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

This div background color is #9BB072.

Border color

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

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

This div border color is #9BB072.

Opacity

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

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

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

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

This text has shadow with #9BB072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB072.

Preview

Color preview on black background

This text has color #9BB072 on black background.


Color preview on white background

This text has color #9BB072 on white background.


Black color preview on #9BB072 background

This text has black color on #9BB072 background.


White color preview on #9BB072 background

This text has white color on #9BB072 background.


Related colors

Complementary color

Complementary color for #hex is #644F8D.


I love getcolorcode.com

Triadic colors

1 #729BB0 and #B0729B with #9BB072 are triadic colors.

2 #72B09B and #B09B72 with #9BB072 are triadic colors.