COLOR #006F1C

HEX: #006F1C
RGB: (0,111,28)

Color info

#006F1C contains mainly green color. Web safe color of #006F1C is #006633 (or #063).

RGB color model

#006F1C color RGB value is (0,111,28).

  • red value is 0;
  • green value is 111;
  • blue value is 28.
RGB:
(0,111,28)
(0%,44%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 111 of 255 = 44%
B 28 of 255 = 11%

0
111
28

R + G + B ~ 18%. #006F1C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 111 + 28 = 139 (100%)
R 0 of 139 ~ 0%
G 111 of 139 ~ 79.86%
B 28 of 139 ~ 20.14%

%79.86
%20.14

CMYK color model

#006F1C color CMYK value is (100,0,75,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.77%
  • key color value is 56.47%
CMYK:
(100,0,75,56)
C100M0Y75K56 
(100%,0%,75%,56%)
(1.00/0.00/0.75/0.56)	

CMYK percentages

%100
%0
%74.77
%56.47

Codes

Color #006F1C in popluar color models

006F1C
RGB011128
HSL135°100.00%21.76%
HSB/HSV135°100.00%43.53%
CMYK100.00%0.00%74.77%
56.47%

Color #006F1C in popluar number systems.

HEX006F1C
Decimal011128
Binary0110111111100
Octal015734

Shades and tints

Shades of #006F1C

#006F1C
(0,111,28)
#00651A
(0,101,26)
#005B18
(0,91,24)
#005116
(0,81,22)
#004714
(0,71,20)
#003D12
(0,61,18)
#003310
(0,51,16)
#00290E
(0,41,14)
#001F0C
(0,31,12)
#00150A
(0,21,10)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #006F1C

#006F1C
(0,111,28)
#177C30
(23,124,48)
#2E8944
(46,137,68)
#459658
(69,150,88)
#5CA36C
(92,163,108)
#73B080
(115,176,128)
#8ABD94
(138,189,148)
#A1CAA8
(161,202,168)
#B8D7BC
(184,215,188)
#CFE4D0
(207,228,208)
#E6F1E4
(230,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006F1C; }

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

This text font color is #006F1C.


Background Color

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

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

This div background color is #006F1C.


Border color

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

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

This div border color is #006F1C.


Opacity

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

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

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

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

This text has shadow with #006F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006F1C on black background.


Color preview on white background

This text has color #006F1C on white background.



Black color preview on #006F1C background

This text has black color on #006F1C background.


White color preview on #006F1C background

This text has white color on #006F1C background.