COLOR #6D8B21

HEX: #6D8B21
RGB: (109,139,33)

Color info

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

RGB color model

#6D8B21 color RGB value is (109,139,33).

  • red value is 109;
  • green value is 139;
  • blue value is 33.
RGB:
(109,139,33)
(43%,55%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 139 of 255 = 55%
B 33 of 255 = 13%

109
139
33

R + G + B ~ 37%. #6D8B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 139 + 33 = 281 (100%)
R 109 of 281 ~ 38.79%
G 139 of 281 ~ 49.47%
B 33 of 281 ~ 11.74%

%38.79
%49.47
%11.74

CMYK color model

#6D8B21 color CMYK value is (22,0,76,45).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 76.26%
  • key color value is 45.49%
CMYK:
(22,0,76,45)
C22M0Y76K45 
(22%,0%,76%,45%)
(0.22/0.00/0.76/0.45)	

CMYK percentages

%21.58
%0
%76.26
%45.49

Codes

Color #6D8B21 in popluar color models

6D8B21
RGB10913933
HSL77°61.63%33.73%
HSB/HSV77°76.26%54.51%
CMYK21.58%0.00%76.26%
45.49%

Color #6D8B21 in popluar number systems.

HEX6D8B21
Decimal10913933
Binary110110110001011100001
Octal15521341

Shades and tints

Shades of #6D8B21

#6D8B21
(109,139,33)
#647F1E
(100,127,30)
#5B731B
(91,115,27)
#526718
(82,103,24)
#495B15
(73,91,21)
#404F12
(64,79,18)
#37430F
(55,67,15)
#2E370C
(46,55,12)
#252B09
(37,43,9)
#1C1F06
(28,31,6)
#131303
(19,19,3)
#000000
(0,0,0)

Tints of #6D8B21

#6D8B21
(109,139,33)
#7A9535
(122,149,53)
#879F49
(135,159,73)
#94A95D
(148,169,93)
#A1B371
(161,179,113)
#AEBD85
(174,189,133)
#BBC799
(187,199,153)
#C8D1AD
(200,209,173)
#D5DBC1
(213,219,193)
#E2E5D5
(226,229,213)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8B21 color. Also use rgb(109,139,33) instead hex code.

Text Font Color

.myTextColor { color: #6D8B21; }

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

This text font color is #6D8B21.


Background Color

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

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

This div background color is #6D8B21.


Border color

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

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

This div border color is #6D8B21.


Opacity

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

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

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

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

This text has shadow with #6D8B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8B21 on black background.


Color preview on white background

This text has color #6D8B21 on white background.



Black color preview on #6D8B21 background

This text has black color on #6D8B21 background.


White color preview on #6D8B21 background

This text has white color on #6D8B21 background.