crispedge.com

Color picker

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

#7d7f01 hex color - Green - Warm color - Information

#7d7f01 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #7d7f01 Color code in RGB color code model is created after adding 49.02% red color, 49.8% green color and 0.39% blue color. Hex #7d7f01 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 99% yellow and 50% black.

Hex #7d7f01 color code is between #777700 web safe hex color code and #888800 web safe hex color code. #777700 is the nearest web safe color code. You can see here many more shades of #7d7f01 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7d7f01#7d7f01
RGB Decimal125, 127, 1rgb(125, 127, 1)
RGB Percent49%, 50%, 0%rgb(49%, 50%, 0%)
CSS RGBa125, 127, 1,1rgba(125,127,1,1)
CMYK Modelcmyk(2%,0%,99%,50%)
HSL Color Space61,98% ,25%hsl(61,98% ,25%)
HSV Color Space61°, 99%, 50%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011111010111111100000001
Octal1751771
Decimal1251271
Hex7d7f01

Different shades of #7d7f01 color code.

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

Light Shade of #7d7f01
#afb201
Dark Shade of #7d7f01
#4b4c01
Saturated Shade of #7d7f01
#7e8000
Desaturated Shade of #7d7f01
#777907
Grey scale Shade of #7d7f01
#404040
Brighten Shade
#96981a
Most Readable Shade
#FFFFFF

Shades of #7d7f01 color code

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

#7d7f01
#6f7000
#616200
#535400
#454600
#373800
#292a00
#1b1c00
#0d0e00
#000000

Similar Color like #7d7f01 color

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

#7e8002
#7f8103
#808204
#818305
#828406
#838507
#848608
#858709
#86880a
#87890b
#888a0c
#898b0d
#8a8c0e
#8b8d0f
#7c7e00
#7b7d00
#7a7c00
#797b00
#787a00
#777900
#767800
#757700
#747600
#737500
#727400
#717300
#707200
#6f7100

Monochromatic Color with #7d7f01

#7d7f01
#a7a901
#d1d402
#fafe02
#292a00
#535401

Tints of #7d7f01 Color

#7d7f01
#8b8d1d
#999b39
#a8a955
#b6b771
#c5c68e
#d3d4aa
#e2e2c6
#f0f0e2
#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

#7d7f01
#03017f

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

Split Complementary

#7d7f01
#013e7f
#42017f

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

Analogous Color

#7f4f01
#7f6801
#7d7f01
#647f01
#4b7f01

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

#7d7f01
#017d7f
#7f017d

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

#7d7f01
#017f42
#03017f
#7f013e

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

#7d7f01
#03017f
#42017f
#3e7f01

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

#7d7f01 Color Code Preview on Black Background Color

This is how #7d7f01 Color will look on black background color. Color contrast ratio is 4.91

#7d7f01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7d7f01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7d7f01

#7d7f01 color code is use for CSS Background Color

Background color for the above div is #7d7f01

HTML with inline CSS

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

#7d7f01 color code is use for CSS Border Color

CSS Border color for the above div is #7d7f01

HTML with inline CSS

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

CSS Border Left color for the above div is #7d7f01

HTML with inline CSS

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

CSS Border Right color for the above div is #7d7f01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7d7f01

HTML with inline CSS

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

CSS Border Top color for the above div is #7d7f01

HTML with inline CSS

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

#7d7f01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7d7f01 Color code Preview on White Background

This is how #7d7f01 Color code will look on white background color. Color contrast ratio is 4.28

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

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.