COLOR #6F8E1F

HEX: #6F8E1F
RGB: (111,142,31)

Color info

#6F8E1F contains mainly red and green colors. Web safe color of #6F8E1F is #669933 (or #693).

RGB color model

#6F8E1F color RGB value is (111,142,31).

  • red value is 111;
  • green value is 142;
  • blue value is 31.
RGB:
(111,142,31)
(44%,56%,12%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 31 of 255 = 12%

111
142
31

R + G + B ~ 37%. #6F8E1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 142 + 31 = 284 (100%)
R 111 of 284 ~ 39.08%
G 142 of 284 ~ 50%
B 31 of 284 ~ 10.92%

%39.08
%50
%10.92

CMYK color model

#6F8E1F color CMYK value is (22,0,78,44).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 78.17%
  • key color value is 44.31%
CMYK:
(22,0,78,44)
C22M0Y78K44 
(22%,0%,78%,44%)
(0.22/0.00/0.78/0.44)	

CMYK percentages

%21.83
%0
%78.17
%44.31

Codes

Color #6F8E1F in popluar color models

6F8E1F
RGB11114231
HSL77°64.16%33.92%
HSB/HSV77°78.17%55.69%
CMYK21.83%0.00%78.17%
44.31%

Color #6F8E1F in popluar number systems.

HEX6F8E1F
Decimal11114231
Binary11011111000111011111
Octal15721637

Shades and tints

Shades of #6F8E1F

#6F8E1F
(111,142,31)
#65821D
(101,130,29)
#5B761B
(91,118,27)
#516A19
(81,106,25)
#475E17
(71,94,23)
#3D5215
(61,82,21)
#334613
(51,70,19)
#293A11
(41,58,17)
#1F2E0F
(31,46,15)
#15220D
(21,34,13)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #6F8E1F

#6F8E1F
(111,142,31)
#7C9833
(124,152,51)
#89A247
(137,162,71)
#96AC5B
(150,172,91)
#A3B66F
(163,182,111)
#B0C083
(176,192,131)
#BDCA97
(189,202,151)
#CAD4AB
(202,212,171)
#D7DEBF
(215,222,191)
#E4E8D3
(228,232,211)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8E1F color. Also use rgb(111,142,31) instead hex code.

Text Font Color

.myTextColor { color: #6F8E1F; }

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

This text font color is #6F8E1F.


Background Color

.myBgColor { background-color: #6F8E1F; }

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

This div background color is #6F8E1F.


Border color

.myBorderColor { border: 1px solid #6F8E1F; }

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

This div border color is #6F8E1F.


Opacity

.myOpacity80 { color: #6F8E1F; opacity: 0.8; }

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

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

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

This text has shadow with #6F8E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8E1F on black background.


Color preview on white background

This text has color #6F8E1F on white background.



Black color preview on #6F8E1F background

This text has black color on #6F8E1F background.


White color preview on #6F8E1F background

This text has white color on #6F8E1F background.