crispedge.com

Color picker

Loading...

#90b071 hex color - Orange - Cool color - Information

#90b071 hex color - Orange - Cool color

Color Hue/Base color: Orange

Hex #90b071 Color code in RGB color code model is created after adding 56.47% red color, 69.02% green color and 44.31% blue color. Hex #90b071 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 0% magenta, 36% yellow and 31% black.

Hex #90b071 color code is between #88aa77 web safe hex color code and #99bb66 web safe hex color code. #88aa77 is the nearest web safe color code. You can see here many more shades of #90b071 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code90b071#90b071
RGB Decimal144, 176, 113rgb(144, 176, 113)
RGB Percent56%, 69%, 44%rgb(56%, 69%, 44%)
CSS RGBa144, 176, 113,1rgba(144,176,113,1)
CMYK Modelcmyk(18%,0%,36%,31%)
HSL Color Space90,29% ,57%hsl(90,29% ,57%)
HSV Color Space90°, 36%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100001011000001110001
Octal220260161
Decimal144176113
Hex90b071

Different shades of #90b071 color code.

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

Light Shade of #90b071
#aac292
Dark Shade of #90b071
#769955
Saturated Shade of #90b071
#90bb66
Desaturated Shade of #90b071
#90a57c
Grey scale Shade of #90b071
#909090
Brighten Shade
#a9c98a
Most Readable Shade
#000000

Shades of #90b071 color code

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

#90b071
#809c64
#708857
#60754b
#50613e
#404e32
#303a25
#202719
#10130c
#000000

Similar Color like #90b071 color

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

#91b172
#92b273
#93b374
#94b475
#95b576
#96b677
#97b778
#98b879
#99b97a
#9aba7b
#9bbb7c
#9cbc7d
#9dbd7e
#9ebe7f
#8faf70
#8eae6f
#8dad6e
#8cac6d
#8bab6c
#8aaa6b
#89a96a
#88a869
#87a768
#86a667
#85a566
#84a465
#83a364
#82a263

Monochromatic Color with #90b071

#90b071
#b3da8c
#050604
#28301f
#4a5b3a
#6d8556

Tints of #90b071 Color

#90b071
#9cb880
#a8c190
#b5caa0
#c1d3b0
#cddbbf
#dae4cf
#e6eddf
#f2f6ef
#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

#90b071
#9171b0

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

Split Complementary

#90b071
#7171b0
#b071af

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

Analogous Color

#a9b071
#9db071
#90b071
#83b071
#77b071

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

#90b071
#7190b0
#b07190

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

#90b071
#71afb0
#9171b0
#b07171

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

#90b071
#9171b0
#b071af
#71b071

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 #90b071 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.

#90b071 Color Code Preview on Black Background Color

This is how #90b071 Color will look on black background color. Color contrast ratio is 8.63

#90b071 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90b071

HTML with inline CSS

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

Your Example Paragraph content text in with font color #90b071

#90b071 color code is use for CSS Background Color

Background color for the above div is #90b071

HTML with inline CSS

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

#90b071 color code is use for CSS Border Color

CSS Border color for the above div is #90b071

HTML with inline CSS

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

CSS Border Left color for the above div is #90b071

HTML with inline CSS

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

CSS Border Right color for the above div is #90b071

HTML with inline CSS

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

CSS Border Bottom color for the above div is #90b071

HTML with inline CSS

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

CSS Border Top color for the above div is #90b071

HTML with inline CSS

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

#90b071 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#90b071 Color code Preview on White Background

This is how #90b071 Color code will look on white background color. Color contrast ratio is 2.43

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.