COLOR #9FB380

HEX: #9FB380 RGB: (159,179,128)

Color info

#9FB380 contains red, green and blue colors in about the same proportion. Web safe color of #9FB380 is #999966 (or #996).

RGB color model

#9FB380 color RGB value is (159,179,128).

RGB: (159,179,128) (62%, 70%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 179 of 255 = 70%
B 128 of 255 = 50%

159
179
128

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

Portions of RGB colors in percentages

R + G + B = 159 + 179 + 128 = 466 (100%)
R 159 of 466 ~ 34.12%
G 179 of 466 ~ 38.41%
B 128 of 466 ~ 27.47'%

%34.12
%38.41
%27.47

CMYK color model

#9FB380 color CMYK value is (11,0,28,30).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 29.80%

CMYK: (11,0,28,30)
C11M0Y28K30 (11%, 0%, 28%, 30%)
(0.11 / 0.00 / 0.28 / 0.30)

CMYK percentages

%11.17
%0
%28.49
%29.8

Codes

Color #9FB380 in popluar color models

9F B3 80
RGB 159 179 128
HSL 84° 25.12% 60.20%
HSB/HSV 84° 28.49% 70.20%
CMYK 11.17% 0.00% 28.49%
29.80%

Color #9FB380 in popluar number systems.

HEX 9F B3 80
Decimal 159 179 128
Binary 10011111 10110011 10000000
Octal 237 263 200

Shades and tints

Shades of #9FB380

#9FB380
(159,179,128)
#91A375
(145,163,117)
#83936A
(131,147,106)
#75835F
(117,131,95)
#677354
(103,115,84)
#596349
(89,99,73)
#4B533E
(75,83,62)
#3D4333
(61,67,51)
#2F3328
(47,51,40)
#21231D
(33,35,29)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #9FB380

#9FB380
(159,179,128)
#A7B98B
(167,185,139)
#AFBF96
(175,191,150)
#B7C5A1
(183,197,161)
#BFCBAC
(191,203,172)
#C7D1B7
(199,209,183)
#CFD7C2
(207,215,194)
#D7DDCD
(215,221,205)
#DFE3D8
(223,227,216)
#E7E9E3
(231,233,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB380 color. Also use rgb(159,179,128) instead hex code.

Text Font Color

.myTextColor { color: #9FB380; }

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

This text font color is #9FB380.

Background Color

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

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

This div background color is #9FB380.

Border color

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

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

This div border color is #9FB380.

Opacity

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

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

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

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

This text has shadow with #9FB380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB380.

Preview

Color preview on black background

This text has color #9FB380 on black background.


Color preview on white background

This text has color #9FB380 on white background.


Black color preview on #9FB380 background

This text has black color on #9FB380 background.


White color preview on #9FB380 background

This text has white color on #9FB380 background.


Related colors

Complementary color

Complementary color for #hex is #604C7F.


I love getcolorcode.com

Triadic colors

1 #809FB3 and #B3809F with #9FB380 are triadic colors.

2 #80B39F and #B39F80 with #9FB380 are triadic colors.