COLOR #6F8673

HEX: #6F8673 RGB: (111,134,115)

Color info

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

RGB color model

#6F8673 color RGB value is (111,134,115).

RGB: (111,134,115) (44%, 53%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 115 of 255 = 45%

111
134
115

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

Portions of RGB colors in percentages

R + G + B = 111 + 134 + 115 = 360 (100%)
R 111 of 360 ~ 30.83%
G 134 of 360 ~ 37.22%
B 115 of 360 ~ 31.94'%

%30.83
%37.22
%31.94

CMYK color model

#6F8673 color CMYK value is (17,0,14,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%

CMYK: (17,0,14,47)
C17M0Y14K47 (17%, 0%, 14%, 47%)
(0.17 / 0.00 / 0.14 / 0.47)

CMYK percentages

%17.16
%0
%14.18
%47.45

Codes

Color #6F8673 in popluar color models

6F 86 73
RGB 111 134 115
HSL 130° 9.39% 48.04%
HSB/HSV 130° 17.16% 52.55%
CMYK 17.16% 0.00% 14.18%
47.45%

Color #6F8673 in popluar number systems.

HEX 6F 86 73
Decimal 111 134 115
Binary 1101111 10000110 1110011
Octal 157 206 163

Shades and tints

Shades of #6F8673

#6F8673
(111,134,115)
#657A69
(101,122,105)
#5B6E5F
(91,110,95)
#516255
(81,98,85)
#47564B
(71,86,75)
#3D4A41
(61,74,65)
#333E37
(51,62,55)
#29322D
(41,50,45)
#1F2623
(31,38,35)
#151A19
(21,26,25)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F8673

#6F8673
(111,134,115)
#7C917F
(124,145,127)
#899C8B
(137,156,139)
#96A797
(150,167,151)
#A3B2A3
(163,178,163)
#B0BDAF
(176,189,175)
#BDC8BB
(189,200,187)
#CAD3C7
(202,211,199)
#D7DED3
(215,222,211)
#E4E9DF
(228,233,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8673 color. Also use rgb(111,134,115) instead hex code.

Text Font Color

.myTextColor { color: #6F8673; }

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

This text font color is #6F8673.

Background Color

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

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

This div background color is #6F8673.

Border color

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

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

This div border color is #6F8673.

Opacity

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

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

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

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

This text has shadow with #6F8673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8673.

Preview

Color preview on black background

This text has color #6F8673 on black background.


Color preview on white background

This text has color #6F8673 on white background.


Black color preview on #6F8673 background

This text has black color on #6F8673 background.


White color preview on #6F8673 background

This text has white color on #6F8673 background.


Related colors

Complementary color

Complementary color for #hex is #90798C.


I love getcolorcode.com

Triadic colors

1 #736F86 and #86736F with #6F8673 are triadic colors.

2 #73866F and #866F73 with #6F8673 are triadic colors.