COLOR #6F8160

HEX: #6F8160 RGB: (111,129,96)

Color info

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

RGB color model

#6F8160 color RGB value is (111,129,96).

RGB: (111,129,96) (44%, 51%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 96 of 255 = 38%

111
129
96

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

Portions of RGB colors in percentages

R + G + B = 111 + 129 + 96 = 336 (100%)
R 111 of 336 ~ 33.04%
G 129 of 336 ~ 38.39%
B 96 of 336 ~ 28.57'%

%33.04
%38.39
%28.57

CMYK color model

#6F8160 color CMYK value is (14,0,26,49).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 49.41%

CMYK: (14,0,26,49)
C14M0Y26K49 (14%, 0%, 26%, 49%)
(0.14 / 0.00 / 0.26 / 0.49)

CMYK percentages

%13.95
%0
%25.58
%49.41

Codes

Color #6F8160 in popluar color models

6F 81 60
RGB 111 129 96
HSL 93° 14.67% 44.12%
HSB/HSV 93° 25.58% 50.59%
CMYK 13.95% 0.00% 25.58%
49.41%

Color #6F8160 in popluar number systems.

HEX 6F 81 60
Decimal 111 129 96
Binary 1101111 10000001 1100000
Octal 157 201 140

Shades and tints

Shades of #6F8160

#6F8160
(111,129,96)
#657658
(101,118,88)
#5B6B50
(91,107,80)
#516048
(81,96,72)
#475540
(71,85,64)
#3D4A38
(61,74,56)
#333F30
(51,63,48)
#293428
(41,52,40)
#1F2920
(31,41,32)
#151E18
(21,30,24)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F8160

#6F8160
(111,129,96)
#7C8C6E
(124,140,110)
#89977C
(137,151,124)
#96A28A
(150,162,138)
#A3AD98
(163,173,152)
#B0B8A6
(176,184,166)
#BDC3B4
(189,195,180)
#CACEC2
(202,206,194)
#D7D9D0
(215,217,208)
#E4E4DE
(228,228,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8160 color. Also use rgb(111,129,96) instead hex code.

Text Font Color

.myTextColor { color: #6F8160; }

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

This text font color is #6F8160.

Background Color

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

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

This div background color is #6F8160.

Border color

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

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

This div border color is #6F8160.

Opacity

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

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

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

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

This text has shadow with #6F8160 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8160.

Preview

Color preview on black background

This text has color #6F8160 on black background.


Color preview on white background

This text has color #6F8160 on white background.


Black color preview on #6F8160 background

This text has black color on #6F8160 background.


White color preview on #6F8160 background

This text has white color on #6F8160 background.


Related colors

Complementary color

Complementary color for #hex is #907E9F.


I love getcolorcode.com

Triadic colors

1 #606F81 and #81606F with #6F8160 are triadic colors.

2 #60816F and #816F60 with #6F8160 are triadic colors.