COLOR #6B8A3F

HEX: #6B8A3F
RGB: (107,138,63)

Color info

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

RGB color model

#6B8A3F color RGB value is (107,138,63).

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

RGB channels and saturation

R 107 of 255 = 42%
G 138 of 255 = 54%
B 63 of 255 = 25%

107
138
63

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

Portions of RGB colors in percentages

R + G + B =
107 + 138 + 63 = 308 (100%)
R 107 of 308 ~ 34.74%
G 138 of 308 ~ 44.81%
B 63 of 308 ~ 20.45%

%34.74
%44.81
%20.45

CMYK color model

#6B8A3F color CMYK value is (22,0,54,46).

  • cyan value is 22.46%
  • magenta value is 0.00%
  • yellow value is 54.35%
  • key color value is 45.88%
CMYK:
(22,0,54,46)
C22M0Y54K46 
(22%,0%,54%,46%)
(0.22/0.00/0.54/0.46)	

CMYK percentages

%22.46
%0
%54.35
%45.88

Codes

Color #6B8A3F in popluar color models

6B8A3F
RGB10713863
HSL85°37.31%39.41%
HSB/HSV85°54.35%54.12%
CMYK22.46%0.00%54.35%
45.88%

Color #6B8A3F in popluar number systems.

HEX6B8A3F
Decimal10713863
Binary110101110001010111111
Octal15321277

Shades and tints

Shades of #6B8A3F

#6B8A3F
(107,138,63)
#627E3A
(98,126,58)
#597235
(89,114,53)
#506630
(80,102,48)
#475A2B
(71,90,43)
#3E4E26
(62,78,38)
#354221
(53,66,33)
#2C361C
(44,54,28)
#232A17
(35,42,23)
#1A1E12
(26,30,18)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B8A3F

#6B8A3F
(107,138,63)
#789450
(120,148,80)
#859E61
(133,158,97)
#92A872
(146,168,114)
#9FB283
(159,178,131)
#ACBC94
(172,188,148)
#B9C6A5
(185,198,165)
#C6D0B6
(198,208,182)
#D3DAC7
(211,218,199)
#E0E4D8
(224,228,216)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8A3F; }

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

This text font color is #6B8A3F.


Background Color

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

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

This div background color is #6B8A3F.


Border color

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

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

This div border color is #6B8A3F.


Opacity

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

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

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

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

This text has shadow with #6B8A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8A3F on black background.


Color preview on white background

This text has color #6B8A3F on white background.



Black color preview on #6B8A3F background

This text has black color on #6B8A3F background.


White color preview on #6B8A3F background

This text has white color on #6B8A3F background.