COLOR #6F8B76

HEX: #6F8B76
RGB: (111,139,118)

Color info

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

RGB color model

#6F8B76 color RGB value is (111,139,118).

  • red value is 111;
  • green value is 139;
  • blue value is 118.
RGB:
(111,139,118)
(44%,55%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 118 of 255 = 46%

111
139
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 139 + 118 = 368 (100%)
R 111 of 368 ~ 30.16%
G 139 of 368 ~ 37.77%
B 118 of 368 ~ 32.07%

%30.16
%37.77
%32.07

CMYK color model

#6F8B76 color CMYK value is (20,0,15,45).

  • cyan value is 20.14%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 45.49%
CMYK:
(20,0,15,45)
C20M0Y15K45 
(20%,0%,15%,45%)
(0.20/0.00/0.15/0.45)	

CMYK percentages

%20.14
%0
%15.11
%45.49

Codes

Color #6F8B76 in popluar color models

6F8B76
RGB111139118
HSL135°11.20%49.02%
HSB/HSV135°20.14%54.51%
CMYK20.14%0.00%15.11%
45.49%

Color #6F8B76 in popluar number systems.

HEX6F8B76
Decimal111139118
Binary1101111100010111110110
Octal157213166

Shades and tints

Shades of #6F8B76

#6F8B76
(111,139,118)
#657F6C
(101,127,108)
#5B7362
(91,115,98)
#516758
(81,103,88)
#475B4E
(71,91,78)
#3D4F44
(61,79,68)
#33433A
(51,67,58)
#293730
(41,55,48)
#1F2B26
(31,43,38)
#151F1C
(21,31,28)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #6F8B76

#6F8B76
(111,139,118)
#7C9582
(124,149,130)
#899F8E
(137,159,142)
#96A99A
(150,169,154)
#A3B3A6
(163,179,166)
#B0BDB2
(176,189,178)
#BDC7BE
(189,199,190)
#CAD1CA
(202,209,202)
#D7DBD6
(215,219,214)
#E4E5E2
(228,229,226)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8B76 color. Also use rgb(111,139,118) instead hex code.

Text Font Color

.myTextColor { color: #6F8B76; }

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

This text font color is #6F8B76.


Background Color

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

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

This div background color is #6F8B76.


Border color

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

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

This div border color is #6F8B76.


Opacity

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

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

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

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

This text has shadow with #6F8B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8B76 on black background.


Color preview on white background

This text has color #6F8B76 on white background.



Black color preview on #6F8B76 background

This text has black color on #6F8B76 background.


White color preview on #6F8B76 background

This text has white color on #6F8B76 background.