COLOR #6F8C65

HEX: #6F8C65
RGB: (111,140,101)

Color info

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

RGB color model

#6F8C65 color RGB value is (111,140,101).

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

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 101 of 255 = 40%

111
140
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 140 + 101 = 352 (100%)
R 111 of 352 ~ 31.53%
G 140 of 352 ~ 39.77%
B 101 of 352 ~ 28.69%

%31.53
%39.77
%28.69

CMYK color model

#6F8C65 color CMYK value is (21,0,28,45).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%
CMYK:
(21,0,28,45)
C21M0Y28K45 
(21%,0%,28%,45%)
(0.21/0.00/0.28/0.45)	

CMYK percentages

%20.71
%0
%27.86
%45.1

Codes

Color #6F8C65 in popluar color models

6F8C65
RGB111140101
HSL105°16.18%47.25%
HSB/HSV105°27.86%54.90%
CMYK20.71%0.00%27.86%
45.10%

Color #6F8C65 in popluar number systems.

HEX6F8C65
Decimal111140101
Binary1101111100011001100101
Octal157214145

Shades and tints

Shades of #6F8C65

#6F8C65
(111,140,101)
#65805C
(101,128,92)
#5B7453
(91,116,83)
#51684A
(81,104,74)
#475C41
(71,92,65)
#3D5038
(61,80,56)
#33442F
(51,68,47)
#293826
(41,56,38)
#1F2C1D
(31,44,29)
#152014
(21,32,20)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #6F8C65

#6F8C65
(111,140,101)
#7C9673
(124,150,115)
#89A081
(137,160,129)
#96AA8F
(150,170,143)
#A3B49D
(163,180,157)
#B0BEAB
(176,190,171)
#BDC8B9
(189,200,185)
#CAD2C7
(202,210,199)
#D7DCD5
(215,220,213)
#E4E6E3
(228,230,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8C65; }

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

This text font color is #6F8C65.


Background Color

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

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

This div background color is #6F8C65.


Border color

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

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

This div border color is #6F8C65.


Opacity

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

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

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

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

This text has shadow with #6F8C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8C65 on black background.


Color preview on white background

This text has color #6F8C65 on white background.



Black color preview on #6F8C65 background

This text has black color on #6F8C65 background.


White color preview on #6F8C65 background

This text has white color on #6F8C65 background.