@
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.

#76a14c hex color - Green - Cool color - Information

#76a14c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #76a14c Color code in RGB color code model is created after adding 46.27% red color, 63.14% green color and 29.8% blue color. Hex #76a14c Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 53% yellow and 36.86% black.

Hex #76a14c color code is between #779944 web safe hex color code and #66aa55 web safe hex color code. #779944 is the nearest web safe color code. You can see here many more shades of #76a14c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 76a14c #76a14c
RGB Decimal 118, 161, 76 rgb(118, 161, 76)
RGB Percent 46%, 63%, 30% rgb(46%, 63%, 30%)
CSS RGBa 118, 161, 76,1 rgba(118,161,76,1)
CMYK Model cmyk(27%,0%,53%,36.86%)
HSL Color Space 90,36% ,46% hsl(90,36% ,46%)
HSV Color Space 90°, 53%, 63%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110110 10100001 01001100
Octal 166 241 114
Decimal 118 161 76
Hex 76 a1 4c

Different shades of #76a14c color code.

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

Light Shade of #76a14c
#90b868
Dark Shade of #76a14c
#5d7e3c
Saturated Shade of #76a14c
#76ad40
Desaturated Shade of #76a14c
#769558
Grey scale Shade of #76a14c
#767676
Brighten Shade
#8fba65
Most Readable Shade
#000000

Shades of #76a14c color code

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

#76a14c
#688f43
#5b7d3b
#4e6b32
#41592a
#344721
#273519
#1a2310
#0d1108
#000000

Similar Color like #76a14c color

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

#77a24d
#78a34e
#79a44f
#7aa550
#7ba651
#7ca752
#7da853
#7ea954
#7faa55
#80ab56
#81ac57
#82ad58
#83ae59
#84af5a
#75a04b
#749f4a
#739e49
#729d48
#719c47
#709b46
#6f9a45
#6e9944
#6d9843
#6c9742
#6b9641
#6a9540
#69943f
#68933e

Monochromatic Color with #76a14c

#76a14c
#95cb60
#b4f674
#192110
#384c24
#577638

Tints of #76a14c Color

#76a14c
#85ab5f
#94b573
#a3c087
#b2ca9b
#c2d5af
#d1dfc3
#e0ead7
#eff4eb
#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

#76a14c
#774ca1

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

Split Complementary

#76a14c
#4c4ca1
#a14ca0

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

Analogous Color

#98a14c
#87a14c
#76a14c
#65a14c
#54a14c

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

#76a14c
#4c76a1
#a14c76

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

#76a14c
#4ca0a1
#774ca1
#a14d4c

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

#76a14c
#774ca1
#a14ca0
#4ca14d

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 #76a14c 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.

#76a14c Color Code Preview on Black Background Color

This is how #76a14c Color will look on black background color. Color contrast ratio is 6.97

#76a14c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76a14c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76a14c

#76a14c color code is use for CSS Background Color

Background color for the above div is #76a14c

HTML with inline CSS

<div style="background-color:#76a14c;"></div>

#76a14c color code is use for CSS Border Color

CSS Border color for the above div is #76a14c

HTML with inline CSS

<div style="border:5px solid #76a14c;"></div>

CSS Border Left color for the above div is #76a14c

HTML with inline CSS

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

CSS Border Right color for the above div is #76a14c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76a14c

HTML with inline CSS

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

CSS Border Top color for the above div is #76a14c

HTML with inline CSS

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

#76a14c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76a14c Color code Preview on White Background

This is how #76a14c Color code will look on white background color. Color contrast ratio is 3.01

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

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(118,161,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,76,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,161,76,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.