COLOR #006700

HEX: #006700
RGB: (0,103,0)

Color info

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

RGB color model

#006700 color RGB value is (0,103,0).

  • red value is 0;
  • green value is 103;
  • blue value is 0.
RGB:
(0,103,0)
(0%,40%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 0 of 255 = 0%

0
103
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#006700 color CMYK value is (100,0,100,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK:
(100,0,100,60)
C100M0Y100K60 
(100%,0%,100%,60%)
(1.00/0.00/1.00/0.60)	

CMYK percentages

%100
%0
%100
%59.61

Codes

Color #006700 in popluar color models

006700
RGB01030
HSL120°100.00%20.20%
HSB/HSV120°100.00%40.39%
CMYK100.00%0.00%100.00%
59.61%

Color #006700 in popluar number systems.

HEX006700
Decimal01030
Binary011001110
Octal01470

Shades and tints

Shades of #006700

#006700
(0,103,0)
#005E00
(0,94,0)
#005500
(0,85,0)
#004C00
(0,76,0)
#004300
(0,67,0)
#003A00
(0,58,0)
#003100
(0,49,0)
#002800
(0,40,0)
#001F00
(0,31,0)
#001600
(0,22,0)
#000D00
(0,13,0)
#000000
(0,0,0)

Tints of #006700

#006700
(0,103,0)
#177417
(23,116,23)
#2E812E
(46,129,46)
#458E45
(69,142,69)
#5C9B5C
(92,155,92)
#73A873
(115,168,115)
#8AB58A
(138,181,138)
#A1C2A1
(161,194,161)
#B8CFB8
(184,207,184)
#CFDCCF
(207,220,207)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006700; }

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

This text font color is #006700.


Background Color

.myBgColor { background-color: #006700; }

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

This div background color is #006700.


Border color

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

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

This div border color is #006700.


Opacity

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

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

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

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

This text has shadow with #006700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006700 on black background.


Color preview on white background

This text has color #006700 on white background.



Black color preview on #006700 background

This text has black color on #006700 background.


White color preview on #006700 background

This text has white color on #006700 background.