COLOR #006100

HEX: #006100
RGB: (0,97,0)

Color info

#006100 contains only green color. Web safe color of #006100 is #006600 (or #060).

RGB color model

#006100 color RGB value is (0,97,0).

  • red value is 0;
  • green value is 97;
  • blue value is 0.
RGB:
(0,97,0)
(0%,38%,0%)

RGB channels and saturation

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

0
97
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#006100 color CMYK value is (100,0,100,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.96%
CMYK:
(100,0,100,62)
C100M0Y100K62 
(100%,0%,100%,62%)
(1.00/0.00/1.00/0.62)	

CMYK percentages

%100
%0
%100
%61.96

Codes

Color #006100 in popluar color models

006100
RGB0970
HSL120°100.00%19.02%
HSB/HSV120°100.00%38.04%
CMYK100.00%0.00%100.00%
61.96%

Color #006100 in popluar number systems.

HEX006100
Decimal0970
Binary011000010
Octal01410

Shades and tints

Shades of #006100

#006100
(0,97,0)
#005900
(0,89,0)
#005100
(0,81,0)
#004900
(0,73,0)
#004100
(0,65,0)
#003900
(0,57,0)
#003100
(0,49,0)
#002900
(0,41,0)
#002100
(0,33,0)
#001900
(0,25,0)
#001100
(0,17,0)
#000000
(0,0,0)

Tints of #006100

#006100
(0,97,0)
#176F17
(23,111,23)
#2E7D2E
(46,125,46)
#458B45
(69,139,69)
#5C995C
(92,153,92)
#73A773
(115,167,115)
#8AB58A
(138,181,138)
#A1C3A1
(161,195,161)
#B8D1B8
(184,209,184)
#CFDFCF
(207,223,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006100; }

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

This text font color is #006100.


Background Color

.myBgColor { background-color: #006100; }

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

This div background color is #006100.


Border color

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

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

This div border color is #006100.


Opacity

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

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

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

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

This text has shadow with #006100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006100 on black background.


Color preview on white background

This text has color #006100 on white background.



Black color preview on #006100 background

This text has black color on #006100 background.


White color preview on #006100 background

This text has white color on #006100 background.