COLOR #6B8F79

HEX: #6B8F79
RGB: (107,143,121)

Color info

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

RGB color model

#6B8F79 color RGB value is (107,143,121).

  • red value is 107;
  • green value is 143;
  • blue value is 121.
RGB:
(107,143,121)
(42%,56%,47%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 121 of 255 = 47%

107
143
121

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

Portions of RGB colors in percentages

R + G + B =
107 + 143 + 121 = 371 (100%)
R 107 of 371 ~ 28.84%
G 143 of 371 ~ 38.54%
B 121 of 371 ~ 32.61%

%28.84
%38.54
%32.61

CMYK color model

#6B8F79 color CMYK value is (25,0,15,44).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 43.92%
CMYK:
(25,0,15,44)
C25M0Y15K44 
(25%,0%,15%,44%)
(0.25/0.00/0.15/0.44)	

CMYK percentages

%25.17
%0
%15.38
%43.92

Codes

Color #6B8F79 in popluar color models

6B8F79
RGB107143121
HSL143°14.40%49.02%
HSB/HSV143°25.17%56.08%
CMYK25.17%0.00%15.38%
43.92%

Color #6B8F79 in popluar number systems.

HEX6B8F79
Decimal107143121
Binary1101011100011111111001
Octal153217171

Shades and tints

Shades of #6B8F79

#6B8F79
(107,143,121)
#62826E
(98,130,110)
#597563
(89,117,99)
#506858
(80,104,88)
#475B4D
(71,91,77)
#3E4E42
(62,78,66)
#354137
(53,65,55)
#2C342C
(44,52,44)
#232721
(35,39,33)
#1A1A16
(26,26,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B8F79

#6B8F79
(107,143,121)
#789985
(120,153,133)
#85A391
(133,163,145)
#92AD9D
(146,173,157)
#9FB7A9
(159,183,169)
#ACC1B5
(172,193,181)
#B9CBC1
(185,203,193)
#C6D5CD
(198,213,205)
#D3DFD9
(211,223,217)
#E0E9E5
(224,233,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8F79 color. Also use rgb(107,143,121) instead hex code.

Text Font Color

.myTextColor { color: #6B8F79; }

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

This text font color is #6B8F79.


Background Color

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

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

This div background color is #6B8F79.


Border color

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

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

This div border color is #6B8F79.


Opacity

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

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

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

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

This text has shadow with #6B8F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8F79 on black background.


Color preview on white background

This text has color #6B8F79 on white background.



Black color preview on #6B8F79 background

This text has black color on #6B8F79 background.


White color preview on #6B8F79 background

This text has white color on #6B8F79 background.