Skip to main content Skip to docs navigation

#616965 hex color - Green - Cool color - Information

On this page
@
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.

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #616965 Color code in RGB color code model is created after adding 38.04% red color, 41.18% green color and 39.61% blue color. Hex #616965 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 4% yellow and 58.82% black.

Hex #616965 color code is between #666666 web safe hex color code and #557755 web safe hex color code. #666666 is the nearest web safe color code. You can see here many more shades of #616965 color code.

0 Likes 0 Comments | 10 Views

RGB Chart

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

Color Table

Hex Color Code 616965 #616965
RGB Decimal 97, 105, 101 rgb(97, 105, 101)
RGB Percent 38%, 41%, 40% rgb(38%, 41%, 40%)
CSS RGBa 97, 105, 101,1 rgba(97,105,101,1)
CMYK Model cmyk(8%,0%,4%,58.82%)
HSL Color Space 150,4% ,40% hsl(150,4% ,40%)
HSV Color Space 150°, 8%, 41%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100001 01101001 01100101
Octal 141 151 145
Decimal 97 105 101
Hex 61 69 65

Different shades of #616965 color code.

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

Light Shade of #616965
#79837e
Dark Shade of #616965
#484e4b
Saturated Shade of #616965
#577365
Desaturated Shade of #616965
#656565
Grey scale Shade of #616965
#656565
Brighten Shade
#7a827e
Most Readable Shade
#FFFFFF

Shades of #616965 color code

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

#616965
#565d59
#4b514e
#404643
#353a38
#2b2e2c
#202321
#151716
#0a0b0b
#000000

Similar Color like #616965 color

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

#626a66
#636b67
#646c68
#656d69
#666e6a
#676f6b
#68706c
#69716d
#6a726e
#6b736f
#6c7470
#6d7571
#6e7672
#6f7773
#606864
#5f6763
#5e6662
#5d6561
#5c6460
#5b635f
#5a625e
#59615d
#58605c
#575f5b
#565e5a
#555d59
#545c58
#535b57

Monochromatic Color with #616965

#616965
#88938e
#b0beb7
#d7e8e0
#121413
#3a3e3c

Tints of #616965 Color

#616965
#727976
#848a87
#959b98
#a7aba9
#b8bcba
#cacdcb
#dbdddc
#edeeed
#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

#616965
#696165

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

Split Complementary

#616965
#696169
#696161

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

Analogous Color

#616962
#616963
#616965
#616967
#616968

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

#616965
#656169
#696561

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

#616965
#616169
#696165
#696961

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

#616965
#696165
#696161
#616969

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 #616965 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.

#616965 Color Code Preview on Black Background Color

This is how #616965 Color will look on black background color. Color contrast ratio is 3.72

#616965 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #616965

HTML with inline CSS

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

Your Example Paragraph content text in with font color #616965

#616965 color code is use for CSS Background Color

Background color for the above div is #616965

HTML with inline CSS

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

#616965 color code is use for CSS Border Color

CSS Border color for the above div is #616965

HTML with inline CSS

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

CSS Border Left color for the above div is #616965

HTML with inline CSS

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

CSS Border Right color for the above div is #616965

HTML with inline CSS

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

CSS Border Bottom color for the above div is #616965

HTML with inline CSS

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

CSS Border Top color for the above div is #616965

HTML with inline CSS

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

#616965 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#616965 Color code Preview on White Background

This is how #616965 Color code will look on white background color. Color contrast ratio is 5.65

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

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

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.