COLOR #6F875E

HEX: #6F875E RGB: (111,135,94)

Color info

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

RGB color model

#6F875E color RGB value is (111,135,94).

RGB: (111,135,94) (44%, 53%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 94 of 255 = 37%

111
135
94

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 94 = 340 (100%)
R 111 of 340 ~ 32.65%
G 135 of 340 ~ 39.71%
B 94 of 340 ~ 27.65'%

%32.65
%39.71
%27.65

CMYK color model

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

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%

CMYK: (18,0,30,47)
C18M0Y30K47 (18%, 0%, 30%, 47%)
(0.18 / 0.00 / 0.30 / 0.47)

CMYK percentages

%17.78
%0
%30.37
%47.06

Codes

Color #6F875E in popluar color models

6F 87 5E
RGB 111 135 94
HSL 95° 17.90% 44.90%
HSB/HSV 95° 30.37% 52.94%
CMYK 17.78% 0.00% 30.37%
47.06%

Color #6F875E in popluar number systems.

HEX 6F 87 5E
Decimal 111 135 94
Binary 1101111 10000111 1011110
Octal 157 207 136

Shades and tints

Shades of #6F875E

#6F875E
(111,135,94)
#657B56
(101,123,86)
#5B6F4E
(91,111,78)
#516346
(81,99,70)
#47573E
(71,87,62)
#3D4B36
(61,75,54)
#333F2E
(51,63,46)
#293326
(41,51,38)
#1F271E
(31,39,30)
#151B16
(21,27,22)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F875E

#6F875E
(111,135,94)
#7C916C
(124,145,108)
#899B7A
(137,155,122)
#96A588
(150,165,136)
#A3AF96
(163,175,150)
#B0B9A4
(176,185,164)
#BDC3B2
(189,195,178)
#CACDC0
(202,205,192)
#D7D7CE
(215,215,206)
#E4E1DC
(228,225,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F875E; }

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

This text font color is #6F875E.

Background Color

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

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

This div background color is #6F875E.

Border color

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

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

This div border color is #6F875E.

Opacity

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

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

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

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

This text has shadow with #6F875E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F875E.

Preview

Color preview on black background

This text has color #6F875E on black background.


Color preview on white background

This text has color #6F875E on white background.


Black color preview on #6F875E background

This text has black color on #6F875E background.


White color preview on #6F875E background

This text has white color on #6F875E background.


Related colors

Complementary color

Complementary color for #hex is #9078A1.


I love getcolorcode.com

Triadic colors

1 #5E6F87 and #875E6F with #6F875E are triadic colors.

2 #5E876F and #876F5E with #6F875E are triadic colors.