@
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.

#75c775 hex color - Green - Cool color - Information

#75c775 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #75c775 Color code in RGB color code model is created after adding 45.88% red color, 78.04% green color and 45.88% blue color. Hex #75c775 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 41% yellow and 21.96% black.

Hex #75c775 color code is between #77cc77 web safe hex color code and #66bb66 web safe hex color code. #77cc77 is the nearest web safe color code. You can see here many more shades of #75c775 color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code 75c775 #75c775
RGB Decimal 117, 199, 117 rgb(117, 199, 117)
RGB Percent 46%, 78%, 46% rgb(46%, 78%, 46%)
CSS RGBa 117, 199, 117,1 rgba(117,199,117,1)
CMYK Model cmyk(41%,0%,41%,21.96%)
HSL Color Space 120,42% ,62% hsl(120,42% ,62%)
HSV Color Space 120°, 41%, 78%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110101 11000111 01110101
Octal 165 307 165
Decimal 117 199 117
Hex 75 c7 75

Different shades of #75c775 color code.

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

Light Shade of #75c775
#99d699
Dark Shade of #75c775
#51b851
Saturated Shade of #75c775
#6bd16b
Desaturated Shade of #75c775
#7fbd7f
Grey scale Shade of #75c775
#9e9e9e
Brighten Shade
#8ee08e
Most Readable Shade
#000000

Shades of #75c775 color code

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

#75c775
#68b068
#5b9a5b
#4e844e
#416e41
#345834
#274227
#1a2c1a
#0d160d
#000000

Similar Color like #75c775 color

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

#76c876
#77c977
#78ca78
#79cb79
#7acc7a
#7bcd7b
#7cce7c
#7dcf7d
#7ed07e
#7fd17f
#80d280
#81d381
#82d482
#83d583
#74c674
#73c573
#72c472
#71c371
#70c270
#6fc16f
#6ec06e
#6dbf6d
#6cbe6c
#6bbd6b
#6abc6a
#69bb69
#68ba68
#67b967

Monochromatic Color with #75c775

#75c775
#8ef18e
#111d11
#2a472a
#437243
#5c9c5c

Tints of #75c775 Color

#75c775
#84cd84
#93d393
#a3d9a3
#b2dfb2
#c1e6c1
#d1ecd1
#e0f2e0
#eff8ef
#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

#75c775
#c775c7

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

Split Complementary

#75c775
#9e75c7
#c7759e

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

Analogous Color

#96c775
#85c775
#75c775
#75c785
#75c796

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

#75c775
#7575c7
#c77575

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

#75c775
#759ec7
#c775c7
#c79e75

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

#75c775
#c775c7
#c7759e
#75c79e

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 #75c775 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.

#75c775 Color Code Preview on Black Background Color

This is how #75c775 Color will look on black background color. Color contrast ratio is 10.18

#75c775 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75c775

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75c775

#75c775 color code is use for CSS Background Color

Background color for the above div is #75c775

HTML with inline CSS

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

#75c775 color code is use for CSS Border Color

CSS Border color for the above div is #75c775

HTML with inline CSS

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

CSS Border Left color for the above div is #75c775

HTML with inline CSS

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

CSS Border Right color for the above div is #75c775

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75c775

HTML with inline CSS

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

CSS Border Top color for the above div is #75c775

HTML with inline CSS

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

#75c775 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75c775 Color code Preview on White Background

This is how #75c775 Color code will look on white background color. Color contrast ratio is 2.06

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.