crispedge.com

Color picker

Loading...

#14796f hex color - Green - Cool color - Information

#14796f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #14796f Color code in RGB color code model is created after adding 7.84% red color, 47.45% green color and 43.53% blue color. Hex #14796f Color code in CMYK color (process color) code model is generated after subtraction of 83% cyan, 0% magenta, 8% yellow and 53% black.

Hex #14796f color code is between #117777 web safe hex color code and #228866 web safe hex color code. #117777 is the nearest web safe color code. You can see here many more shades of #14796f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code14796f#14796f
RGB Decimal20, 121, 111rgb(20, 121, 111)
RGB Percent8%, 47%, 44%rgb(8%, 47%, 44%)
CSS RGBa20, 121, 111,1rgba(20,121,111,1)
CMYK Modelcmyk(83%,0%,8%,53%)
HSL Color Space174,72% ,28%hsl(174,72% ,28%)
HSV Color Space174°, 83%, 47%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101000111100101101111
Octal24171157
Decimal20121111
Hex14796f

Different shades of #14796f color code.

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

Light Shade of #14796f
#1ba597
Dark Shade of #14796f
#0d4d47
Saturated Shade of #14796f
#0d8075
Desaturated Shade of #14796f
#1b7269
Grey scale Shade of #14796f
#464646
Brighten Shade
#2d9288
Most Readable Shade
#FFFFFF

Shades of #14796f color code

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

#14796f
#116b62
#0f5e56
#0d504a
#0b433d
#083531
#062825
#041a18
#020d0c
#000000

Similar Color like #14796f color

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

#157a70
#167b71
#177c72
#187d73
#197e74
#1a7f75
#1b8076
#1c8177
#1d8278
#1e8379
#1f847a
#20857b
#21867c
#22877d
#13786e
#12776d
#11766c
#10756b
#0f746a
#0e7369
#0d7268
#0c7167
#0b7066
#0a6f65
#096e64
#086d63
#076c62
#066b61

Monochromatic Color with #14796f

#14796f
#1ba396
#22cebd
#29f8e4
#062421
#0d4e48

Tints of #14796f Color

#14796f
#2e877f
#48968f
#62a59f
#7cb4af
#96c3bf
#b0d2cf
#cae1df
#e4f0ef
#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

#14796f
#79141e

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

Split Complementary

#14796f
#791451
#793c14

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

Analogous Color

#147947
#14795b
#14796f
#146f79
#145b79

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

#14796f
#6f1479
#796f14

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

#14796f
#3c1479
#79141e
#507914

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

#14796f
#79141e
#793c14
#145179

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 #14796f 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.

#14796f Color Code Preview on Black Background Color

This is how #14796f Color will look on black background color. Color contrast ratio is 3.99

#14796f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14796f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14796f

#14796f color code is use for CSS Background Color

Background color for the above div is #14796f

HTML with inline CSS

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

#14796f color code is use for CSS Border Color

CSS Border color for the above div is #14796f

HTML with inline CSS

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

CSS Border Left color for the above div is #14796f

HTML with inline CSS

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

CSS Border Right color for the above div is #14796f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #14796f

HTML with inline CSS

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

CSS Border Top color for the above div is #14796f

HTML with inline CSS

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

#14796f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14796f Color code Preview on White Background

This is how #14796f Color code will look on white background color. Color contrast ratio is 5.26

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

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(20,121,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,20,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,121,111,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.