COLOR #9FBE76

HEX: #9FBE76 RGB: (159,190,118)

Color info

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

RGB color model

#9FBE76 color RGB value is (159,190,118).

RGB: (159,190,118) (62%, 75%, 46%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 118 of 255 = 46%

159
190
118

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

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 118 = 467 (100%)
R 159 of 467 ~ 34.05%
G 190 of 467 ~ 40.69%
B 118 of 467 ~ 25.27'%

%34.05
%40.69
%25.27

CMYK color model

#9FBE76 color CMYK value is (16,0,38,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 25.49%

CMYK: (16,0,38,25)
C16M0Y38K25 (16%, 0%, 38%, 25%)
(0.16 / 0.00 / 0.38 / 0.25)

CMYK percentages

%16.32
%0
%37.89
%25.49

Codes

Color #9FBE76 in popluar color models

9F BE 76
RGB 159 190 118
HSL 86° 35.64% 60.39%
HSB/HSV 86° 37.89% 74.51%
CMYK 16.32% 0.00% 37.89%
25.49%

Color #9FBE76 in popluar number systems.

HEX 9F BE 76
Decimal 159 190 118
Binary 10011111 10111110 1110110
Octal 237 276 166

Shades and tints

Shades of #9FBE76

#9FBE76
(159,190,118)
#91AD6C
(145,173,108)
#839C62
(131,156,98)
#758B58
(117,139,88)
#677A4E
(103,122,78)
#596944
(89,105,68)
#4B583A
(75,88,58)
#3D4730
(61,71,48)
#2F3626
(47,54,38)
#21251C
(33,37,28)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9FBE76

#9FBE76
(159,190,118)
#A7C382
(167,195,130)
#AFC88E
(175,200,142)
#B7CD9A
(183,205,154)
#BFD2A6
(191,210,166)
#C7D7B2
(199,215,178)
#CFDCBE
(207,220,190)
#D7E1CA
(215,225,202)
#DFE6D6
(223,230,214)
#E7EBE2
(231,235,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBE76 color. Also use rgb(159,190,118) instead hex code.

Text Font Color

.myTextColor { color: #9FBE76; }

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

This text font color is #9FBE76.

Background Color

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

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

This div background color is #9FBE76.

Border color

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

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

This div border color is #9FBE76.

Opacity

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

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

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

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

This text has shadow with #9FBE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBE76.

Preview

Color preview on black background

This text has color #9FBE76 on black background.


Color preview on white background

This text has color #9FBE76 on white background.


Black color preview on #9FBE76 background

This text has black color on #9FBE76 background.


White color preview on #9FBE76 background

This text has white color on #9FBE76 background.


Related colors

Complementary color

Complementary color for #hex is #604189.


I love getcolorcode.com

Triadic colors

1 #769FBE and #BE769F with #9FBE76 are triadic colors.

2 #76BE9F and #BE9F76 with #9FBE76 are triadic colors.