crispedge.com

Color picker

Loading...

#73864b hex color - Green - Warm color - Information

#73864b hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #73864b Color code in RGB color code model is created after adding 45.1% red color, 52.55% green color and 29.41% blue color. Hex #73864b Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 44% yellow and 47% black.

Hex #73864b color code is between #778844 web safe hex color code and #667755 web safe hex color code. #778844 is the nearest web safe color code. You can see here many more shades of #73864b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code73864b#73864b
RGB Decimal115, 134, 75rgb(115, 134, 75)
RGB Percent45%, 53%, 29%rgb(45%, 53%, 29%)
CSS RGBa115, 134, 75,1rgba(115,134,75,1)
CMYK Modelcmyk(14%,0%,44%,47%)
HSL Color Space79,28% ,41%hsl(79,28% ,41%)
HSV Color Space79°, 44%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100111000011001001011
Octal163206113
Decimal11513475
Hex73864b

Different shades of #73864b color code.

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

Light Shade of #73864b
#8fa55f
Dark Shade of #73864b
#576539
Saturated Shade of #73864b
#779041
Desaturated Shade of #73864b
#6f7c55
Grey scale Shade of #73864b
#686868
Brighten Shade
#8c9f64
Most Readable Shade
#FFFFFF

Shades of #73864b color code

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

#73864b
#667742
#59683a
#4c5932
#3f4a29
#333b21
#262c19
#191d10
#0c0e08
#000000

Similar Color like #73864b color

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

#74874c
#75884d
#76894e
#778a4f
#788b50
#798c51
#7a8d52
#7b8e53
#7c8f54
#7d9055
#7e9156
#7f9257
#809358
#819459
#72854a
#718449
#708348
#6f8247
#6e8146
#6d8045
#6c7f44
#6b7e43
#6a7d42
#697c41
#687b40
#677a3f
#66793e
#65783d

Monochromatic Color with #73864b

#73864b
#97b063
#bcdb7b
#060604
#2a311b
#4f5b33

Tints of #73864b Color

#73864b
#82935f
#92a073
#a1ae87
#b1bb9b
#c0c9af
#d0d6c3
#dfe4d7
#eff1eb
#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

#73864b
#5e4b86

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

Split Complementary

#73864b
#4b5686
#7c4b86

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

Analogous Color

#86814b
#7f864b
#73864b
#67864b
#5b864b

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

#73864b
#4b7386
#864b73

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

#73864b
#4b867b
#5e4b86
#864b56

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

#73864b
#5e4b86
#7c4b86
#55864b

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 #73864b 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.

#73864b Color Code Preview on Black Background Color

This is how #73864b Color will look on black background color. Color contrast ratio is 5.24

#73864b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73864b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73864b

#73864b color code is use for CSS Background Color

Background color for the above div is #73864b

HTML with inline CSS

<div style="background-color:#73864b;"></div>

#73864b color code is use for CSS Border Color

CSS Border color for the above div is #73864b

HTML with inline CSS

<div style="border:5px solid #73864b;"></div>

CSS Border Left color for the above div is #73864b

HTML with inline CSS

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

CSS Border Right color for the above div is #73864b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #73864b

HTML with inline CSS

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

CSS Border Top color for the above div is #73864b

HTML with inline CSS

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

#73864b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73864b Color code Preview on White Background

This is how #73864b Color code will look on white background color. Color contrast ratio is 4.01

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.