Pakistan Green (#006600)

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: 7.24:1 — vs black: 2.90:1

Color values

  • HEX #006600
  • RGB rgb(0, 102, 0)
  • HSL hsl(120, 100%, 40%)
  • CMYK cmyk( 100, 0, 100, 60 )
  • Websafe #006600

Tags

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

Color Harmonies

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

Complementary

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

Pakistan Green
#006600 Base
#660066
Analogous

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

Pakistan Green
#006600 Base
#336600
#006633
Triadic

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

Pakistan Green
#006600 Base
#000066
#660000
Split-Complementary

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

Pakistan Green
#006600 Base
Deep Violet
#330066
#660033
Tetradic (Square)

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

Pakistan Green
#006600 Base
#660066
#663300
Monochromatic

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

Pakistan Green
#006600 Base
#001A00
#003D00
#008F00
#00B300
Green
#00FF00
Shades & Tints

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

Shades (darker)

#001A00
#002900
#003800
#004700
#005700
Pakistan Green #006600 Base
#00B300
Green #00FF00
#4DFF4D
#99FF99
#E6FFE6
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #006600;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #006600,
        #CC00CC
    );
}
SCSS Variable
// SCSS variable
$pakistan-green: #006600;

// With RGB channels (useful for rgba() usage)
$pakistan-green-r: 0;
$pakistan-green-g: 102;
$pakistan-green-b: 0;

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

How Pakistan Green appears to people with different types of color vision deficiency.

Normal Vision #006600 How the color appears with full color vision.
Deuteranopia #57570A 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 #616100 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #246060 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #575757 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 Pakistan Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Pakistan Green #006600 Base
Dark Green (X11) #006400 ΔE 0.65
Deep Green #056608 ΔE 0.71
Lincoln Green #195905 ΔE 4.57
La Salle Green #087830 ΔE 7.57

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.