COLOR #6B8A4D

HEX: #6B8A4D
RGB: (107,138,77)

Color info

#6B8A4D contains mainly red and green colors. Web safe color of #6B8A4D is #669933 (or #693).

RGB color model

#6B8A4D color RGB value is (107,138,77).

  • red value is 107;
  • green value is 138;
  • blue value is 77.
RGB:
(107,138,77)
(42%,54%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 138 of 255 = 54%
B 77 of 255 = 30%

107
138
77

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

Portions of RGB colors in percentages

R + G + B =
107 + 138 + 77 = 322 (100%)
R 107 of 322 ~ 33.23%
G 138 of 322 ~ 42.86%
B 77 of 322 ~ 23.91%

%33.23
%42.86
%23.91

CMYK color model

#6B8A4D color CMYK value is (22,0,44,46).

  • cyan value is 22.46%
  • magenta value is 0.00%
  • yellow value is 44.20%
  • key color value is 45.88%
CMYK:
(22,0,44,46)
C22M0Y44K46 
(22%,0%,44%,46%)
(0.22/0.00/0.44/0.46)	

CMYK percentages

%22.46
%0
%44.2
%45.88

Codes

Color #6B8A4D in popluar color models

6B8A4D
RGB10713877
HSL90°28.37%42.16%
HSB/HSV90°44.20%54.12%
CMYK22.46%0.00%44.20%
45.88%

Color #6B8A4D in popluar number systems.

HEX6B8A4D
Decimal10713877
Binary1101011100010101001101
Octal153212115

Shades and tints

Shades of #6B8A4D

#6B8A4D
(107,138,77)
#627E46
(98,126,70)
#59723F
(89,114,63)
#506638
(80,102,56)
#475A31
(71,90,49)
#3E4E2A
(62,78,42)
#354223
(53,66,35)
#2C361C
(44,54,28)
#232A15
(35,42,21)
#1A1E0E
(26,30,14)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #6B8A4D

#6B8A4D
(107,138,77)
#78945D
(120,148,93)
#859E6D
(133,158,109)
#92A87D
(146,168,125)
#9FB28D
(159,178,141)
#ACBC9D
(172,188,157)
#B9C6AD
(185,198,173)
#C6D0BD
(198,208,189)
#D3DACD
(211,218,205)
#E0E4DD
(224,228,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8A4D color. Also use rgb(107,138,77) instead hex code.

Text Font Color

.myTextColor { color: #6B8A4D; }

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

This text font color is #6B8A4D.


Background Color

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

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

This div background color is #6B8A4D.


Border color

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

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

This div border color is #6B8A4D.


Opacity

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

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

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

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

This text has shadow with #6B8A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8A4D on black background.


Color preview on white background

This text has color #6B8A4D on white background.



Black color preview on #6B8A4D background

This text has black color on #6B8A4D background.


White color preview on #6B8A4D background

This text has white color on #6B8A4D background.