COLOR #9FBB72

HEX: #9FBB72 RGB: (159,187,114)

Color info

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

RGB color model

#9FBB72 color RGB value is (159,187,114).

RGB: (159,187,114) (62%, 73%, 45%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 114 of 255 = 45%

159
187
114

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

Portions of RGB colors in percentages

R + G + B = 159 + 187 + 114 = 460 (100%)
R 159 of 460 ~ 34.57%
G 187 of 460 ~ 40.65%
B 114 of 460 ~ 24.78'%

%34.57
%40.65
%24.78

CMYK color model

#9FBB72 color CMYK value is (15,0,39,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 26.67%

CMYK: (15,0,39,27)
C15M0Y39K27 (15%, 0%, 39%, 27%)
(0.15 / 0.00 / 0.39 / 0.27)

CMYK percentages

%14.97
%0
%39.04
%26.67

Codes

Color #9FBB72 in popluar color models

9F BB 72
RGB 159 187 114
HSL 83° 34.93% 59.02%
HSB/HSV 83° 39.04% 73.33%
CMYK 14.97% 0.00% 39.04%
26.67%

Color #9FBB72 in popluar number systems.

HEX 9F BB 72
Decimal 159 187 114
Binary 10011111 10111011 1110010
Octal 237 273 162

Shades and tints

Shades of #9FBB72

#9FBB72
(159,187,114)
#91AA68
(145,170,104)
#83995E
(131,153,94)
#758854
(117,136,84)
#67774A
(103,119,74)
#596640
(89,102,64)
#4B5536
(75,85,54)
#3D442C
(61,68,44)
#2F3322
(47,51,34)
#212218
(33,34,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #9FBB72

#9FBB72
(159,187,114)
#A7C17E
(167,193,126)
#AFC78A
(175,199,138)
#B7CD96
(183,205,150)
#BFD3A2
(191,211,162)
#C7D9AE
(199,217,174)
#CFDFBA
(207,223,186)
#D7E5C6
(215,229,198)
#DFEBD2
(223,235,210)
#E7F1DE
(231,241,222)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBB72 color. Also use rgb(159,187,114) instead hex code.

Text Font Color

.myTextColor { color: #9FBB72; }

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

This text font color is #9FBB72.

Background Color

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

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

This div background color is #9FBB72.

Border color

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

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

This div border color is #9FBB72.

Opacity

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

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

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

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

This text has shadow with #9FBB72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBB72.

Preview

Color preview on black background

This text has color #9FBB72 on black background.


Color preview on white background

This text has color #9FBB72 on white background.


Black color preview on #9FBB72 background

This text has black color on #9FBB72 background.


White color preview on #9FBB72 background

This text has white color on #9FBB72 background.


Related colors

Complementary color

Complementary color for #hex is #60448D.


I love getcolorcode.com

Triadic colors

1 #729FBB and #BB729F with #9FBB72 are triadic colors.

2 #72BB9F and #BB9F72 with #9FBB72 are triadic colors.