COLOR #006B17

HEX: #006B17
RGB: (0,107,23)

Color info

#006B17 contains mainly green color. Web safe color of #006B17 is #006600 (or #060).

RGB color model

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

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

RGB channels and saturation

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

0
107
23

R + G + B ~ 17%. #006B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 107 + 23 = 130 (100%)
R 0 of 130 ~ 0%
G 107 of 130 ~ 82.31%
B 23 of 130 ~ 17.69%

%82.31
%17.69

CMYK color model

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

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

CMYK percentages

%100
%0
%78.5
%58.04

Codes

Color #006B17 in popluar color models

006B17
RGB010723
HSL133°100.00%20.98%
HSB/HSV133°100.00%41.96%
CMYK100.00%0.00%78.50%
58.04%

Color #006B17 in popluar number systems.

HEX006B17
Decimal010723
Binary0110101110111
Octal015327

Shades and tints

Shades of #006B17

#006B17
(0,107,23)
#006215
(0,98,21)
#005913
(0,89,19)
#005011
(0,80,17)
#00470F
(0,71,15)
#003E0D
(0,62,13)
#00350B
(0,53,11)
#002C09
(0,44,9)
#002307
(0,35,7)
#001A05
(0,26,5)
#001103
(0,17,3)
#000000
(0,0,0)

Tints of #006B17

#006B17
(0,107,23)
#17782C
(23,120,44)
#2E8541
(46,133,65)
#459256
(69,146,86)
#5C9F6B
(92,159,107)
#73AC80
(115,172,128)
#8AB995
(138,185,149)
#A1C6AA
(161,198,170)
#B8D3BF
(184,211,191)
#CFE0D4
(207,224,212)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B17; }

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

This text font color is #006B17.


Background Color

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

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

This div background color is #006B17.


Border color

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

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

This div border color is #006B17.


Opacity

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

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

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

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

This text has shadow with #006B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B17 on black background.


Color preview on white background

This text has color #006B17 on white background.



Black color preview on #006B17 background

This text has black color on #006B17 background.


White color preview on #006B17 background

This text has white color on #006B17 background.