COLOR #6C7C16

HEX: #6C7C16
RGB: (108,124,22)

Color info

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

RGB color model

#6C7C16 color RGB value is (108,124,22).

  • red value is 108;
  • green value is 124;
  • blue value is 22.
RGB:
(108,124,22)
(42%,49%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 124 of 255 = 49%
B 22 of 255 = 9%

108
124
22

R + G + B ~ 33%. #6C7C16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 124 + 22 = 254 (100%)
R 108 of 254 ~ 42.52%
G 124 of 254 ~ 48.82%
B 22 of 254 ~ 8.66%

%42.52
%48.82

CMYK color model

#6C7C16 color CMYK value is (13,0,82,51).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 82.26%
  • key color value is 51.37%
CMYK:
(13,0,82,51)
C13M0Y82K51 
(13%,0%,82%,51%)
(0.13/0.00/0.82/0.51)	

CMYK percentages

%12.9
%0
%82.26
%51.37

Codes

Color #6C7C16 in popluar color models

6C7C16
RGB10812422
HSL69°69.86%28.63%
HSB/HSV69°82.26%48.63%
CMYK12.90%0.00%82.26%
51.37%

Color #6C7C16 in popluar number systems.

HEX6C7C16
Decimal10812422
Binary1101100111110010110
Octal15417426

Shades and tints

Shades of #6C7C16

#6C7C16
(108,124,22)
#637114
(99,113,20)
#5A6612
(90,102,18)
#515B10
(81,91,16)
#48500E
(72,80,14)
#3F450C
(63,69,12)
#363A0A
(54,58,10)
#2D2F08
(45,47,8)
#242406
(36,36,6)
#1B1904
(27,25,4)
#120E02
(18,14,2)
#000000
(0,0,0)

Tints of #6C7C16

#6C7C16
(108,124,22)
#79872B
(121,135,43)
#869240
(134,146,64)
#939D55
(147,157,85)
#A0A86A
(160,168,106)
#ADB37F
(173,179,127)
#BABE94
(186,190,148)
#C7C9A9
(199,201,169)
#D4D4BE
(212,212,190)
#E1DFD3
(225,223,211)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7C16 color. Also use rgb(108,124,22) instead hex code.

Text Font Color

.myTextColor { color: #6C7C16; }

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

This text font color is #6C7C16.


Background Color

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

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

This div background color is #6C7C16.


Border color

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

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

This div border color is #6C7C16.


Opacity

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

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

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

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

This text has shadow with #6C7C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7C16 on black background.


Color preview on white background

This text has color #6C7C16 on white background.



Black color preview on #6C7C16 background

This text has black color on #6C7C16 background.


White color preview on #6C7C16 background

This text has white color on #6C7C16 background.