COLOR #006B00

HEX: #006B00
RGB: (0,107,0)

Color info

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

RGB color model

#006B00 color RGB value is (0,107,0).

  • red value is 0;
  • green value is 107;
  • blue value is 0.
RGB:
(0,107,0)
(0%,42%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 107 of 255 = 42%
B 0 of 255 = 0%

0
107
0

R + G + B ~ 14%. #006B00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#006B00 color CMYK value is (100,0,100,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.04%
CMYK:
(100,0,100,58)
C100M0Y100K58 
(100%,0%,100%,58%)
(1.00/0.00/1.00/0.58)	

CMYK percentages

%100
%0
%100
%58.04

Codes

Color #006B00 in popluar color models

006B00
RGB01070
HSL120°100.00%20.98%
HSB/HSV120°100.00%41.96%
CMYK100.00%0.00%100.00%
58.04%

Color #006B00 in popluar number systems.

HEX006B00
Decimal01070
Binary011010110
Octal01530

Shades and tints

Shades of #006B00

#006B00
(0,107,0)
#006200
(0,98,0)
#005900
(0,89,0)
#005000
(0,80,0)
#004700
(0,71,0)
#003E00
(0,62,0)
#003500
(0,53,0)
#002C00
(0,44,0)
#002300
(0,35,0)
#001A00
(0,26,0)
#001100
(0,17,0)
#000000
(0,0,0)

Tints of #006B00

#006B00
(0,107,0)
#177817
(23,120,23)
#2E852E
(46,133,46)
#459245
(69,146,69)
#5C9F5C
(92,159,92)
#73AC73
(115,172,115)
#8AB98A
(138,185,138)
#A1C6A1
(161,198,161)
#B8D3B8
(184,211,184)
#CFE0CF
(207,224,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B00; }

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

This text font color is #006B00.


Background Color

.myBgColor { background-color: #006B00; }

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

This div background color is #006B00.


Border color

.myBorderColor { border: 1px solid #006B00; }

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

This div border color is #006B00.


Opacity

.myOpacity80 { color: #006B00; opacity: 0.8; }

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

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

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

This text has shadow with #006B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B00 on black background.


Color preview on white background

This text has color #006B00 on white background.



Black color preview on #006B00 background

This text has black color on #006B00 background.


White color preview on #006B00 background

This text has white color on #006B00 background.