COLOR #6F8C76

HEX: #6F8C76 RGB: (111,140,118)

Color info

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

RGB color model

#6F8C76 color RGB value is (111,140,118).

RGB: (111,140,118) (44%, 55%, 46%)

RGB channels and saturation

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

111
140
118

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

Portions of RGB colors in percentages

R + G + B = 111 + 140 + 118 = 369 (100%)
R 111 of 369 ~ 30.08%
G 140 of 369 ~ 37.94%
B 118 of 369 ~ 31.98'%

%30.08
%37.94
%31.98

CMYK color model

#6F8C76 color CMYK value is (21,0,16,45).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 45.10%

CMYK: (21,0,16,45)
C21M0Y16K45 (21%, 0%, 16%, 45%)
(0.21 / 0.00 / 0.16 / 0.45)

CMYK percentages

%20.71
%0
%15.71
%45.1

Codes

Color #6F8C76 in popluar color models

6F 8C 76
RGB 111 140 118
HSL 134° 11.55% 49.22%
HSB/HSV 134° 20.71% 54.90%
CMYK 20.71% 0.00% 15.71%
45.10%

Color #6F8C76 in popluar number systems.

HEX 6F 8C 76
Decimal 111 140 118
Binary 1101111 10001100 1110110
Octal 157 214 166

Shades and tints

Shades of #6F8C76

#6F8C76
(111,140,118)
#65806C
(101,128,108)
#5B7462
(91,116,98)
#516858
(81,104,88)
#475C4E
(71,92,78)
#3D5044
(61,80,68)
#33443A
(51,68,58)
#293830
(41,56,48)
#1F2C26
(31,44,38)
#15201C
(21,32,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #6F8C76

#6F8C76
(111,140,118)
#7C9682
(124,150,130)
#89A08E
(137,160,142)
#96AA9A
(150,170,154)
#A3B4A6
(163,180,166)
#B0BEB2
(176,190,178)
#BDC8BE
(189,200,190)
#CAD2CA
(202,210,202)
#D7DCD6
(215,220,214)
#E4E6E2
(228,230,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8C76; }

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

This text font color is #6F8C76.

Background Color

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

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

This div background color is #6F8C76.

Border color

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

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

This div border color is #6F8C76.

Opacity

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

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

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

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

This text has shadow with #6F8C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8C76.

Preview

Color preview on black background

This text has color #6F8C76 on black background.


Color preview on white background

This text has color #6F8C76 on white background.


Black color preview on #6F8C76 background

This text has black color on #6F8C76 background.


White color preview on #6F8C76 background

This text has white color on #6F8C76 background.


Related colors

Complementary color

Complementary color for #hex is #907389.


I love getcolorcode.com

Triadic colors

1 #766F8C and #8C766F with #6F8C76 are triadic colors.

2 #768C6F and #8C6F76 with #6F8C76 are triadic colors.