COLOR #6B937F

HEX: #6B937F
RGB: (107,147,127)

Color info

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

RGB color model

#6B937F color RGB value is (107,147,127).

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

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 127 of 255 = 50%

107
147
127

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 127 = 381 (100%)
R 107 of 381 ~ 28.08%
G 147 of 381 ~ 38.58%
B 127 of 381 ~ 33.33%

%28.08
%38.58
%33.33

CMYK color model

#6B937F color CMYK value is (27,0,14,42).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(27,0,14,42)
C27M0Y14K42 
(27%,0%,14%,42%)
(0.27/0.00/0.14/0.42)	

CMYK percentages

%27.21
%0
%13.61
%42.35

Codes

Color #6B937F in popluar color models

6B937F
RGB107147127
HSL150°15.75%49.80%
HSB/HSV150°27.21%57.65%
CMYK27.21%0.00%13.61%
42.35%

Color #6B937F in popluar number systems.

HEX6B937F
Decimal107147127
Binary1101011100100111111111
Octal153223177

Shades and tints

Shades of #6B937F

#6B937F
(107,147,127)
#628674
(98,134,116)
#597969
(89,121,105)
#506C5E
(80,108,94)
#475F53
(71,95,83)
#3E5248
(62,82,72)
#35453D
(53,69,61)
#2C3832
(44,56,50)
#232B27
(35,43,39)
#1A1E1C
(26,30,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6B937F

#6B937F
(107,147,127)
#789C8A
(120,156,138)
#85A595
(133,165,149)
#92AEA0
(146,174,160)
#9FB7AB
(159,183,171)
#ACC0B6
(172,192,182)
#B9C9C1
(185,201,193)
#C6D2CC
(198,210,204)
#D3DBD7
(211,219,215)
#E0E4E2
(224,228,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B937F; }

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

This text font color is #6B937F.


Background Color

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

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

This div background color is #6B937F.


Border color

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

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

This div border color is #6B937F.


Opacity

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

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

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

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

This text has shadow with #6B937F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B937F on black background.


Color preview on white background

This text has color #6B937F on white background.



Black color preview on #6B937F background

This text has black color on #6B937F background.


White color preview on #6B937F background

This text has white color on #6B937F background.