COLOR #126B12

HEX: #126B12
RGB: (18,107,18)

Color info

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

RGB color model

#126B12 color RGB value is (18,107,18).

  • red value is 18;
  • green value is 107;
  • blue value is 18.
RGB:
(18,107,18)
(7%,42%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 107 of 255 = 42%
B 18 of 255 = 7%

18
107
18

R + G + B ~ 19%. #126B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 107 + 18 = 143 (100%)
R 18 of 143 ~ 12.59%
G 107 of 143 ~ 74.83%
B 18 of 143 ~ 12.59%

%12.59
%74.83
%12.59

CMYK color model

#126B12 color CMYK value is (83,0,83,58).

  • cyan value is 83.18%
  • magenta value is 0.00%
  • yellow value is 83.18%
  • key color value is 58.04%
CMYK:
(83,0,83,58)
C83M0Y83K58 
(83%,0%,83%,58%)
(0.83/0.00/0.83/0.58)	

CMYK percentages

%83.18
%0
%83.18
%58.04

Codes

Color #126B12 in popluar color models

126B12
RGB1810718
HSL120°71.20%24.51%
HSB/HSV120°83.18%41.96%
CMYK83.18%0.00%83.18%
58.04%

Color #126B12 in popluar number systems.

HEX126B12
Decimal1810718
Binary10010110101110010
Octal2215322

Shades and tints

Shades of #126B12

#126B12
(18,107,18)
#116211
(17,98,17)
#105910
(16,89,16)
#0F500F
(15,80,15)
#0E470E
(14,71,14)
#0D3E0D
(13,62,13)
#0C350C
(12,53,12)
#0B2C0B
(11,44,11)
#0A230A
(10,35,10)
#091A09
(9,26,9)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #126B12

#126B12
(18,107,18)
#277827
(39,120,39)
#3C853C
(60,133,60)
#519251
(81,146,81)
#669F66
(102,159,102)
#7BAC7B
(123,172,123)
#90B990
(144,185,144)
#A5C6A5
(165,198,165)
#BAD3BA
(186,211,186)
#CFE0CF
(207,224,207)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126B12 color. Also use rgb(18,107,18) instead hex code.

Text Font Color

.myTextColor { color: #126B12; }

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

This text font color is #126B12.


Background Color

.myBgColor { background-color: #126B12; }

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

This div background color is #126B12.


Border color

.myBorderColor { border: 1px solid #126B12; }

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

This div border color is #126B12.


Opacity

.myOpacity80 { color: #126B12; opacity: 0.8; }

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

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

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

This text has shadow with #126B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126B12 on black background.


Color preview on white background

This text has color #126B12 on white background.



Black color preview on #126B12 background

This text has black color on #126B12 background.


White color preview on #126B12 background

This text has white color on #126B12 background.