crispedge.com

Color picker

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

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

#7d9b50 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #7d9b50 Color code in RGB color code model is created after adding 49.02% red color, 60.78% green color and 31.37% blue color. Hex #7d9b50 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 48% yellow and 39% black.

Hex #7d9b50 color code is between #779955 web safe hex color code and #88aa44 web safe hex color code. #779955 is the nearest web safe color code. You can see here many more shades of #7d9b50 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7d9b50#7d9b50
RGB Decimal125, 155, 80rgb(125, 155, 80)
RGB Percent49%, 61%, 31%rgb(49%, 61%, 31%)
CSS RGBa125, 155, 80,1rgba(125,155,80,1)
CMYK Modelcmyk(19%,0%,48%,39%)
HSL Color Space84,32% ,46%hsl(84,32% ,46%)
HSV Color Space84°, 48%, 61%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011111011001101101010000
Octal175233120
Decimal12515580
Hex7d9b50

Different shades of #7d9b50 color code.

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

Light Shade of #7d9b50
#96b36b
Dark Shade of #7d9b50
#62793f
Saturated Shade of #7d9b50
#7fa744
Desaturated Shade of #7d9b50
#7b8f5c
Grey scale Shade of #7d9b50
#757575
Brighten Shade
#96b469
Most Readable Shade
#000000

Shades of #7d9b50 color code

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

#7d9b50
#6f8947
#61783e
#536735
#45562c
#374423
#29331a
#1b2211
#0d1108
#000000

Similar Color like #7d9b50 color

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

#7e9c51
#7f9d52
#809e53
#819f54
#82a055
#83a156
#84a257
#85a358
#86a459
#87a55a
#88a65b
#89a75c
#8aa85d
#8ba95e
#7c9a4f
#7b994e
#7a984d
#79974c
#78964b
#77954a
#769449
#759348
#749247
#739146
#729045
#718f44
#708e43
#6f8d42

Monochromatic Color with #7d9b50

#7d9b50
#9fc566
#c2f07c
#161b0e
#384624
#5b703a

Tints of #7d9b50 Color

#7d9b50
#8ba663
#99b176
#a8bc8a
#b6c79d
#c5d2b1
#d3ddc4
#e2e8d8
#f0f3eb
#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

#7d9b50
#6e509b

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

Split Complementary

#7d9b50
#50589b
#94509b

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

Analogous Color

#9b9b50
#8c9b50
#7d9b50
#6e9b50
#5f9b50

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

#7d9b50
#507d9b
#9b507d

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

#7d9b50
#509b93
#6e509b
#9b5057

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

#7d9b50
#6e509b
#94509b
#589b50

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

#7d9b50 Color Code Preview on Black Background Color

This is how #7d9b50 Color will look on black background color. Color contrast ratio is 6.68

#7d9b50 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7d9b50 color code is use for CSS Background Color

Background color for the above div is #7d9b50

HTML with inline CSS

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

#7d9b50 color code is use for CSS Border Color

CSS Border color for the above div is #7d9b50

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7d9b50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7d9b50 Color code Preview on White Background

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

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

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.