COLOR #6F8976

HEX: #6F8976
RGB: (111,137,118)

Color info

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

RGB color model

#6F8976 color RGB value is (111,137,118).

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

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 118 of 255 = 46%

111
137
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 118 = 366 (100%)
R 111 of 366 ~ 30.33%
G 137 of 366 ~ 37.43%
B 118 of 366 ~ 32.24%

%30.33
%37.43
%32.24

CMYK color model

#6F8976 color CMYK value is (19,0,14,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 46.27%
CMYK:
(19,0,14,46)
C19M0Y14K46 
(19%,0%,14%,46%)
(0.19/0.00/0.14/0.46)	

CMYK percentages

%18.98
%0
%13.87
%46.27

Codes

Color #6F8976 in popluar color models

6F8976
RGB111137118
HSL136°10.48%48.63%
HSB/HSV136°18.98%53.73%
CMYK18.98%0.00%13.87%
46.27%

Color #6F8976 in popluar number systems.

HEX6F8976
Decimal111137118
Binary1101111100010011110110
Octal157211166

Shades and tints

Shades of #6F8976

#6F8976
(111,137,118)
#657D6C
(101,125,108)
#5B7162
(91,113,98)
#516558
(81,101,88)
#47594E
(71,89,78)
#3D4D44
(61,77,68)
#33413A
(51,65,58)
#293530
(41,53,48)
#1F2926
(31,41,38)
#151D1C
(21,29,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6F8976

#6F8976
(111,137,118)
#7C9382
(124,147,130)
#899D8E
(137,157,142)
#96A79A
(150,167,154)
#A3B1A6
(163,177,166)
#B0BBB2
(176,187,178)
#BDC5BE
(189,197,190)
#CACFCA
(202,207,202)
#D7D9D6
(215,217,214)
#E4E3E2
(228,227,226)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8976; }

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

This text font color is #6F8976.


Background Color

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

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

This div background color is #6F8976.


Border color

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

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

This div border color is #6F8976.


Opacity

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

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

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

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

This text has shadow with #6F8976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8976 on black background.


Color preview on white background

This text has color #6F8976 on white background.



Black color preview on #6F8976 background

This text has black color on #6F8976 background.


White color preview on #6F8976 background

This text has white color on #6F8976 background.