COLOR #6F865E

HEX: #6F865E
RGB: (111,134,94)

Color info

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

RGB color model

#6F865E color RGB value is (111,134,94).

  • red value is 111;
  • green value is 134;
  • blue value is 94.
RGB: (111,134,94) (44%,53%,37%)

RGB channels and saturation

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

111
134
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 134 + 94 = 339 (100%)
R 111 of 339 ~ 32.74%
G 134 of 339 ~ 39.53%
B 94 of 339 ~ 27.73%

%32.74
%39.53
%27.73

CMYK color model

#6F865E color CMYK value is (17,0,30,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 47.45%
CMYK: (17,0,30,47) C17M0Y30K47 (17%,0%,30%,47%) (0.17/0.00/0.30/0.47)

CMYK percentages

%17.16
%0
%29.85
%47.45

Codes

Color #6F865E in popluar color models

6F865E
RGB11113494
HSL95°17.54%44.71%
HSB/HSV95°29.85%52.55%
CMYK17.16%0.00%29.85%
47.45%

Color #6F865E in popluar number systems.

HEX6F865E
Decimal11113494
Binary1101111100001101011110
Octal157206136

Shades and tints

Shades of #6F865E

#6F865E
(111,134,94)
#657A56
(101,122,86)
#5B6E4E
(91,110,78)
#516246
(81,98,70)
#47563E
(71,86,62)
#3D4A36
(61,74,54)
#333E2E
(51,62,46)
#293226
(41,50,38)
#1F261E
(31,38,30)
#151A16
(21,26,22)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #6F865E

#6F865E
(111,134,94)
#7C916C
(124,145,108)
#899C7A
(137,156,122)
#96A788
(150,167,136)
#A3B296
(163,178,150)
#B0BDA4
(176,189,164)
#BDC8B2
(189,200,178)
#CAD3C0
(202,211,192)
#D7DECE
(215,222,206)
#E4E9DC
(228,233,220)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F865E; }

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

This text font color is #6F865E.


Background Color

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

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

This div background color is #6F865E.


Border color

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

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

This div border color is #6F865E.


Opacity

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

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

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

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

This text has shadow with #6F865E color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #6F865E; -webkit-box-shadow:	1px 1px 3px 2px #6F865E; box-shadow:	1px 1px 3px 2px #6F865E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6F865E; -webkit-box-shadow: 1px 1px 3px 2px #6F865E; box-shadow:1px 1px 3px 2px #6F865E;">
Div content here</div>
This div box has shadow with color #6F865E.

Preview

Color preview on black background

This text has color #6F865E on black background.


Color preview on white background

This text has color #6F865E on white background.



Black color preview on #6F865E background

This text has black color on #6F865E background.


White color preview on #6F865E background

This text has white color on #6F865E background.