COLOR #6B8C7F

HEX: #6B8C7F
RGB: (107,140,127)

Color info

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

RGB color model

#6B8C7F color RGB value is (107,140,127).

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

RGB channels and saturation

R 107 of 255 = 42%
G 140 of 255 = 55%
B 127 of 255 = 50%

107
140
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 140 + 127 = 374 (100%)
R 107 of 374 ~ 28.61%
G 140 of 374 ~ 37.43%
B 127 of 374 ~ 33.96%

%28.61
%37.43
%33.96

CMYK color model

#6B8C7F color CMYK value is (24,0,9,45).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(24,0,9,45)
C24M0Y9K45 
(24%,0%,9%,45%)
(0.24/0.00/0.09/0.45)	

CMYK percentages

%23.57
%0
%9.29
%45.1

Codes

Color #6B8C7F in popluar color models

6B8C7F
RGB107140127
HSL156°13.36%48.43%
HSB/HSV156°23.57%54.90%
CMYK23.57%0.00%9.29%
45.10%

Color #6B8C7F in popluar number systems.

HEX6B8C7F
Decimal107140127
Binary1101011100011001111111
Octal153214177

Shades and tints

Shades of #6B8C7F

#6B8C7F
(107,140,127)
#628074
(98,128,116)
#597469
(89,116,105)
#50685E
(80,104,94)
#475C53
(71,92,83)
#3E5048
(62,80,72)
#35443D
(53,68,61)
#2C3832
(44,56,50)
#232C27
(35,44,39)
#1A201C
(26,32,28)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6B8C7F

#6B8C7F
(107,140,127)
#78968A
(120,150,138)
#85A095
(133,160,149)
#92AAA0
(146,170,160)
#9FB4AB
(159,180,171)
#ACBEB6
(172,190,182)
#B9C8C1
(185,200,193)
#C6D2CC
(198,210,204)
#D3DCD7
(211,220,215)
#E0E6E2
(224,230,226)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8C7F; }

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

This text font color is #6B8C7F.


Background Color

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

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

This div background color is #6B8C7F.


Border color

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

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

This div border color is #6B8C7F.


Opacity

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

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

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

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

This text has shadow with #6B8C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8C7F on black background.


Color preview on white background

This text has color #6B8C7F on white background.



Black color preview on #6B8C7F background

This text has black color on #6B8C7F background.


White color preview on #6B8C7F background

This text has white color on #6B8C7F background.