crispedge.com

Color picker

Loading...

#68714a hex color - Green - Warm color - Information

#68714a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #68714a Color code in RGB color code model is created after adding 40.78% red color, 44.31% green color and 29.02% blue color. Hex #68714a Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 35% yellow and 56% black.

Hex #68714a color code is between #667744 web safe hex color code and #776655 web safe hex color code. #667744 is the nearest web safe color code. You can see here many more shades of #68714a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code68714a#68714a
RGB Decimal104, 113, 74rgb(104, 113, 74)
RGB Percent41%, 44%, 29%rgb(41%, 44%, 29%)
CSS RGBa104, 113, 74,1rgba(104,113,74,1)
CMYK Modelcmyk(8%,0%,35%,56%)
HSL Color Space74,21% ,37%hsl(74,21% ,37%)
HSV Color Space74°, 35%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000111000101001010
Octal150161112
Decimal10411374
Hex68714a

Different shades of #68714a color code.

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

Light Shade of #68714a
#84905e
Dark Shade of #68714a
#4c5236
Saturated Shade of #68714a
#6d7a41
Desaturated Shade of #68714a
#636853
Grey scale Shade of #68714a
#5d5d5d
Brighten Shade
#818a63
Most Readable Shade
#FFFFFF

Shades of #68714a color code

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

#68714a
#5c6441
#505739
#454b31
#393e29
#2e3220
#222518
#171910
#0b0c08
#000000

Similar Color like #68714a color

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

#69724b
#6a734c
#6b744d
#6c754e
#6d764f
#6e7750
#6f7851
#707952
#717a53
#727b54
#737c55
#747d56
#757e57
#767f58
#677049
#666f48
#656e47
#646d46
#636c45
#626b44
#616a43
#606942
#5f6841
#5e6740
#5d663f
#5c653e
#5b643d
#5a633c

Monochromatic Color with #68714a

#68714a
#8f9b66
#b6c682
#ddf09d
#1a1c12
#41462e

Tints of #68714a Color

#68714a
#78805e
#899072
#9aa086
#abb09a
#bbbfae
#cccfc2
#dddfd6
#eeefea
#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

#68714a
#534a71

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

Split Complementary

#68714a
#4a5571
#664a71

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

Analogous Color

#716a4a
#70714a
#68714a
#60714a
#58714a

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

#68714a
#4a6871
#714a68

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

#68714a
#4a7166
#534a71
#714a54

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

#68714a
#534a71
#664a71
#55714a

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 #68714a 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.

#68714a Color Code Preview on Black Background Color

This is how #68714a Color will look on black background color. Color contrast ratio is 4.05

#68714a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68714a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68714a

#68714a color code is use for CSS Background Color

Background color for the above div is #68714a

HTML with inline CSS

<div style="background-color:#68714a;"></div>

#68714a color code is use for CSS Border Color

CSS Border color for the above div is #68714a

HTML with inline CSS

<div style="border:5px solid #68714a;"></div>

CSS Border Left color for the above div is #68714a

HTML with inline CSS

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

CSS Border Right color for the above div is #68714a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68714a

HTML with inline CSS

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

CSS Border Top color for the above div is #68714a

HTML with inline CSS

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

#68714a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68714a Color code Preview on White Background

This is how #68714a Color code will look on white background color. Color contrast ratio is 5.19

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

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(104,113,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,74,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,113,74,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.