crispedge.com

Color picker

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

#85a448 hex color - Green - Warm color - Information

#85a448 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #85a448 Color code in RGB color code model is created after adding 52.16% red color, 64.31% green color and 28.24% blue color. Hex #85a448 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 0% magenta, 56% yellow and 36% black.

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code85a448#85a448
RGB Decimal133, 164, 72rgb(133, 164, 72)
RGB Percent52%, 64%, 28%rgb(52%, 64%, 28%)
CSS RGBa133, 164, 72,1rgba(133,164,72,1)
CMYK Modelcmyk(19%,0%,56%,36%)
HSL Color Space80,39% ,46%hsl(80,39% ,46%)
HSV Color Space80°, 56%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001011010010001001000
Octal205244110
Decimal13316472
Hex85a448

Different shades of #85a448 color code.

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

Light Shade of #85a448
#9ebb64
Dark Shade of #85a448
#688138
Saturated Shade of #85a448
#89b03c
Desaturated Shade of #85a448
#819854
Grey scale Shade of #85a448
#767676
Brighten Shade
#9ebd61
Most Readable Shade
#000000

Shades of #85a448 color code

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

#85a448
#769140
#677f38
#586d30
#495b28
#3b4820
#2c3618
#1d2410
#0e1208
#000000

Similar Color like #85a448 color

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

#86a549
#87a64a
#88a74b
#89a84c
#8aa94d
#8baa4e
#8cab4f
#8dac50
#8ead51
#8fae52
#90af53
#91b054
#92b155
#93b256
#84a347
#83a246
#82a145
#81a044
#809f43
#7f9e42
#7e9d41
#7d9c40
#7c9b3f
#7b9a3e
#7a993d
#79983c
#78973b
#77963a

Monochromatic Color with #85a448

#85a448
#a7ce5b
#caf96d
#1e2410
#404f23
#637935

Tints of #85a448 Color

#85a448
#92ae5c
#a0b870
#adc285
#bbcc99
#c8d6ad
#d6e0c2
#e3ead6
#f1f4ea
#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

#85a448
#6748a4

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

Split Complementary

#85a448
#4857a4
#9548a4

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

Analogous Color

#a49e48
#97a448
#85a448
#73a448
#60a448

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

#85a448
#4885a4
#a44885

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

#85a448
#48a495
#6748a4
#a44857

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

#85a448
#6748a4
#9548a4
#57a448

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 #85a448 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.

#85a448 Color Code Preview on Black Background Color

This is how #85a448 Color will look on black background color. Color contrast ratio is 7.40

#85a448 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85a448

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85a448

#85a448 color code is use for CSS Background Color

Background color for the above div is #85a448

HTML with inline CSS

<div style="background-color:#85a448;"></div>

#85a448 color code is use for CSS Border Color

CSS Border color for the above div is #85a448

HTML with inline CSS

<div style="border:5px solid #85a448;"></div>

CSS Border Left color for the above div is #85a448

HTML with inline CSS

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

CSS Border Right color for the above div is #85a448

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85a448

HTML with inline CSS

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

CSS Border Top color for the above div is #85a448

HTML with inline CSS

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

#85a448 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85a448 Color code Preview on White Background

This is how #85a448 Color code will look on white background color. Color contrast ratio is 2.84

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.