COLOR #006F1F

HEX: #006F1F RGB: (0,111,31)

Color info

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

RGB color model

#006F1F color RGB value is (0,111,31).

RGB: (0,111,31) (0%, 44%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 111 of 255 = 44%
B 31 of 255 = 12%

0
111
31

R + G + B ~ 19%. #006F1F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 111 + 31 = 142 (100%)
R 0 of 142 ~ 0%
G 111 of 142 ~ 78.17%
B 31 of 142 ~ 21.83'%

%78.17
%21.83

CMYK color model

#006F1F color CMYK value is (100,0,72,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.07%
  • key color value is 56.47%

CMYK: (100,0,72,56)
C100M0Y72K56 (100%, 0%, 72%, 56%)
(1.00 / 0.00 / 0.72 / 0.56)

CMYK percentages

%100
%0
%72.07
%56.47

Codes

Color #006F1F in popluar color models

00 6F 1F
RGB 0 111 31
HSL 137° 100.00% 21.76%
HSB/HSV 137° 100.00% 43.53%
CMYK 100.00% 0.00% 72.07%
56.47%

Color #006F1F in popluar number systems.

HEX 00 6F 1F
Decimal 0 111 31
Binary 0 1101111 11111
Octal 0 157 37

Shades and tints

Shades of #006F1F

#006F1F
(0,111,31)
#00651D
(0,101,29)
#005B1B
(0,91,27)
#005119
(0,81,25)
#004717
(0,71,23)
#003D15
(0,61,21)
#003313
(0,51,19)
#002911
(0,41,17)
#001F0F
(0,31,15)
#00150D
(0,21,13)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #006F1F

#006F1F
(0,111,31)
#177C33
(23,124,51)
#2E8947
(46,137,71)
#45965B
(69,150,91)
#5CA36F
(92,163,111)
#73B083
(115,176,131)
#8ABD97
(138,189,151)
#A1CAAB
(161,202,171)
#B8D7BF
(184,215,191)
#CFE4D3
(207,228,211)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006F1F; }

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

This text font color is #006F1F.

Background Color

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

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

This div background color is #006F1F.

Border color

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

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

This div border color is #006F1F.

Opacity

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

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

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

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

This text has shadow with #006F1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006F1F.

Preview

Color preview on black background

This text has color #006F1F on black background.


Color preview on white background

This text has color #006F1F on white background.


Black color preview on #006F1F background

This text has black color on #006F1F background.


White color preview on #006F1F background

This text has white color on #006F1F background.


Related colors

Complementary color

Complementary color for #hex is #FF90E0.


I love getcolorcode.com

Triadic colors

1 #1F006F and #6F1F00 with #006F1F are triadic colors.

2 #1F6F00 and #6F001F with #006F1F are triadic colors.