COLOR #9FBC77

HEX: #9FBC77 RGB: (159,188,119)

Color info

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

RGB color model

#9FBC77 color RGB value is (159,188,119).

RGB: (159,188,119) (62%, 74%, 47%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 119 of 255 = 47%

159
188
119

R + G + B ~ 61%. #9FBC77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 119 = 466 (100%)
R 159 of 466 ~ 34.12%
G 188 of 466 ~ 40.34%
B 119 of 466 ~ 25.54'%

%34.12
%40.34
%25.54

CMYK color model

#9FBC77 color CMYK value is (15,0,37,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 26.27%

CMYK: (15,0,37,26)
C15M0Y37K26 (15%, 0%, 37%, 26%)
(0.15 / 0.00 / 0.37 / 0.26)

CMYK percentages

%15.43
%0
%36.7
%26.27

Codes

Color #9FBC77 in popluar color models

9F BC 77
RGB 159 188 119
HSL 85° 33.99% 60.20%
HSB/HSV 85° 36.70% 73.73%
CMYK 15.43% 0.00% 36.70%
26.27%

Color #9FBC77 in popluar number systems.

HEX 9F BC 77
Decimal 159 188 119
Binary 10011111 10111100 1110111
Octal 237 274 167

Shades and tints

Shades of #9FBC77

#9FBC77
(159,188,119)
#91AB6D
(145,171,109)
#839A63
(131,154,99)
#758959
(117,137,89)
#67784F
(103,120,79)
#596745
(89,103,69)
#4B563B
(75,86,59)
#3D4531
(61,69,49)
#2F3427
(47,52,39)
#21231D
(33,35,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9FBC77

#9FBC77
(159,188,119)
#A7C283
(167,194,131)
#AFC88F
(175,200,143)
#B7CE9B
(183,206,155)
#BFD4A7
(191,212,167)
#C7DAB3
(199,218,179)
#CFE0BF
(207,224,191)
#D7E6CB
(215,230,203)
#DFECD7
(223,236,215)
#E7F2E3
(231,242,227)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBC77 color. Also use rgb(159,188,119) instead hex code.

Text Font Color

.myTextColor { color: #9FBC77; }

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

This text font color is #9FBC77.

Background Color

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

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

This div background color is #9FBC77.

Border color

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

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

This div border color is #9FBC77.

Opacity

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

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

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

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

This text has shadow with #9FBC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBC77.

Preview

Color preview on black background

This text has color #9FBC77 on black background.


Color preview on white background

This text has color #9FBC77 on white background.


Black color preview on #9FBC77 background

This text has black color on #9FBC77 background.


White color preview on #9FBC77 background

This text has white color on #9FBC77 background.


Related colors

Complementary color

Complementary color for #hex is #604388.


I love getcolorcode.com

Triadic colors

1 #779FBC and #BC779F with #9FBC77 are triadic colors.

2 #77BC9F and #BC9F77 with #9FBC77 are triadic colors.