COLOR #6B8C79

HEX: #6B8C79
RGB: (107,140,121)

Color info

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

RGB color model

#6B8C79 color RGB value is (107,140,121).

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

RGB channels and saturation

R 107 of 255 = 42%
G 140 of 255 = 55%
B 121 of 255 = 47%

107
140
121

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

Portions of RGB colors in percentages

R + G + B =
107 + 140 + 121 = 368 (100%)
R 107 of 368 ~ 29.08%
G 140 of 368 ~ 38.04%
B 121 of 368 ~ 32.88%

%29.08
%38.04
%32.88

CMYK color model

#6B8C79 color CMYK value is (24,0,14,45).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 45.10%
CMYK:
(24,0,14,45)
C24M0Y14K45 
(24%,0%,14%,45%)
(0.24/0.00/0.14/0.45)	

CMYK percentages

%23.57
%0
%13.57
%45.1

Codes

Color #6B8C79 in popluar color models

6B8C79
RGB107140121
HSL145°13.36%48.43%
HSB/HSV145°23.57%54.90%
CMYK23.57%0.00%13.57%
45.10%

Color #6B8C79 in popluar number systems.

HEX6B8C79
Decimal107140121
Binary1101011100011001111001
Octal153214171

Shades and tints

Shades of #6B8C79

#6B8C79
(107,140,121)
#62806E
(98,128,110)
#597463
(89,116,99)
#506858
(80,104,88)
#475C4D
(71,92,77)
#3E5042
(62,80,66)
#354437
(53,68,55)
#2C382C
(44,56,44)
#232C21
(35,44,33)
#1A2016
(26,32,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #6B8C79

#6B8C79
(107,140,121)
#789685
(120,150,133)
#85A091
(133,160,145)
#92AA9D
(146,170,157)
#9FB4A9
(159,180,169)
#ACBEB5
(172,190,181)
#B9C8C1
(185,200,193)
#C6D2CD
(198,210,205)
#D3DCD9
(211,220,217)
#E0E6E5
(224,230,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8C79; }

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

This text font color is #6B8C79.


Background Color

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

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

This div background color is #6B8C79.


Border color

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

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

This div border color is #6B8C79.


Opacity

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

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

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

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

This text has shadow with #6B8C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8C79 on black background.


Color preview on white background

This text has color #6B8C79 on white background.



Black color preview on #6B8C79 background

This text has black color on #6B8C79 background.


White color preview on #6B8C79 background

This text has white color on #6B8C79 background.