COLOR #6F8565

HEX: #6F8565
RGB: (111,133,101)

Color info

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

RGB color model

#6F8565 color RGB value is (111,133,101).

  • red value is 111;
  • green value is 133;
  • blue value is 101.
RGB:
(111,133,101)
(44%,52%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 101 of 255 = 40%

111
133
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 101 = 345 (100%)
R 111 of 345 ~ 32.17%
G 133 of 345 ~ 38.55%
B 101 of 345 ~ 29.28%

%32.17
%38.55
%29.28

CMYK color model

#6F8565 color CMYK value is (17,0,24,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(17,0,24,48)
C17M0Y24K48 
(17%,0%,24%,48%)
(0.17/0.00/0.24/0.48)	

CMYK percentages

%16.54
%0
%24.06
%47.84

Codes

Color #6F8565 in popluar color models

6F8565
RGB111133101
HSL101°13.68%45.88%
HSB/HSV101°24.06%52.16%
CMYK16.54%0.00%24.06%
47.84%

Color #6F8565 in popluar number systems.

HEX6F8565
Decimal111133101
Binary1101111100001011100101
Octal157205145

Shades and tints

Shades of #6F8565

#6F8565
(111,133,101)
#65795C
(101,121,92)
#5B6D53
(91,109,83)
#51614A
(81,97,74)
#475541
(71,85,65)
#3D4938
(61,73,56)
#333D2F
(51,61,47)
#293126
(41,49,38)
#1F251D
(31,37,29)
#151914
(21,25,20)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F8565

#6F8565
(111,133,101)
#7C9073
(124,144,115)
#899B81
(137,155,129)
#96A68F
(150,166,143)
#A3B19D
(163,177,157)
#B0BCAB
(176,188,171)
#BDC7B9
(189,199,185)
#CAD2C7
(202,210,199)
#D7DDD5
(215,221,213)
#E4E8E3
(228,232,227)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8565 color. Also use rgb(111,133,101) instead hex code.

Text Font Color

.myTextColor { color: #6F8565; }

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

This text font color is #6F8565.


Background Color

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

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

This div background color is #6F8565.


Border color

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

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

This div border color is #6F8565.


Opacity

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

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

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

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

This text has shadow with #6F8565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8565 on black background.


Color preview on white background

This text has color #6F8565 on white background.



Black color preview on #6F8565 background

This text has black color on #6F8565 background.


White color preview on #6F8565 background

This text has white color on #6F8565 background.