Skip to main content Skip to docs navigation

#07a045 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Grass Court and its hex is #088D46 Nearest Color Name

Color Hue/Base color: Green

Hex #07a045 Color code in RGB color code model is created after adding 2.75% red color, 62.75% green color and 27.06% blue color. Hex #07a045 Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 0% magenta, 57% yellow and 37.25% black.

Hex #07a045 color code is between #009944 web safe hex color code and #00aa55 web safe hex color code. #009944 is the nearest web safe color code. You can see here many more shades of #07a045 color code.

RGB Chart

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

Color Table

Hex Color Code 07a045 #07a045
RGB Decimal 7, 160, 69 7, 160, 69
RGB Percent 3%, 63%, 27% rgb(3%, 63%, 27%)
CSS RGBa 7, 160, 69,1 rgba(7,160,69,1)
CMYK Model cmyk(96%,0%,57%,37.25%)
HSL Color Space 144,92% ,33% hsl(144,92% ,33%)
HSV Color Space 144°, 96%, 63%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 10100000 01000101
Octal 7 240 105
Decimal 7 160 69
Hex 07 a0 45

Different shades of #07a045 color code.

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

Darkest of #07a045
#010d06
Darker of #07a045
#033e1b
Dark of #07a045
#056f30
Base of #07a045
#07a045
Light of #07a045
#09d15a
Lighter
#18f572
Lightest
#49f790

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

#07a045
#a00762

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

Split Complementary

#07a045
#9207a0
#a00716

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

Analogous Color

#22a007
#09a007
#07a045
#07a078
#0788a0

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

#07a045
#a04507
#4507a0

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

#07a045
#4507a0
#a00762
#62a007

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#07a045
#0716a0
#a00762
#a09207

Square 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).

Monochromatic Color with #07a045

#000000
#010d06
#033e1b
#056f30
#07a045
#09d15a
#18f572
#49f790
#7af9ad

Tints of #07a045 Color

#07a045
#22aa59
#3eb56e
#59bf83
#75ca97
#90d4ac
#acdfc1
#c7e9d5
#e3f4ea
#ffffff

Shades of #07a045 color code

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

#07a045
#068e3d
#057c35
#046a2e
#035826
#03471e
#023517
#01230f
#001107
#000000

Tones

#07a045
#188f48
#287f4b
#396e4f
#4a5d52

Tones

Similar Color like #07a045 color

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

#08a146
#09a247
#0aa348
#0ba449
#0ca54a
#0da64b
#0ea74c
#0fa84d
#10a94e
#11aa4f
#12ab50
#13ac51
#14ad52
#15ae53
#069f44
#059e43
#049d42
#039c41
#029b40
#019a3f
#00993e
#00983d
#00973c
#00963b
#00953a
#009439
#009338
#009237

Download this Dark Green

Hex #07a045 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.

#07a045 Color Code Preview on Black Background Color

This is how #07a045 Color will look on black background color. Color contrast ratio is 6.12

#07a045 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07a045

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07a045

#07a045 color code is use for CSS Background Color

Background color for the above div is #07a045

HTML with inline CSS

<div style="background-color:#07a045;"></div>

#07a045 color code is use for CSS Border Color

CSS Border color for the above div is #07a045

HTML with inline CSS

<div style="border:5px solid #07a045;"></div>

CSS Border Left color for the above div is #07a045

HTML with inline CSS

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

CSS Border Right color for the above div is #07a045

HTML with inline CSS

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

CSS Border Bottom color for the above div is #07a045

HTML with inline CSS

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

CSS Border Top color for the above div is #07a045

HTML with inline CSS

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

#07a045 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07a045 Color code Preview on White Background

This is how #07a045 Color code will look on white background color. Color contrast ratio is 3.43

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(7,160,69,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,7,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(7,160,69,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }