Spanish Viridian (#007F5C)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.01:1 — vs black: 4.19:1

Color values

  • HEX #007F5C
  • RGB rgb(0, 127, 92)
  • HSL hsl(163, 100%, 49%)
  • CMYK cmyk( 100, 0, 27.56, 50.2 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #007F5C based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Spanish Viridian
#007F5C Base
#7F0023
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Spanish Viridian
#007F5C Base
#007F1D
#00637F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Spanish Viridian
#007F5C Base
#5C007F
#7F5C00
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Spanish Viridian
#007F5C Base
#7F0063
#7F1D00
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Spanish Viridian
#007F5C Base
#1D007F
#7F0023
#637F00
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Spanish Viridian
#007F5C Base
#001A12
#003325
#00563E
#00A87A
#00CC93
#19FFC0
Shades & Tints

Darker shades and lighter tints of Spanish Viridian, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#001A12
#002E21
#004230
#006B4D
Spanish Viridian #007F5C Base
#00C690
#0FFFBD
#56FFD1
#9EFFE4
#E6FFF8
CSS & SCSS Snippets

Ready-to-use code snippets for #007F5C. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #007F5C;
}

/* Text */
.element {
    color: #007F5C;
}

/* Border */
.element {
    border: 1px solid #007F5C;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #007F5C,
        #FE0046
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #007F5C,
        #FE0046
    );
}
SCSS Variable
// SCSS variable
$spanish-viridian: #007F5C;

// With RGB channels (useful for rgba() usage)
$spanish-viridian-r: 0;
$spanish-viridian-g: 127;
$spanish-viridian-b: 92;

// Usage
.element {
    background-color: $spanish-viridian;
    color: rgba($spanish-viridian-r, $spanish-viridian-g, $spanish-viridian-b, 0.8);
}
Color Blindness Simulation

How Spanish Viridian appears to people with different types of color vision deficiency.

Normal Vision #007F5C How the color appears with full color vision.
Deuteranopia #6C6C5E Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #78785C Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #1F7B7B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6F6F6F Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Spanish Viridian ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Spanish Viridian #007F5C Base
Generic Viridian #007F66 ΔE 3.23
Amazon #3B7A57 ΔE 4.69
Tropical Rain Forest #00755E ΔE 4.87

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.