COLOR #6D7C17

HEX: #6D7C17
RGB: (109,124,23)

Color info

#6D7C17 contains mainly red and green colors. Web safe color of #6D7C17 is #666600 (or #660).

RGB color model

#6D7C17 color RGB value is (109,124,23).

  • red value is 109;
  • green value is 124;
  • blue value is 23.
RGB:
(109,124,23)
(43%,49%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 124 of 255 = 49%
B 23 of 255 = 9%

109
124
23

R + G + B ~ 34%. #6D7C17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 124 + 23 = 256 (100%)
R 109 of 256 ~ 42.58%
G 124 of 256 ~ 48.44%
B 23 of 256 ~ 8.98%

%42.58
%48.44

CMYK color model

#6D7C17 color CMYK value is (12,0,81,51).

  • cyan value is 12.10%
  • magenta value is 0.00%
  • yellow value is 81.45%
  • key color value is 51.37%
CMYK:
(12,0,81,51)
C12M0Y81K51 
(12%,0%,81%,51%)
(0.12/0.00/0.81/0.51)	

CMYK percentages

%12.1
%0
%81.45
%51.37

Codes

Color #6D7C17 in popluar color models

6D7C17
RGB10912423
HSL69°68.71%28.82%
HSB/HSV69°81.45%48.63%
CMYK12.10%0.00%81.45%
51.37%

Color #6D7C17 in popluar number systems.

HEX6D7C17
Decimal10912423
Binary1101101111110010111
Octal15517427

Shades and tints

Shades of #6D7C17

#6D7C17
(109,124,23)
#647115
(100,113,21)
#5B6613
(91,102,19)
#525B11
(82,91,17)
#49500F
(73,80,15)
#40450D
(64,69,13)
#373A0B
(55,58,11)
#2E2F09
(46,47,9)
#252407
(37,36,7)
#1C1905
(28,25,5)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #6D7C17

#6D7C17
(109,124,23)
#7A872C
(122,135,44)
#879241
(135,146,65)
#949D56
(148,157,86)
#A1A86B
(161,168,107)
#AEB380
(174,179,128)
#BBBE95
(187,190,149)
#C8C9AA
(200,201,170)
#D5D4BF
(213,212,191)
#E2DFD4
(226,223,212)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7C17 color. Also use rgb(109,124,23) instead hex code.

Text Font Color

.myTextColor { color: #6D7C17; }

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

This text font color is #6D7C17.


Background Color

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

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

This div background color is #6D7C17.


Border color

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

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

This div border color is #6D7C17.


Opacity

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

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

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

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

This text has shadow with #6D7C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7C17 on black background.


Color preview on white background

This text has color #6D7C17 on white background.



Black color preview on #6D7C17 background

This text has black color on #6D7C17 background.


White color preview on #6D7C17 background

This text has white color on #6D7C17 background.