crispedge.com

Color picker

Loading...

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

#68745a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #68745a Color code in RGB color code model is created after adding 40.78% red color, 45.49% green color and 35.29% blue color. Hex #68745a Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 22% yellow and 55% black.

Hex #68745a color code is between #667755 web safe hex color code and #776666 web safe hex color code. #667755 is the nearest web safe color code. You can see here many more shades of #68745a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68745a#68745a
RGB Decimal104, 116, 90rgb(104, 116, 90)
RGB Percent41%, 45%, 35%rgb(41%, 45%, 35%)
CSS RGBa104, 116, 90,1rgba(104,116,90,1)
CMYK Modelcmyk(10%,0%,22%,55%)
HSL Color Space88,13% ,40%hsl(88,13% ,40%)
HSV Color Space88°, 22%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000111010001011010
Octal150164132
Decimal10411690
Hex68745a

Different shades of #68745a color code.

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

Light Shade of #68745a
#829071
Dark Shade of #68745a
#4e5744
Saturated Shade of #68745a
#697e50
Desaturated Shade of #68745a
#676a64
Grey scale Shade of #68745a
#676767
Brighten Shade
#818d73
Most Readable Shade
#FFFFFF

Shades of #68745a color code

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

#68745a
#5c6750
#505a46
#454d3c
#394032
#2e3328
#22261e
#171914
#0b0c0a
#000000

Similar Color like #68745a color

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

#69755b
#6a765c
#6b775d
#6c785e
#6d795f
#6e7a60
#6f7b61
#707c62
#717d63
#727e64
#737f65
#748066
#758167
#768268
#677359
#667258
#657157
#647056
#636f55
#626e54
#616d53
#606c52
#5f6b51
#5e6a50
#5d694f
#5c684e
#5b674d
#5a664c

Monochromatic Color with #68745a

#68745a
#8e9e7b
#b4c99c
#daf3bd
#1c1f18
#424939

Tints of #68745a Color

#68745a
#78836c
#89927e
#9aa291
#abb1a3
#bbc1b5
#ccd0c8
#dde0da
#eeefec
#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

#68745a
#665a74

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

Split Complementary

#68745a
#5a5b74
#735a74

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

Analogous Color

#72745a
#6d745a
#68745a
#63745a
#5e745a

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

#68745a
#5a6874
#745a68

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

#68745a
#5a7473
#665a74
#745a5b

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

#68745a
#665a74
#735a74
#5b745a

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

#68745a Color Code Preview on Black Background Color

This is how #68745a Color will look on black background color. Color contrast ratio is 4.23

#68745a in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#68745a color code is use for CSS Background Color

Background color for the above div is #68745a

HTML with inline CSS

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

#68745a color code is use for CSS Border Color

CSS Border color for the above div is #68745a

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#68745a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68745a Color code Preview on White Background

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

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

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,116,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(102,90,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,116,90,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.