COLOR #106E16

HEX: #106E16
RGB: (16,110,22)

Color info

#106E16 contains mainly green color. Web safe color of #106E16 is #006600 (or #060).

RGB color model

#106E16 color RGB value is (16,110,22).

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

RGB channels and saturation

R 16 of 255 = 6%
G 110 of 255 = 43%
B 22 of 255 = 9%

16
110
22

R + G + B ~ 19%. #106E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 110 + 22 = 148 (100%)
R 16 of 148 ~ 10.81%
G 110 of 148 ~ 74.32%
B 22 of 148 ~ 14.86%

%10.81
%74.32
%14.86

CMYK color model

#106E16 color CMYK value is (85,0,80,57).

  • cyan value is 85.45%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 56.86%
CMYK:
(85,0,80,57)
C85M0Y80K57 
(85%,0%,80%,57%)
(0.85/0.00/0.80/0.57)	

CMYK percentages

%85.45
%0
%80
%56.86

Codes

Color #106E16 in popluar color models

106E16
RGB1611022
HSL124°74.60%24.71%
HSB/HSV124°85.45%43.14%
CMYK85.45%0.00%80.00%
56.86%

Color #106E16 in popluar number systems.

HEX106E16
Decimal1611022
Binary10000110111010110
Octal2015626

Shades and tints

Shades of #106E16

#106E16
(16,110,22)
#0F6414
(15,100,20)
#0E5A12
(14,90,18)
#0D5010
(13,80,16)
#0C460E
(12,70,14)
#0B3C0C
(11,60,12)
#0A320A
(10,50,10)
#092808
(9,40,8)
#081E06
(8,30,6)
#071404
(7,20,4)
#060A02
(6,10,2)
#000000
(0,0,0)

Tints of #106E16

#106E16
(16,110,22)
#257B2B
(37,123,43)
#3A8840
(58,136,64)
#4F9555
(79,149,85)
#64A26A
(100,162,106)
#79AF7F
(121,175,127)
#8EBC94
(142,188,148)
#A3C9A9
(163,201,169)
#B8D6BE
(184,214,190)
#CDE3D3
(205,227,211)
#E2F0E8
(226,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106E16 color. Also use rgb(16,110,22) instead hex code.

Text Font Color

.myTextColor { color: #106E16; }

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

This text font color is #106E16.


Background Color

.myBgColor { background-color: #106E16; }

<div style="background-color:#106E16">Inner text</div>

This div background color is #106E16.


Border color

.myBorderColor { border: 1px solid #106E16; }

<div style="border:3px solid #106E16">Div</div>

This div border color is #106E16.


Opacity

.myOpacity80 { color: #106E16; opacity: 0.8; }

<p style="color:#106E16;opacity:0.8;">80%</p>

Text with #106E16 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 #106E16;}

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

This text has shadow with #106E16 color.

.textShadow {text-shadow: 3px 3px 1px #106E16, 3px 3px 1px red;}

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

This text has shadow with #106E16 primary color and red secondary color.


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

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

This text has shadow with #106E16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106E16 on black background.


Color preview on white background

This text has color #106E16 on white background.



Black color preview on #106E16 background

This text has black color on #106E16 background.


White color preview on #106E16 background

This text has white color on #106E16 background.