COLOR #006400

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

Renk bilgisi

Rengin adı DarkGreen. #006400 contains only green color. #006400 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

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

  • kırmız ton 0;
  • yeşil ton 100;
  • mavi ton 0.
RGB:
(0,100,0)
(0%,39%,0%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#006400 rengi CMYK tonu (100,0,100,61).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 60.78%
CMYK:
(100,0,100,61)
C100M0Y100K61 
(100%,0%,100%,61%)
(1.00/0.00/1.00/0.61)	

CMYK yüzdeleri

%100
%0
%100
%60.78

Codes

Color #006400 in popluar color models

006400
RGB01000
HSL120°100.00%19.61%
HSB/HSV120°100.00%39.22%
CMYK100.00%0.00%100.00%
60.78%

Color #006400 in popluar number systems.

HEX006400
Decimal01000
Binary011001000
Octal01440

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.