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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#007F5C
Base
#7F0023
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#007F5C
Base
#007F1D
#00637F
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#007F5C
Base
#5C007F
#7F5C00
Two colors flanking the complement — high contrast with less tension than full complementary.
#007F5C
Base
#7F0063
#7F1D00
Four colors at 90° intervals — rich variety, best when one color dominates.
#007F5C
Base
#1D007F
#7F0023
#637F00
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#007F5C
Base
#001A12
#003325
#00563E
#00A87A
#00CC93
#19FFC0
Darker shades and lighter tints of Spanish Viridian, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#001A12
#002E21
#004230
#00563F
#006B4D
#007F5C
Base
#00C690
#0FFFBD
#56FFD1
#9EFFE4
#E6FFF8
Ready-to-use code snippets for #007F5C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #007F5C;
}
/* Text */
.element {
color: #007F5C;
}
/* Border */
.element {
border: 1px solid #007F5C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#007F5C,
#FE0046
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#007F5C,
#FE0046
);
}
// 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);
}
How Spanish Viridian appears to people with different types of color vision deficiency.
#007F5C
How the color appears with full color vision.
#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.
#78785C
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#1F7B7B
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6F6F6F
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.