COLOR #6F8876

HEX: #6F8876
RGB: (111,136,118)

Color info

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

RGB color model

#6F8876 color RGB value is (111,136,118).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 118 of 255 = 46%

111
136
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 118 = 365 (100%)
R 111 of 365 ~ 30.41%
G 136 of 365 ~ 37.26%
B 118 of 365 ~ 32.33%

%30.41
%37.26
%32.33

CMYK color model

#6F8876 color CMYK value is (18,0,13,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK:
(18,0,13,47)
C18M0Y13K47 
(18%,0%,13%,47%)
(0.18/0.00/0.13/0.47)	

CMYK percentages

%18.38
%0
%13.24
%46.67

Codes

Color #6F8876 in popluar color models

6F8876
RGB111136118
HSL137°10.12%48.43%
HSB/HSV137°18.38%53.33%
CMYK18.38%0.00%13.24%
46.67%

Color #6F8876 in popluar number systems.

HEX6F8876
Decimal111136118
Binary1101111100010001110110
Octal157210166

Shades and tints

Shades of #6F8876

#6F8876
(111,136,118)
#657C6C
(101,124,108)
#5B7062
(91,112,98)
#516458
(81,100,88)
#47584E
(71,88,78)
#3D4C44
(61,76,68)
#33403A
(51,64,58)
#293430
(41,52,48)
#1F2826
(31,40,38)
#151C1C
(21,28,28)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F8876

#6F8876
(111,136,118)
#7C9282
(124,146,130)
#899C8E
(137,156,142)
#96A69A
(150,166,154)
#A3B0A6
(163,176,166)
#B0BAB2
(176,186,178)
#BDC4BE
(189,196,190)
#CACECA
(202,206,202)
#D7D8D6
(215,216,214)
#E4E2E2
(228,226,226)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8876; }

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

This text font color is #6F8876.


Background Color

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

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

This div background color is #6F8876.


Border color

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

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

This div border color is #6F8876.


Opacity

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

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

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

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

This text has shadow with #6F8876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8876 on black background.


Color preview on white background

This text has color #6F8876 on white background.



Black color preview on #6F8876 background

This text has black color on #6F8876 background.


White color preview on #6F8876 background

This text has white color on #6F8876 background.