COLOR #6F8870

HEX: #6F8870 RGB: (111,136,112)

Color info

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

RGB color model

#6F8870 color RGB value is (111,136,112).

RGB: (111,136,112) (44%, 53%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 112 of 255 = 44%

111
136
112

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

Portions of RGB colors in percentages

R + G + B = 111 + 136 + 112 = 359 (100%)
R 111 of 359 ~ 30.92%
G 136 of 359 ~ 37.88%
B 112 of 359 ~ 31.2'%

%30.92
%37.88
%31.2

CMYK color model

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

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK: (18,0,18,47) C18M0Y18K47 (18%,0%,18%,47%) (0.18/0.00/0.18/0.47) 

CMYK percentages

%18.38
%0
%17.65
%46.67

Codes

Color #6F8870 in popluar color models

6F 88 70
RGB 111 136 112
HSL 122° 10.12% 48.43%
HSB/HSV 122° 18.38% 53.33%
CMYK 18.38% 0.00% 17.65%
46.67%

Color #6F8870 in popluar number systems.

HEX 6F 88 70
Decimal 111 136 112
Binary 1101111 10001000 1110000
Octal 157 210 160

Shades and tints

Shades of #6F8870

#6F8870
(111,136,112)
#657C66
(101,124,102)
#5B705C
(91,112,92)
#516452
(81,100,82)
#475848
(71,88,72)
#3D4C3E
(61,76,62)
#334034
(51,64,52)
#29342A
(41,52,42)
#1F2820
(31,40,32)
#151C16
(21,28,22)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6F8870

#6F8870
(111,136,112)
#7C927D
(124,146,125)
#899C8A
(137,156,138)
#96A697
(150,166,151)
#A3B0A4
(163,176,164)
#B0BAB1
(176,186,177)
#BDC4BE
(189,196,190)
#CACECB
(202,206,203)
#D7D8D8
(215,216,216)
#E4E2E5
(228,226,229)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8870; }

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

This text font color is #6F8870.

Background Color

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

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

This div background color is #6F8870.

Border color

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

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

This div border color is #6F8870.

Opacity

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

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

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

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

This text has shadow with #6F8870 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8870.

Preview

Color preview on black background

This text has color #6F8870 on black background.


Color preview on white background

This text has color #6F8870 on white background.


Black color preview on #6F8870 background

This text has black color on #6F8870 background.


White color preview on #6F8870 background

This text has white color on #6F8870 background.


Related colors

Complementary color

Complementary color for #hex is #90778F.


I love getcolorcode.com

Triadic colors

1 #706F88 and #88706F with #6F8870 are triadic colors.

2 #70886F and #886F70 with #6F8870 are triadic colors.