COLOR #6F8D6D

HEX: #6F8D6D RGB: (111,141,109)

Color info

#6F8D6D contains red, green and blue colors in about the same proportion. Web safe color of #6F8D6D is #669966 (or #696).

RGB color model

#6F8D6D color RGB value is (111,141,109).

RGB: (111,141,109) (44%, 55%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 109 of 255 = 43%

111
141
109

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

Portions of RGB colors in percentages

R + G + B = 111 + 141 + 109 = 361 (100%)
R 111 of 361 ~ 30.75%
G 141 of 361 ~ 39.06%
B 109 of 361 ~ 30.19'%

%30.75
%39.06
%30.19

CMYK color model

#6F8D6D color CMYK value is (21,0,23,45).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%

CMYK: (21,0,23,45)
C21M0Y23K45 (21%, 0%, 23%, 45%)
(0.21 / 0.00 / 0.23 / 0.45)

CMYK percentages

%21.28
%0
%22.7
%44.71

Codes

Color #6F8D6D in popluar color models

6F 8D 6D
RGB 111 141 109
HSL 116° 12.80% 49.02%
HSB/HSV 116° 22.70% 55.29%
CMYK 21.28% 0.00% 22.70%
44.71%

Color #6F8D6D in popluar number systems.

HEX 6F 8D 6D
Decimal 111 141 109
Binary 1101111 10001101 1101101
Octal 157 215 155

Shades and tints

Shades of #6F8D6D

#6F8D6D
(111,141,109)
#658164
(101,129,100)
#5B755B
(91,117,91)
#516952
(81,105,82)
#475D49
(71,93,73)
#3D5140
(61,81,64)
#334537
(51,69,55)
#29392E
(41,57,46)
#1F2D25
(31,45,37)
#15211C
(21,33,28)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #6F8D6D

#6F8D6D
(111,141,109)
#7C977A
(124,151,122)
#89A187
(137,161,135)
#96AB94
(150,171,148)
#A3B5A1
(163,181,161)
#B0BFAE
(176,191,174)
#BDC9BB
(189,201,187)
#CAD3C8
(202,211,200)
#D7DDD5
(215,221,213)
#E4E7E2
(228,231,226)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8D6D color. Also use rgb(111,141,109) instead hex code.

Text Font Color

.myTextColor { color: #6F8D6D; }

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

This text font color is #6F8D6D.

Background Color

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

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

This div background color is #6F8D6D.

Border color

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

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

This div border color is #6F8D6D.

Opacity

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

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

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

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

This text has shadow with #6F8D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8D6D.

Preview

Color preview on black background

This text has color #6F8D6D on black background.


Color preview on white background

This text has color #6F8D6D on white background.


Black color preview on #6F8D6D background

This text has black color on #6F8D6D background.


White color preview on #6F8D6D background

This text has white color on #6F8D6D background.


Related colors

Complementary color

Complementary color for #hex is #907292.


I love getcolorcode.com

Triadic colors

1 #6D6F8D and #8D6D6F with #6F8D6D are triadic colors.

2 #6D8D6F and #8D6F6D with #6F8D6D are triadic colors.