COLOR #6F8666

HEX: #6F8666
RGB: (111,134,102)

Color info

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

RGB color model

#6F8666 color RGB value is (111,134,102).

  • red value is 111;
  • green value is 134;
  • blue value is 102.
RGB:
(111,134,102)
(44%,53%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 102 of 255 = 40%

111
134
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 134 + 102 = 347 (100%)
R 111 of 347 ~ 31.99%
G 134 of 347 ~ 38.62%
B 102 of 347 ~ 29.39%

%31.99
%38.62
%29.39

CMYK color model

#6F8666 color CMYK value is (17,0,24,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(17,0,24,47)
C17M0Y24K47 
(17%,0%,24%,47%)
(0.17/0.00/0.24/0.47)	

CMYK percentages

%17.16
%0
%23.88
%47.45

Codes

Color #6F8666 in popluar color models

6F8666
RGB111134102
HSL103°13.56%46.27%
HSB/HSV103°23.88%52.55%
CMYK17.16%0.00%23.88%
47.45%

Color #6F8666 in popluar number systems.

HEX6F8666
Decimal111134102
Binary1101111100001101100110
Octal157206146

Shades and tints

Shades of #6F8666

#6F8666
(111,134,102)
#657A5D
(101,122,93)
#5B6E54
(91,110,84)
#51624B
(81,98,75)
#475642
(71,86,66)
#3D4A39
(61,74,57)
#333E30
(51,62,48)
#293227
(41,50,39)
#1F261E
(31,38,30)
#151A15
(21,26,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F8666

#6F8666
(111,134,102)
#7C9173
(124,145,115)
#899C80
(137,156,128)
#96A78D
(150,167,141)
#A3B29A
(163,178,154)
#B0BDA7
(176,189,167)
#BDC8B4
(189,200,180)
#CAD3C1
(202,211,193)
#D7DECE
(215,222,206)
#E4E9DB
(228,233,219)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8666; }

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

This text font color is #6F8666.


Background Color

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

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

This div background color is #6F8666.


Border color

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

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

This div border color is #6F8666.


Opacity

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

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

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

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

This text has shadow with #6F8666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8666 on black background.


Color preview on white background

This text has color #6F8666 on white background.



Black color preview on #6F8666 background

This text has black color on #6F8666 background.


White color preview on #6F8666 background

This text has white color on #6F8666 background.