COLOR #9FB662

HEX: #9FB662
RGB: (159,182,98)

Color info

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

RGB color model

#9FB662 color RGB value is (159,182,98).

  • red value is 159;
  • green value is 182;
  • blue value is 98.
RGB:
(159,182,98)
(62%,71%,38%)

RGB channels and saturation

R 159 of 255 = 62%
G 182 of 255 = 71%
B 98 of 255 = 38%

159
182
98

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

Portions of RGB colors in percentages

R + G + B =
159 + 182 + 98 = 439 (100%)
R 159 of 439 ~ 36.22%
G 182 of 439 ~ 41.46%
B 98 of 439 ~ 22.32%

%36.22
%41.46
%22.32

CMYK color model

#9FB662 color CMYK value is (13,0,46,29).

  • cyan value is 12.64%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 28.63%
CMYK:
(13,0,46,29)
C13M0Y46K29 
(13%,0%,46%,29%)
(0.13/0.00/0.46/0.29)	

CMYK percentages

%12.64
%0
%46.15
%28.63

Codes

Color #9FB662 in popluar color models

9FB662
RGB15918298
HSL76°36.52%54.90%
HSB/HSV76°46.15%71.37%
CMYK12.64%0.00%46.15%
28.63%

Color #9FB662 in popluar number systems.

HEX9FB662
Decimal15918298
Binary10011111101101101100010
Octal237266142

Shades and tints

Shades of #9FB662

#9FB662
(159,182,98)
#91A65A
(145,166,90)
#839652
(131,150,82)
#75864A
(117,134,74)
#677642
(103,118,66)
#59663A
(89,102,58)
#4B5632
(75,86,50)
#3D462A
(61,70,42)
#2F3622
(47,54,34)
#21261A
(33,38,26)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #9FB662

#9FB662
(159,182,98)
#A7BC70
(167,188,112)
#AFC27E
(175,194,126)
#B7C88C
(183,200,140)
#BFCE9A
(191,206,154)
#C7D4A8
(199,212,168)
#CFDAB6
(207,218,182)
#D7E0C4
(215,224,196)
#DFE6D2
(223,230,210)
#E7ECE0
(231,236,224)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB662 color. Also use rgb(159,182,98) instead hex code.

Text Font Color

.myTextColor { color: #9FB662; }

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

This text font color is #9FB662.


Background Color

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

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

This div background color is #9FB662.


Border color

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

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

This div border color is #9FB662.


Opacity

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

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

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

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

This text has shadow with #9FB662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB662 on black background.


Color preview on white background

This text has color #9FB662 on white background.



Black color preview on #9FB662 background

This text has black color on #9FB662 background.


White color preview on #9FB662 background

This text has white color on #9FB662 background.