COLOR #6F8774

HEX: #6F8774 RGB: (111,135,116)

Color info

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

RGB color model

#6F8774 color RGB value is (111,135,116).

RGB: (111,135,116) (44%, 53%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 116 of 255 = 45%

111
135
116

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 116 = 362 (100%)
R 111 of 362 ~ 30.66%
G 135 of 362 ~ 37.29%
B 116 of 362 ~ 32.04'%

%30.66
%37.29
%32.04

CMYK color model

#6F8774 color CMYK value is (18,0,14,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK: (18,0,14,47) C18M0Y14K47 (18%,0%,14%,47%) (0.18/0.00/0.14/0.47) 

CMYK percentages

%17.78
%0
%14.07
%47.06

Codes

Color #6F8774 in popluar color models

6F 87 74
RGB 111 135 116
HSL 133° 9.76% 48.24%
HSB/HSV 133° 17.78% 52.94%
CMYK 17.78% 0.00% 14.07%
47.06%

Color #6F8774 in popluar number systems.

HEX 6F 87 74
Decimal 111 135 116
Binary 1101111 10000111 1110100
Octal 157 207 164

Shades and tints

Shades of #6F8774

#6F8774
(111,135,116)
#657B6A
(101,123,106)
#5B6F60
(91,111,96)
#516356
(81,99,86)
#47574C
(71,87,76)
#3D4B42
(61,75,66)
#333F38
(51,63,56)
#29332E
(41,51,46)
#1F2724
(31,39,36)
#151B1A
(21,27,26)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F8774

#6F8774
(111,135,116)
#7C9180
(124,145,128)
#899B8C
(137,155,140)
#96A598
(150,165,152)
#A3AFA4
(163,175,164)
#B0B9B0
(176,185,176)
#BDC3BC
(189,195,188)
#CACDC8
(202,205,200)
#D7D7D4
(215,215,212)
#E4E1E0
(228,225,224)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8774; }

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

This text font color is #6F8774.

Background Color

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

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

This div background color is #6F8774.

Border color

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

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

This div border color is #6F8774.

Opacity

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

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

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

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

This text has shadow with #6F8774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8774.

Preview

Color preview on black background

This text has color #6F8774 on black background.


Color preview on white background

This text has color #6F8774 on white background.


Black color preview on #6F8774 background

This text has black color on #6F8774 background.


White color preview on #6F8774 background

This text has white color on #6F8774 background.


Related colors

Complementary color

Complementary color for #hex is #90788B.


I love getcolorcode.com

Triadic colors

1 #746F87 and #87746F with #6F8774 are triadic colors.

2 #74876F and #876F74 with #6F8774 are triadic colors.