COLOR #006000

HEX: #006000
RGB: (0,96,0)

Renk bilgisi

#006000 contains only green color. #006000 ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#006000 color RGB value is (0,96,0).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 96 of 255 = 38%
B 0 of 255 = 0%

0
96
0

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

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#006000 rengi CMYK tonu (100,0,100,62).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 62.35%
CMYK:
(100,0,100,62)
C100M0Y100K62 
(100%,0%,100%,62%)
(1.00/0.00/1.00/0.62)	

CMYK yüzdeleri

%100
%0
%100
%62.35

Codes

Color #006000 in popluar color models

006000
RGB0960
HSL120°100.00%18.82%
HSB/HSV120°100.00%37.65%
CMYK100.00%0.00%100.00%
62.35%

Color #006000 in popluar number systems.

HEX006000
Decimal0960
Binary011000000
Octal01400

Shades and tints

Shades of #006000

#006000
(0,96,0)
#005800
(0,88,0)
#005000
(0,80,0)
#004800
(0,72,0)
#004000
(0,64,0)
#003800
(0,56,0)
#003000
(0,48,0)
#002800
(0,40,0)
#002000
(0,32,0)
#001800
(0,24,0)
#001000
(0,16,0)
#000000
(0,0,0)

Tints of #006000

#006000
(0,96,0)
#176E17
(23,110,23)
#2E7C2E
(46,124,46)
#458A45
(69,138,69)
#5C985C
(92,152,92)
#73A673
(115,166,115)
#8AB48A
(138,180,138)
#A1C2A1
(161,194,161)
#B8D0B8
(184,208,184)
#CFDECF
(207,222,207)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006000; }

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

This text font color is #006000.


Background Color

.myBgColor { background-color: #006000; }

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

This div background color is #006000.


Border color

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

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

This div border color is #006000.


Opacity

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

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

Text with #006000 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 #006000;}

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

This text has shadow with #006000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006000 on black background.


Color preview on white background

This text has color #006000 on white background.



Black color preview on #006000 background

This text has black color on #006000 background.


White color preview on #006000 background

This text has white color on #006000 background.