What is hex #0E7C61 color?

 
The hex code #0E7C61 is also know by an other name that is Deep Green Cyan Turquoise.
This color is composed of 14% red, 124% green and 97% blue. So we can say that the RGB value is (14,124,97)
You need to use it for a printer? The CMYK colors code equivalent of hex #0E7C61 is C:89 M:0 Y:22, K:51) .
In the HSV/HSB scale, #0E7C61 has a hue of 165°, 89% saturation and a brightness value of 49%.
If you want to know all about the hex #0E7C61, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #0E7C61 (complementary, analogous, triadic, tetradic...).

Hex #0E7C61 Color Codes & Equivalents

Color Name [Deep Green Cyan Turquoise]
RGB Values (14,124,97)
CMYK Values (89%, 0%, 22%, 51%)
HSV/HSB Values (165°, 89%, 49%)
Closest Web Safe
#006666
Inverse Color
#f1839e
Closest Pantone®
335 C
Closest RAL
RAL 6032 [Signal green]
Complementary Color
#7c0e29

#0E7C61 Converted to Grayscale Codes

Average
#4e4e4e
Lightness (Desaturation)
#454545
Weighted (BT601)
#585858
Luma (BT709)
#636363

Hex #0E7C61 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #0E7C61 is #7c0e29. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #0E7C61 you will find #7c0e29. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#0E7C61 #7c0e29

Analogous Palette

The analogous color scheme of #0E7C61 is composed with colors #0E7C2A and #0E607C. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #0E7C61 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#0E7C2A #0E7C61 #0E607C

Split-Complementary Palette

The split-complementary color scheme of #0E7C61 is composed with colors #7C2A0E and #7C0E60. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#0E7C61 #7C2A0E #7C0E60

Triadic Palette

The triadic color scheme of #0E7C61 is composed with colors #7C610E and #610E7C. They are located to the right and left of your main color #0E7C61 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#0E7C61 #7C610E #610E7C

Tetradic Palette

The tetradic color scheme of #0E7C61 is composed with colors #610E7C, #7C0E29 and #297C0E A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#0E7C61 #610E7C #7C0E29 #297C0E

Square Palette

The square color scheme of #0E7C61 is composed with colors #2A0E7C, #7C0E29 and #607C0E To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#0E7C61 #2A0E7C #7C0E29 #607C0E

Tints, Tones & Shades of Hex #0E7C61

Tints

Tints are created by adding white, resulting in lighter shades of #0E7C61.

#0E7C61 #108E6F #12A07D #14B28C #16C59A #18D7A8 #1EE5B4 #31E7BA

Tones

Tones are made by mixing with gray, softening the original color.

#0E7C61 #14755D #1B6E5A #226756 #296053 #2F5A4F #36534C #3D4C48

Shades

Shades result from adding black, creating darker variations.

#0E7C61 #0B6952 #095744 #074535 #053227 #032019 #010E0A #000000

Hex #0E7C61 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #0E7C61
Java new Color(14,124,97);
Python Color(#0E7C61)
.NET Color.FromArgb(255, 14,124,97);
Swift / iOS UIColor(red: 0.05, green: 0.49, blue: 0.38, alpha: 1)
Kotlin / Android Color.rgb(14, 124, 97)