Skip to main content Skip to docs navigation

#9fa166 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Dry Grass and its hex is #9EA26B Nearest Color Name

Color Hue/Base color: Green

Hex #9fa166 Color code in RGB color code model is created after adding 62.35% red color, 63.14% green color and 40% blue color. Hex #9fa166 Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 37% yellow and 36.86% black.

Hex #9fa166 color code is between #999955 web safe hex color code and #aaaa77 web safe hex color code. #999955 is the nearest web safe color code. You can see here many more shades of #9fa166 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 9fa166 #9fa166
RGB Decimal 159, 161, 102 159, 161, 102
RGB Percent 62%, 63%, 40% rgb(62%, 63%, 40%)
CSS RGBa 159, 161, 102,1 rgba(159,161,102,1)
CMYK Model cmyk(1%,0%,37%,36.86%)
HSL Color Space 62,24% ,52% hsl(62,24% ,52%)
HSV Color Space 62°, 37%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10011111 10100001 01100110
Octal 237 241 146
Decimal 159 161 102
Hex 9f a1 66

Different shades of #9fa166 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #9fa166
#43442a
Darker of #9fa166
#62643d
Dark of #9fa166
#828351
Base of #9fa166
#9fa166
Light of #9fa166
#b3b486
Lighter
#c7c8a5
Lightest
#dadbc5

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#9fa166
#6866a1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#9fa166
#6682a1
#8566a1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#a18166
#a18a66
#9fa166
#8ba166
#73a166

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#9fa166
#a1669f
#669fa1

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#9fa166
#669fa1
#6866a1
#a16866

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#9fa166
#66a185
#6866a1
#a16682

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #9fa166

#242516
#43442a
#62643d
#828351
#9fa166
#b3b486
#c7c8a5
#dadbc5
#eeefe4

Tints of #9fa166 Color

#9fa166
#a9ab77
#b4b588
#bfc099
#c9caaa
#d4d5bb
#dfdfcc
#e9eadd
#f4f4ee
#ffffff

Shades of #9fa166 color code

Generate more color scales with scales (color stack) generator.

#9fa166
#8d8f5a
#7b7d4f
#6a6b44
#585938
#46472d
#353522
#232316
#11110b
#000000

Tones

#9fa166
#88887f
#848484
#848484
#848484

Tones

Similar Color like #9fa166 color

Find visually similar hex color codes nearing to #9fa166 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a0a267
#a1a368
#a2a469
#a3a56a
#a4a66b
#a5a76c
#a6a86d
#a7a96e
#a8aa6f
#a9ab70
#aaac71
#abad72
#acae73
#adaf74
#9ea065
#9d9f64
#9c9e63
#9b9d62
#9a9c61
#999b60
#989a5f
#97995e
#96985d
#95975c
#94965b
#93955a
#929459
#919358

Download this Dark Green

Hex #9fa166 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#9fa166 Color Code Preview on Black Background Color

This is how #9fa166 Color will look on black background color. Color contrast ratio is 7.76

#9fa166 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#9fa166">Your Example Paragraph content text in with font color #9fa166 </p>

Your Example Paragraph content text in with font color #9fa166

HTML with inline CSS

<div style="color:#9fa166">Your Paragraph text in with font color #9fa166 </div>

Your Example Paragraph content text in with font color #9fa166

#9fa166 color code is use for CSS Background Color

Background color for the above div is #9fa166

HTML with inline CSS

<div style="background-color:#9fa166;"></div>

#9fa166 color code is use for CSS Border Color

CSS Border color for the above div is #9fa166

HTML with inline CSS

<div style="border:5px solid #9fa166;"></div>

CSS Border Left color for the above div is #9fa166

HTML with inline CSS

<div style="border-left:5px solid #9fa166;"></div>

CSS Border Right color for the above div is #9fa166

HTML with inline CSS

<div style="border-right:5px solid #9fa166;"></div>

CSS Border Bottom color for the above div is #9fa166

HTML with inline CSS

<div style="border-bottom:5px solid #9fa166;"></div>

CSS Border Top color for the above div is #9fa166

HTML with inline CSS

<div style="border-top:5px solid #9fa166;"></div>

#9fa166 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#9fa166; } .examplecolorclass {color:#9fa166; } .examplebordercolor {border:3px solid #9fa166; }

#9fa166 Color code Preview on White Background

This is how #9fa166 Color code will look on white background color. Color contrast ratio is 2.70

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #9fa166; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9fa166; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(159,161,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,102,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(159,161,102,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }