COLOR #6E7016

HEX: #6E7016
RGB: (110,112,22)

Color info

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

RGB color model

#6E7016 color RGB value is (110,112,22).

  • red value is 110;
  • green value is 112;
  • blue value is 22.
RGB:
(110,112,22)
(43%,44%,9%)

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 22 of 255 = 9%

110
112
22

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 22 = 244 (100%)
R 110 of 244 ~ 45.08%
G 112 of 244 ~ 45.9%
B 22 of 244 ~ 9.02%

%45.08
%45.9

CMYK color model

#6E7016 color CMYK value is (2,0,80,56).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 80.36%
  • key color value is 56.08%
CMYK:
(2,0,80,56)
C2M0Y80K56 
(2%,0%,80%,56%)
(0.02/0.00/0.80/0.56)	

CMYK percentages

%1.79
%0
%80.36
%56.08

Codes

Color #6E7016 in popluar color models

6E7016
RGB11011222
HSL61°67.16%26.27%
HSB/HSV61°80.36%43.92%
CMYK1.79%0.00%80.36%
56.08%

Color #6E7016 in popluar number systems.

HEX6E7016
Decimal11011222
Binary1101110111000010110
Octal15616026

Shades and tints

Shades of #6E7016

#6E7016
(110,112,22)
#646614
(100,102,20)
#5A5C12
(90,92,18)
#505210
(80,82,16)
#46480E
(70,72,14)
#3C3E0C
(60,62,12)
#32340A
(50,52,10)
#282A08
(40,42,8)
#1E2006
(30,32,6)
#141604
(20,22,4)
#0A0C02
(10,12,2)
#000000
(0,0,0)

Tints of #6E7016

#6E7016
(110,112,22)
#7B7D2B
(123,125,43)
#888A40
(136,138,64)
#959755
(149,151,85)
#A2A46A
(162,164,106)
#AFB17F
(175,177,127)
#BCBE94
(188,190,148)
#C9CBA9
(201,203,169)
#D6D8BE
(214,216,190)
#E3E5D3
(227,229,211)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7016 color. Also use rgb(110,112,22) instead hex code.

Text Font Color

.myTextColor { color: #6E7016; }

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

This text font color is #6E7016.


Background Color

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

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

This div background color is #6E7016.


Border color

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

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

This div border color is #6E7016.


Opacity

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

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

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

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

This text has shadow with #6E7016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7016 on black background.


Color preview on white background

This text has color #6E7016 on white background.



Black color preview on #6E7016 background

This text has black color on #6E7016 background.


White color preview on #6E7016 background

This text has white color on #6E7016 background.