Color #125113

HEX

#125113

RGB

(18, 81, 19)

Quick Actions

Color Values

Color Space Values
RGB
R: 18, G: 81, B: 19 (7%, 32%, 7%)
CMYK C: 78%, M: 0%, Y: 77%, K: 68%
HSL H: 121°, S: 64%, L: 19%
HSV H: 121°, S: 78%, V: 32%
CIE-LAB L: 29.56, a: -33.11, b: 29.47
CIE-LCH L: 29.56, C: 44.33, H: 138.33
Hunter-Lab L: 24.62, a: -19.55, b: 12.65
Web Safe
#006600
Complementary
#511150

#125113 is a color with RGB values of 18 red, 81 green, and 19 blue (7%, 32%, 7% respectively). In the CMYK color space, it consists of 78% cyan, 0% magenta, 77% yellow, and 68% black. The color has a hue angle of 121°, 64% saturation, and 19% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #006600. The complementary color is #511150, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #125113

Explore different variations of #125113 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #125113. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #125113

Explore different color combinations and harmonies that work well with #125113.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #125113

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #125113

Text with #125113

This text has a font color of #125113.

<span style="color:#125113;">Text here</span>
.text { color: #125113; }

#125113 background color

This paragraph has a background color of #125113.

<p style="background-color:#125113;">Content here</p>
.background { background-color: #125113; }

#125113 border color

This element has a border color of #125113.
<div style="border:1px solid #125113;">Content here</div>
.border { border: 1px solid #125113; }

#125113 box shadow

This element has a box shadow using #125113.
<div style="box-shadow: 0 4px 6px -1px #12511380">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #12511380; }
Copied to clipboard!