COLOR #6B8B4E

HEX: #6B8B4E
RGB: (107,139,78)

Color info

#6B8B4E contains mainly red and green colors. Web safe color of #6B8B4E is #669966 (or #696).

RGB color model

#6B8B4E color RGB value is (107,139,78).

  • red value is 107;
  • green value is 139;
  • blue value is 78.
RGB:
(107,139,78)
(42%,55%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 78 of 255 = 31%

107
139
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 78 = 324 (100%)
R 107 of 324 ~ 33.02%
G 139 of 324 ~ 42.9%
B 78 of 324 ~ 24.07%

%33.02
%42.9
%24.07

CMYK color model

#6B8B4E color CMYK value is (23,0,44,45).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 45.49%
CMYK:
(23,0,44,45)
C23M0Y44K45 
(23%,0%,44%,45%)
(0.23/0.00/0.44/0.45)	

CMYK percentages

%23.02
%0
%43.88
%45.49

Codes

Color #6B8B4E in popluar color models

6B8B4E
RGB10713978
HSL91°28.11%42.55%
HSB/HSV91°43.88%54.51%
CMYK23.02%0.00%43.88%
45.49%

Color #6B8B4E in popluar number systems.

HEX6B8B4E
Decimal10713978
Binary1101011100010111001110
Octal153213116

Shades and tints

Shades of #6B8B4E

#6B8B4E
(107,139,78)
#627F47
(98,127,71)
#597340
(89,115,64)
#506739
(80,103,57)
#475B32
(71,91,50)
#3E4F2B
(62,79,43)
#354324
(53,67,36)
#2C371D
(44,55,29)
#232B16
(35,43,22)
#1A1F0F
(26,31,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #6B8B4E

#6B8B4E
(107,139,78)
#78955E
(120,149,94)
#859F6E
(133,159,110)
#92A97E
(146,169,126)
#9FB38E
(159,179,142)
#ACBD9E
(172,189,158)
#B9C7AE
(185,199,174)
#C6D1BE
(198,209,190)
#D3DBCE
(211,219,206)
#E0E5DE
(224,229,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B4E color. Also use rgb(107,139,78) instead hex code.

Text Font Color

.myTextColor { color: #6B8B4E; }

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

This text font color is #6B8B4E.


Background Color

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

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

This div background color is #6B8B4E.


Border color

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

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

This div border color is #6B8B4E.


Opacity

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

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

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

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

This text has shadow with #6B8B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B4E on black background.


Color preview on white background

This text has color #6B8B4E on white background.



Black color preview on #6B8B4E background

This text has black color on #6B8B4E background.


White color preview on #6B8B4E background

This text has white color on #6B8B4E background.