COLOR #6F876C

HEX: #6F876C
RGB: (111,135,108)

Color info

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

RGB color model

#6F876C color RGB value is (111,135,108).

  • red value is 111;
  • green value is 135;
  • blue value is 108.
RGB:
(111,135,108)
(44%,53%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 108 of 255 = 42%

111
135
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 108 = 354 (100%)
R 111 of 354 ~ 31.36%
G 135 of 354 ~ 38.14%
B 108 of 354 ~ 30.51%

%31.36
%38.14
%30.51

CMYK color model

#6F876C color CMYK value is (18,0,20,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(18,0,20,47)
C18M0Y20K47 
(18%,0%,20%,47%)
(0.18/0.00/0.20/0.47)	

CMYK percentages

%17.78
%0
%20
%47.06

Codes

Color #6F876C in popluar color models

6F876C
RGB111135108
HSL113°11.11%47.65%
HSB/HSV113°20.00%52.94%
CMYK17.78%0.00%20.00%
47.06%

Color #6F876C in popluar number systems.

HEX6F876C
Decimal111135108
Binary1101111100001111101100
Octal157207154

Shades and tints

Shades of #6F876C

#6F876C
(111,135,108)
#657B63
(101,123,99)
#5B6F5A
(91,111,90)
#516351
(81,99,81)
#475748
(71,87,72)
#3D4B3F
(61,75,63)
#333F36
(51,63,54)
#29332D
(41,51,45)
#1F2724
(31,39,36)
#151B1B
(21,27,27)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F876C

#6F876C
(111,135,108)
#7C9179
(124,145,121)
#899B86
(137,155,134)
#96A593
(150,165,147)
#A3AFA0
(163,175,160)
#B0B9AD
(176,185,173)
#BDC3BA
(189,195,186)
#CACDC7
(202,205,199)
#D7D7D4
(215,215,212)
#E4E1E1
(228,225,225)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F876C color. Also use rgb(111,135,108) instead hex code.

Text Font Color

.myTextColor { color: #6F876C; }

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

This text font color is #6F876C.


Background Color

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

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

This div background color is #6F876C.


Border color

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

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

This div border color is #6F876C.


Opacity

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

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

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

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

This text has shadow with #6F876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F876C on black background.


Color preview on white background

This text has color #6F876C on white background.



Black color preview on #6F876C background

This text has black color on #6F876C background.


White color preview on #6F876C background

This text has white color on #6F876C background.