COLOR #006400

HEX: #006400 RGB: (0,100,0)

Color info

Color name is DarkGreen. #006400 contains only green color. Web safe color of #006400 is #006600 (or #060).

RGB color model

#006400 color RGB value is (0,100,0).

RGB: (0,100,0) (0%, 39%, 0%)

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 0 of 255 = 0%

0
100
0

R + G + B ~ 13%. #006400 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 100 + 0 = 100 (100%)
R 0 of 100 ~ 0%
G 100 of 100 ~ 100%
B 0 of 100 ~ 0'%

%100

CMYK color model

#006400 color CMYK value is (100,0,100,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.78%

CMYK: (100,0,100,61)
C100M0Y100K61 (100%, 0%, 100%, 61%)
(1.00 / 0.00 / 1.00 / 0.61)

CMYK percentages

%100
%0
%100
%60.78

Codes

Color #006400 in popluar color models

00 64 00
RGB 0 100 0
HSL 120° 100.00% 19.61%
HSB/HSV 120° 100.00% 39.22%
CMYK 100.00% 0.00% 100.00%
60.78%

Color #006400 in popluar number systems.

HEX 00 64 00
Decimal 0 100 0
Binary 0 1100100 0
Octal 0 144 0

Shades and tints

Shades of #006400

#006400
(0,100,0)
#005B00
(0,91,0)
#005200
(0,82,0)
#004900
(0,73,0)
#004000
(0,64,0)
#003700
(0,55,0)
#002E00
(0,46,0)
#002500
(0,37,0)
#001C00
(0,28,0)
#001300
(0,19,0)
#000A00
(0,10,0)
#000000
(0,0,0)

Tints of #006400

#006400
(0,100,0)
#177217
(23,114,23)
#2E802E
(46,128,46)
#458E45
(69,142,69)
#5C9C5C
(92,156,92)
#73AA73
(115,170,115)
#8AB88A
(138,184,138)
#A1C6A1
(161,198,161)
#B8D4B8
(184,212,184)
#CFE2CF
(207,226,207)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006400 color. Also use rgb(0,100,0) instead hex code.

Text Font Color

.myTextColor { color: #006400; }

<p style="color:#006400">This sample text font color is #006400.</p>

This text font color is #006400.

Background Color

.myBgColor { background-color: #006400; }

<div style="background-color:#006400">Inner text</div>

This div background color is #006400.

Border color

.myBorderColor { border: 1px solid #006400; }

<div style="border:3px solid #006400">Div</div>

This div border color is #006400.

Opacity

.myOpacity80 { color: #006400; opacity: 0.8; }

<p style="color:#006400;opacity:0.8;">80%</p>

Text with #006400 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #006400;}

<p style="text-shadow: 3px 3px 1px #006400">Text here.</p>

This text has shadow with #006400 color.


.textShadow {text-shadow: 3px 3px 1px #006400', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #006400, 5px 5px 20px red">Text here.</p>

This text has shadow with #006400 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006400, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#006400, Direction=45, Strength=4)">Text</p>

This text has shadow with #006400 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #006400;
-webkit-box-shadow: 1px 1px 3px 2px #006400;
box-shadow: 1px 1px 3px 2px #006400;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006400; -webkit-box-shadow: 1px 1px 3px 2px #006400; box-shadow:1px 1px 3px 2px #006400;">
Div content here
</div>

This div box has shadow with color #006400.

Preview

Color preview on black background

This text has color #006400 on black background.


Color preview on white background

This text has color #006400 on white background.


Black color preview on #006400 background

This text has black color on #006400 background.


White color preview on #006400 background

This text has white color on #006400 background.


Related colors

Complementary color

Complementary color for #hex is #FF9BFF.


I love getcolorcode.com

Gradients

Color #006400 is used in Dark Gunmetal gradient.

Dark Gunmetal


Triadic colors

1 #000064 and #640000 with #006400 are triadic colors.

2 #006400 and #640000 with #006400 are triadic colors.