crispedge.com

Color picker

Loading...

#61978b hex color - Green - Cool color - Information

#61978b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #61978b Color code in RGB color code model is created after adding 38.04% red color, 59.22% green color and 54.51% blue color. Hex #61978b Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 8% yellow and 41% black.

Hex #61978b color code is between #669988 web safe hex color code and #558899 web safe hex color code. #669988 is the nearest web safe color code. You can see here many more shades of #61978b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code61978b#61978b
RGB Decimal97, 151, 139rgb(97, 151, 139)
RGB Percent38%, 59%, 55%rgb(38%, 59%, 55%)
CSS RGBa97, 151, 139,1rgba(97,151,139,1)
CMYK Modelcmyk(36%,0%,8%,41%)
HSL Color Space167,22% ,49%hsl(167,22% ,49%)
HSV Color Space167°, 36%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011000011001011110001011
Octal141227213
Decimal97151139
Hex61978b

Different shades of #61978b color code.

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

Light Shade of #61978b
#7faca2
Dark Shade of #61978b
#4d786e
Saturated Shade of #61978b
#55a392
Desaturated Shade of #61978b
#6d8b84
Grey scale Shade of #61978b
#7c7c7c
Brighten Shade
#7ab0a4
Most Readable Shade
#000000

Shades of #61978b color code

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

#61978b
#56867b
#4b756c
#40645c
#35534d
#2b433d
#20322e
#15211e
#0a100f
#000000

Similar Color like #61978b color

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

#62988c
#63998d
#649a8e
#659b8f
#669c90
#679d91
#689e92
#699f93
#6aa094
#6ba195
#6ca296
#6da397
#6ea498
#6fa599
#60968a
#5f9589
#5e9488
#5d9387
#5c9286
#5b9185
#5a9084
#598f83
#588e82
#578d81
#568c80
#558b7f
#548a7e
#53897d

Monochromatic Color with #61978b

#61978b
#7cc1b2
#98ecd9
#0f1716
#2a423d
#466c64

Tints of #61978b Color

#61978b
#72a297
#84aea4
#95b9b1
#a7c5be
#b8d0cb
#cadcd8
#dbe7e5
#edf3f2
#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

#61978b
#97616d

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

Split Complementary

#61978b
#976188
#977061

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

Analogous Color

#619775
#619780
#61978b
#619796
#618d97

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

#61978b
#8b6197
#978b61

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

#61978b
#706197
#97616d
#889761

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

#61978b
#97616d
#977061
#618897

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 #61978b 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.

#61978b Color Code Preview on Black Background Color

This is how #61978b Color will look on black background color. Color contrast ratio is 6.31

#61978b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61978b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61978b

#61978b color code is use for CSS Background Color

Background color for the above div is #61978b

HTML with inline CSS

<div style="background-color:#61978b;"></div>

#61978b color code is use for CSS Border Color

CSS Border color for the above div is #61978b

HTML with inline CSS

<div style="border:5px solid #61978b;"></div>

CSS Border Left color for the above div is #61978b

HTML with inline CSS

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

CSS Border Right color for the above div is #61978b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #61978b

HTML with inline CSS

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

CSS Border Top color for the above div is #61978b

HTML with inline CSS

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

#61978b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#61978b Color code Preview on White Background

This is how #61978b Color code will look on white background color. Color contrast ratio is 3.33

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

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(97,151,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,97,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,151,139,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.