crispedge.com

Color picker

Loading...

#71938c hex color - Green - Cool color - Information

#71938c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #71938c Color code in RGB color code model is created after adding 44.31% red color, 57.65% green color and 54.9% blue color. Hex #71938c Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 5% yellow and 42% black.

Hex #71938c color code is between #779988 web safe hex color code and #668899 web safe hex color code. #779988 is the nearest web safe color code. You can see here many more shades of #71938c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code71938c#71938c
RGB Decimal113, 147, 140rgb(113, 147, 140)
RGB Percent44%, 58%, 55%rgb(44%, 58%, 55%)
CSS RGBa113, 147, 140,1rgba(113,147,140,1)
CMYK Modelcmyk(23%,0%,5%,42%)
HSL Color Space168,14% ,51%hsl(168,14% ,51%)
HSV Color Space168°, 23%, 58%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011001001110001100
Octal161223214
Decimal113147140
Hex71938c

Different shades of #71938c color code.

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

Light Shade of #71938c
#8ea9a3
Dark Shade of #71938c
#5a7771
Saturated Shade of #71938c
#659f93
Desaturated Shade of #71938c
#7e8685
Grey scale Shade of #71938c
#828282
Brighten Shade
#8aaca5
Most Readable Shade
#000000

Shades of #71938c color code

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

#71938c
#64827c
#57726c
#4b625d
#3e514d
#32413e
#25312e
#19201f
#0c100f
#000000

Similar Color like #71938c color

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

#72948d
#73958e
#74968f
#759790
#769891
#779992
#789a93
#799b94
#7a9c95
#7b9d96
#7c9e97
#7d9f98
#7ea099
#7fa19a
#70928b
#6f918a
#6e9089
#6d8f88
#6c8e87
#6b8d86
#6a8c85
#698b84
#688a83
#678982
#668881
#658780
#64867f
#63857e

Monochromatic Color with #71938c

#71938c
#92bdb4
#b2e8dd
#0f1313
#303e3b
#506864

Tints of #71938c Color

#71938c
#809f98
#90aba5
#a0b7b2
#b0c3bf
#bfcfcb
#cfdbd8
#dfe7e5
#eff3f2
#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

#71938c
#937178

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

Split Complementary

#71938c
#937189
#937b71

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

Analogous Color

#71937e
#719385
#71938c
#719393
#718c93

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

#71938c
#8c7193
#938c71

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

#71938c
#7b7193
#937178
#899371

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

#71938c
#937178
#937b71
#718993

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 #71938c 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.

#71938c Color Code Preview on Black Background Color

This is how #71938c Color will look on black background color. Color contrast ratio is 6.25

#71938c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71938c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71938c

#71938c color code is use for CSS Background Color

Background color for the above div is #71938c

HTML with inline CSS

<div style="background-color:#71938c;"></div>

#71938c color code is use for CSS Border Color

CSS Border color for the above div is #71938c

HTML with inline CSS

<div style="border:5px solid #71938c;"></div>

CSS Border Left color for the above div is #71938c

HTML with inline CSS

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

CSS Border Right color for the above div is #71938c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71938c

HTML with inline CSS

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

CSS Border Top color for the above div is #71938c

HTML with inline CSS

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

#71938c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71938c Color code Preview on White Background

This is how #71938c Color code will look on white background color. Color contrast ratio is 3.36

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

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(113,147,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,113,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,147,140,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.