COLOR #6C7811

HEX: #6C7811
RGB: (108,120,17)

Color info

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

RGB color model

#6C7811 color RGB value is (108,120,17).

  • red value is 108;
  • green value is 120;
  • blue value is 17.
RGB:
(108,120,17)
(42%,47%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 17 of 255 = 7%

108
120
17

R + G + B ~ 32%. #6C7811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 17 = 245 (100%)
R 108 of 245 ~ 44.08%
G 120 of 245 ~ 48.98%
B 17 of 245 ~ 6.94%

%44.08
%48.98

CMYK color model

#6C7811 color CMYK value is (10,0,86,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 85.83%
  • key color value is 52.94%
CMYK:
(10,0,86,53)
C10M0Y86K53 
(10%,0%,86%,53%)
(0.10/0.00/0.86/0.53)	

CMYK percentages

%10
%0
%85.83
%52.94

Codes

Color #6C7811 in popluar color models

6C7811
RGB10812017
HSL67°75.18%26.86%
HSB/HSV67°85.83%47.06%
CMYK10.00%0.00%85.83%
52.94%

Color #6C7811 in popluar number systems.

HEX6C7811
Decimal10812017
Binary1101100111100010001
Octal15417021

Shades and tints

Shades of #6C7811

#6C7811
(108,120,17)
#636E10
(99,110,16)
#5A640F
(90,100,15)
#515A0E
(81,90,14)
#48500D
(72,80,13)
#3F460C
(63,70,12)
#363C0B
(54,60,11)
#2D320A
(45,50,10)
#242809
(36,40,9)
#1B1E08
(27,30,8)
#121407
(18,20,7)
#000000
(0,0,0)

Tints of #6C7811

#6C7811
(108,120,17)
#798426
(121,132,38)
#86903B
(134,144,59)
#939C50
(147,156,80)
#A0A865
(160,168,101)
#ADB47A
(173,180,122)
#BAC08F
(186,192,143)
#C7CCA4
(199,204,164)
#D4D8B9
(212,216,185)
#E1E4CE
(225,228,206)
#EEF0E3
(238,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7811 color. Also use rgb(108,120,17) instead hex code.

Text Font Color

.myTextColor { color: #6C7811; }

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

This text font color is #6C7811.


Background Color

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

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

This div background color is #6C7811.


Border color

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

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

This div border color is #6C7811.


Opacity

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

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

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

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

This text has shadow with #6C7811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7811 on black background.


Color preview on white background

This text has color #6C7811 on white background.



Black color preview on #6C7811 background

This text has black color on #6C7811 background.


White color preview on #6C7811 background

This text has white color on #6C7811 background.