COLOR #6F8D7A

HEX: #6F8D7A
RGB: (111,141,122)

Color info

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

RGB color model

#6F8D7A color RGB value is (111,141,122).

  • red value is 111;
  • green value is 141;
  • blue value is 122.
RGB:
(111,141,122)
(44%,55%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 122 of 255 = 48%

111
141
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 141 + 122 = 374 (100%)
R 111 of 374 ~ 29.68%
G 141 of 374 ~ 37.7%
B 122 of 374 ~ 32.62%

%29.68
%37.7
%32.62

CMYK color model

#6F8D7A color CMYK value is (21,0,13,45).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(21,0,13,45)
C21M0Y13K45 
(21%,0%,13%,45%)
(0.21/0.00/0.13/0.45)	

CMYK percentages

%21.28
%0
%13.48
%44.71

Codes

Color #6F8D7A in popluar color models

6F8D7A
RGB111141122
HSL142°11.90%49.41%
HSB/HSV142°21.28%55.29%
CMYK21.28%0.00%13.48%
44.71%

Color #6F8D7A in popluar number systems.

HEX6F8D7A
Decimal111141122
Binary1101111100011011111010
Octal157215172

Shades and tints

Shades of #6F8D7A

#6F8D7A
(111,141,122)
#65816F
(101,129,111)
#5B7564
(91,117,100)
#516959
(81,105,89)
#475D4E
(71,93,78)
#3D5143
(61,81,67)
#334538
(51,69,56)
#29392D
(41,57,45)
#1F2D22
(31,45,34)
#152117
(21,33,23)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #6F8D7A

#6F8D7A
(111,141,122)
#7C9786
(124,151,134)
#89A192
(137,161,146)
#96AB9E
(150,171,158)
#A3B5AA
(163,181,170)
#B0BFB6
(176,191,182)
#BDC9C2
(189,201,194)
#CAD3CE
(202,211,206)
#D7DDDA
(215,221,218)
#E4E7E6
(228,231,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8D7A color. Also use rgb(111,141,122) instead hex code.

Text Font Color

.myTextColor { color: #6F8D7A; }

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

This text font color is #6F8D7A.


Background Color

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

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

This div background color is #6F8D7A.


Border color

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

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

This div border color is #6F8D7A.


Opacity

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

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

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

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

This text has shadow with #6F8D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8D7A on black background.


Color preview on white background

This text has color #6F8D7A on white background.



Black color preview on #6F8D7A background

This text has black color on #6F8D7A background.


White color preview on #6F8D7A background

This text has white color on #6F8D7A background.