crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#75970c hex color - Green - Warm color - Information

#75970c hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #75970c Color code in RGB color code model is created after adding 45.88% red color, 59.22% green color and 4.71% blue color. Hex #75970c Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 92% yellow and 41% black.

Hex #75970c color code is between #779911 web safe hex color code and #668800 web safe hex color code. #779911 is the nearest web safe color code. You can see here many more shades of #75970c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code75970c#75970c
RGB Decimal117, 151, 12rgb(117, 151, 12)
RGB Percent46%, 59%, 5%rgb(46%, 59%, 5%)
CSS RGBa117, 151, 12,1rgba(117,151,12,1)
CMYK Modelcmyk(23%,0%,92%,41%)
HSL Color Space75,85% ,32%hsl(75,85% ,32%)
HSV Color Space75°, 92%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011101011001011100001100
Octal16522714
Decimal11715112
Hex75970c

Different shades of #75970c color code.

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

Light Shade of #75970c
#9ac610
Dark Shade of #75970c
#506808
Saturated Shade of #75970c
#799f04
Desaturated Shade of #75970c
#718f14
Grey scale Shade of #75970c
#515151
Brighten Shade
#8eb025
Most Readable Shade
#000000

Shades of #75970c color code

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

#75970c
#68860a
#5b7509
#4e6408
#415306
#344305
#273204
#1a2102
#0d1001
#000000

Similar Color like #75970c color

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

#76980d
#77990e
#789a0f
#799b10
#7a9c11
#7b9d12
#7c9e13
#7d9f14
#7ea015
#7fa116
#80a217
#81a318
#82a419
#83a51a
#74960b
#73950a
#729409
#719308
#709207
#6f9106
#6e9005
#6d8f04
#6c8e03
#6b8d02
#6a8c01
#698b00
#688a00
#678900

Monochromatic Color with #75970c

#75970c
#96c10f
#b7ec13
#121702
#334205
#546c09

Tints of #75970c Color

#75970c
#84a227
#93ae42
#a3b95d
#b2c578
#c1d093
#d1dcae
#e0e7c9
#eff3e4
#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

#75970c
#2e0c97

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

Split Complementary

#75970c
#0c2f97
#730c97

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

Analogous Color

#97810c
#91970c
#75970c
#59970c
#3d970c

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

#75970c
#0c7597
#970c75

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

#75970c
#0c9773
#2e0c97
#970c30

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

#75970c
#2e0c97
#730c97
#30970c

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 #75970c 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.

#75970c Color Code Preview on Black Background Color

This is how #75970c Color will look on black background color. Color contrast ratio is 6.19

#75970c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75970c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75970c

#75970c color code is use for CSS Background Color

Background color for the above div is #75970c

HTML with inline CSS

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

#75970c color code is use for CSS Border Color

CSS Border color for the above div is #75970c

HTML with inline CSS

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

CSS Border Left color for the above div is #75970c

HTML with inline CSS

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

CSS Border Right color for the above div is #75970c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75970c

HTML with inline CSS

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

CSS Border Top color for the above div is #75970c

HTML with inline CSS

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

#75970c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75970c Color code Preview on White Background

This is how #75970c Color code will look on white background color. Color contrast ratio is 3.39

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.