COLOR #6F8C47

HEX: #6F8C47
RGB: (111,140,71)

Color info

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

RGB color model

#6F8C47 color RGB value is (111,140,71).

  • red value is 111;
  • green value is 140;
  • blue value is 71.
RGB:
(111,140,71)
(44%,55%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 71 of 255 = 28%

111
140
71

R + G + B ~ 42%. #6F8C47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 140 + 71 = 322 (100%)
R 111 of 322 ~ 34.47%
G 140 of 322 ~ 43.48%
B 71 of 322 ~ 22.05%

%34.47
%43.48
%22.05

CMYK color model

#6F8C47 color CMYK value is (21,0,49,45).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(21,0,49,45)
C21M0Y49K45 
(21%,0%,49%,45%)
(0.21/0.00/0.49/0.45)	

CMYK percentages

%20.71
%0
%49.29
%45.1

Codes

Color #6F8C47 in popluar color models

6F8C47
RGB11114071
HSL85°32.70%41.37%
HSB/HSV85°49.29%54.90%
CMYK20.71%0.00%49.29%
45.10%

Color #6F8C47 in popluar number systems.

HEX6F8C47
Decimal11114071
Binary1101111100011001000111
Octal157214107

Shades and tints

Shades of #6F8C47

#6F8C47
(111,140,71)
#658041
(101,128,65)
#5B743B
(91,116,59)
#516835
(81,104,53)
#475C2F
(71,92,47)
#3D5029
(61,80,41)
#334423
(51,68,35)
#29381D
(41,56,29)
#1F2C17
(31,44,23)
#152011
(21,32,17)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #6F8C47

#6F8C47
(111,140,71)
#7C9657
(124,150,87)
#89A067
(137,160,103)
#96AA77
(150,170,119)
#A3B487
(163,180,135)
#B0BE97
(176,190,151)
#BDC8A7
(189,200,167)
#CAD2B7
(202,210,183)
#D7DCC7
(215,220,199)
#E4E6D7
(228,230,215)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8C47 color. Also use rgb(111,140,71) instead hex code.

Text Font Color

.myTextColor { color: #6F8C47; }

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

This text font color is #6F8C47.


Background Color

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

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

This div background color is #6F8C47.


Border color

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

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

This div border color is #6F8C47.


Opacity

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

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

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

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

This text has shadow with #6F8C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8C47 on black background.


Color preview on white background

This text has color #6F8C47 on white background.



Black color preview on #6F8C47 background

This text has black color on #6F8C47 background.


White color preview on #6F8C47 background

This text has white color on #6F8C47 background.