Skip to main content Skip to docs navigation

#808b60 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 Moss Point Green and its hex is #7E8D60 Nearest Color Name

Color Hue/Base color: Green

Hex #808b60 Color code in RGB color code model is created after adding 50.2% red color, 54.51% green color and 37.65% blue color. Hex #808b60 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 31% yellow and 45.49% black.

Hex #808b60 color code is between #888866 web safe hex color code and #779955 web safe hex color code. #888866 is the nearest web safe color code. You can see here many more shades of #808b60 color code.

RGB Chart

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

Color Table

Hex Color Code 808b60 #808b60
RGB Decimal 128, 139, 96 128, 139, 96
RGB Percent 50%, 55%, 38% rgb(50%, 55%, 38%)
CSS RGBa 128, 139, 96,1 rgba(128,139,96,1)
CMYK Model cmyk(8%,0%,31%,45.49%)
HSL Color Space 75,18% ,46% hsl(75,18% ,46%)
HSV Color Space 75°, 31%, 55%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000000 10001011 01100000
Octal 200 213 140
Decimal 128 139 96
Hex 80 8b 60

Different shades of #808b60 color code.

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

Darkest of #808b60
#2d3122
Darker of #808b60
#484f36
Dark of #808b60
#646d4b
Base of #808b60
#808b60
Light of #808b60
#99a37b
Lighter
#b0b899
Lightest
#c7cdb7

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

#808b60
#6b608b

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

Split Complementary

#808b60
#606b8b
#81608b

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

Analogous Color

#8b7d60
#8b8460
#808b60
#728b60
#608b60

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

#808b60
#8b6080
#60808b

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

#808b60
#60808b
#6b608b
#8b6b60

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

#808b60
#608b81
#6b608b
#8b606b

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 #808b60

#11120d
#2d3122
#484f36
#646d4b
#808b60
#99a37b
#b0b899
#c7cdb7
#dfe2d5

Tints of #808b60 Color

#808b60
#8e9771
#9ca483
#aab195
#b8bea6
#c6cbb8
#d4d8ca
#e2e5db
#f0f2ed
#ffffff

Shades of #808b60 color code

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

#808b60
#717b55
#636c4a
#555c40
#474d35
#383d2a
#2a2e20
#1c1e15
#0e0f0a
#000000

Tones

#808b60
#767676
#767676
#767676
#767676

Tones

Similar Color like #808b60 color

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

#818c61
#828d62
#838e63
#848f64
#859065
#869166
#879267
#889368
#899469
#8a956a
#8b966b
#8c976c
#8d986d
#8e996e
#7f8a5f
#7e895e
#7d885d
#7c875c
#7b865b
#7a855a
#798459
#788358
#778257
#768156
#758055
#747f54
#737e53
#727d52

Download this Dark Green

Hex #808b60 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.

#808b60 Color Code Preview on Black Background Color

This is how #808b60 Color will look on black background color. Color contrast ratio is 5.78

#808b60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #808b60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #808b60

#808b60 color code is use for CSS Background Color

Background color for the above div is #808b60

HTML with inline CSS

<div style="background-color:#808b60;"></div>

#808b60 color code is use for CSS Border Color

CSS Border color for the above div is #808b60

HTML with inline CSS

<div style="border:5px solid #808b60;"></div>

CSS Border Left color for the above div is #808b60

HTML with inline CSS

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

CSS Border Right color for the above div is #808b60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #808b60

HTML with inline CSS

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

CSS Border Top color for the above div is #808b60

HTML with inline CSS

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

#808b60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#808b60 Color code Preview on White Background

This is how #808b60 Color code will look on white background color. Color contrast ratio is 3.63

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

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(128,139,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,96,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(128,139,96,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }