crispedge.com

Color picker

Loading...

#9fbb6d hex color - Orange - Warm color - Information

#9fbb6d hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #9fbb6d Color code in RGB color code model is created after adding 62.35% red color, 73.33% green color and 42.75% blue color. Hex #9fbb6d Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 42% yellow and 27% black.

Hex #9fbb6d color code is between #99aa66 web safe hex color code and #aacc77 web safe hex color code. #99aa66 is the nearest web safe color code. You can see here many more shades of #9fbb6d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code9fbb6d#9fbb6d
RGB Decimal159, 187, 109rgb(159, 187, 109)
RGB Percent62%, 73%, 43%rgb(62%, 73%, 43%)
CSS RGBa159, 187, 109,1rgba(159,187,109,1)
CMYK Modelcmyk(15%,0%,42%,27%)
HSL Color Space82,36% ,58%hsl(82,36% ,58%)
HSV Color Space82°, 42%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100111111011101101101101
Octal237273155
Decimal159187109
Hex9fbb6d

Different shades of #9fbb6d color code.

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

Light Shade of #9fbb6d
#b6cb90
Dark Shade of #9fbb6d
#87a74e
Saturated Shade of #9fbb6d
#a2c662
Desaturated Shade of #9fbb6d
#9cb078
Grey scale Shade of #9fbb6d
#949494
Brighten Shade
#b8d486
Most Readable Shade
#000000

Shades of #9fbb6d color code

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

#9fbb6d
#8da660
#7b9154
#6a7c48
#58673c
#465330
#353e24
#232918
#11140c
#000000

Similar Color like #9fbb6d color

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

#a0bc6e
#a1bd6f
#a2be70
#a3bf71
#a4c072
#a5c173
#a6c274
#a7c375
#a8c476
#a9c577
#aac678
#abc779
#acc87a
#adc97b
#9eba6c
#9db96b
#9cb86a
#9bb769
#9ab668
#99b567
#98b466
#97b365
#96b264
#95b163
#94b062
#93af61
#92ae60
#91ad5f

Monochromatic Color with #9fbb6d

#9fbb6d
#c3e586
#0e110a
#333b23
#57663b
#7b9054

Tints of #9fbb6d Color

#9fbb6d
#a9c27d
#b4ca8d
#bfd19d
#c9d9ad
#d4e0be
#dfe8ce
#e9efde
#f4f7ee
#ffffff

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

#9fbb6d
#896dbb

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

Split Complementary

#9fbb6d
#6d78bb
#b06dbb

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

Analogous Color

#bbb86d
#afbb6d
#9fbb6d
#8fbb6d
#80bb6d

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

#9fbb6d
#6d9fbb
#bb6d9f

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

#9fbb6d
#6dbbb0
#896dbb
#bb6d78

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

Double Complementary Color

#9fbb6d
#896dbb
#b06dbb
#78bb6d

Double Complementary 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).

Hex #9fbb6d 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.

#9fbb6d Color Code Preview on Black Background Color

This is how #9fbb6d Color will look on black background color. Color contrast ratio is 9.80

#9fbb6d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fbb6d color code is use for CSS Background Color

Background color for the above div is #9fbb6d

HTML with inline CSS

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

#9fbb6d color code is use for CSS Border Color

CSS Border color for the above div is #9fbb6d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fbb6d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fbb6d Color code Preview on White Background

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

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 #9fbb6d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9fbb6d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.