COLOR #106009

HEX: #106009
RGB: (16,96,9)

Color info

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

RGB color model

#106009 color RGB value is (16,96,9).

  • red value is 16;
  • green value is 96;
  • blue value is 9.
RGB:
(16,96,9)
(6%,38%,4%)

RGB channels and saturation

R 16 of 255 = 6%
G 96 of 255 = 38%
B 9 of 255 = 4%

16
96
9

R + G + B ~ 16%. #106009 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 96 + 9 = 121 (100%)
R 16 of 121 ~ 13.22%
G 96 of 121 ~ 79.34%
B 9 of 121 ~ 7.44%

%13.22
%79.34

CMYK color model

#106009 color CMYK value is (83,0,91,62).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 90.63%
  • key color value is 62.35%
CMYK:
(83,0,91,62)
C83M0Y91K62 
(83%,0%,91%,62%)
(0.83/0.00/0.91/0.62)	

CMYK percentages

%83.33
%0
%90.63
%62.35

Codes

Color #106009 in popluar color models

106009
RGB16969
HSL115°82.86%20.59%
HSB/HSV115°90.63%37.65%
CMYK83.33%0.00%90.63%
62.35%

Color #106009 in popluar number systems.

HEX106009
Decimal16969
Binary1000011000001001
Octal2014011

Shades and tints

Shades of #106009

#106009
(16,96,9)
#0F5809
(15,88,9)
#0E5009
(14,80,9)
#0D4809
(13,72,9)
#0C4009
(12,64,9)
#0B3809
(11,56,9)
#0A3009
(10,48,9)
#092809
(9,40,9)
#082009
(8,32,9)
#071809
(7,24,9)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #106009

#106009
(16,96,9)
#256E1F
(37,110,31)
#3A7C35
(58,124,53)
#4F8A4B
(79,138,75)
#649861
(100,152,97)
#79A677
(121,166,119)
#8EB48D
(142,180,141)
#A3C2A3
(163,194,163)
#B8D0B9
(184,208,185)
#CDDECF
(205,222,207)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106009 color. Also use rgb(16,96,9) instead hex code.

Text Font Color

.myTextColor { color: #106009; }

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

This text font color is #106009.


Background Color

.myBgColor { background-color: #106009; }

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

This div background color is #106009.


Border color

.myBorderColor { border: 1px solid #106009; }

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

This div border color is #106009.


Opacity

.myOpacity80 { color: #106009; opacity: 0.8; }

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

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

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

This text has shadow with #106009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106009 on black background.


Color preview on white background

This text has color #106009 on white background.



Black color preview on #106009 background

This text has black color on #106009 background.


White color preview on #106009 background

This text has white color on #106009 background.