Skip to main content Skip to docs navigation

#079125 hex color - Green - Cool color - Information

On this page
@
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 Hue/Base color: Green

Hex #079125 Color code in RGB color code model is created after adding 2.75% red color, 56.86% green color and 14.51% blue color. Hex #079125 Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 74% yellow and 43.14% black.

Hex #079125 color code is between #009922 web safe hex color code and #008833 web safe hex color code. #009922 is the nearest web safe color code. You can see here many more shades of #079125 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 079125 #079125
RGB Decimal 7, 145, 37 rgb(7, 145, 37)
RGB Percent 3%, 57%, 15% rgb(3%, 57%, 15%)
CSS RGBa 7, 145, 37,1 rgba(7,145,37,1)
CMYK Model cmyk(95%,0%,74%,43.14%)
HSL Color Space 133,91% ,30% hsl(133,91% ,30%)
HSV Color Space 133°, 95%, 57%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 10010001 00100101
Octal 7 221 45
Decimal 7 145 37
Hex 07 91 25

Different shades of #079125 color code.

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

Light Shade of #079125
#09c231
Dark Shade of #079125
#056019
Saturated Shade of #079125
#009821
Desaturated Shade of #079125
#0f8929
Grey scale Shade of #079125
#4c4c4c
Brighten Shade
#20aa3e
Most Readable Shade
#FFFFFF

Shades of #079125 color code

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

#079125
#068020
#05701c
#046018
#035014
#034010
#02300c
#012008
#001004
#000000

Similar Color like #079125 color

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

#089226
#099327
#0a9428
#0b9529
#0c962a
#0d972b
#0e982c
#0f992d
#109a2e
#119b2f
#129c30
#139d31
#149e32
#159f33
#069024
#058f23
#048e22
#038d21
#028c20
#018b1f
#008a1e
#00891d
#00881c
#00871b
#00861a
#008519
#008418
#008317

Monochromatic Color with #079125

#079125
#09bb30
#0be63b
#011104
#033c0f
#05661a

Tints of #079125 Color

#079125
#229d3d
#3ea955
#59b56d
#75c185
#90ce9e
#acdab6
#c7e6ce
#e3f2e6
#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

#079125
#910773

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

Split Complementary

#079125
#6a0791
#91072e

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

Analogous Color

#209107
#079109
#079125
#079141
#07915c

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

#079125
#250791
#912507

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

#079125
#072e91
#910773
#916a07

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

#079125
#910773
#91072e
#07916a

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

#079125 Color Code Preview on Black Background Color

This is how #079125 Color will look on black background color. Color contrast ratio is 5.09

#079125 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #079125

HTML with inline CSS

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

Your Example Paragraph content text in with font color #079125

#079125 color code is use for CSS Background Color

Background color for the above div is #079125

HTML with inline CSS

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

#079125 color code is use for CSS Border Color

CSS Border color for the above div is #079125

HTML with inline CSS

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

CSS Border Left color for the above div is #079125

HTML with inline CSS

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

CSS Border Right color for the above div is #079125

HTML with inline CSS

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

CSS Border Bottom color for the above div is #079125

HTML with inline CSS

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

CSS Border Top color for the above div is #079125

HTML with inline CSS

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

#079125 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#079125 Color code Preview on White Background

This is how #079125 Color code will look on white background color. Color contrast ratio is 4.13

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

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(7,145,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,7,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(7,145,37,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.