COLOR #126614

HEX: #126614
RGB: (18,102,20)

Color info

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

RGB color model

#126614 color RGB value is (18,102,20).

  • red value is 18;
  • green value is 102;
  • blue value is 20.
RGB:
(18,102,20)
(7%,40%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 102 of 255 = 40%
B 20 of 255 = 8%

18
102
20

R + G + B ~ 18%. #126614 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 102 + 20 = 140 (100%)
R 18 of 140 ~ 12.86%
G 102 of 140 ~ 72.86%
B 20 of 140 ~ 14.29%

%12.86
%72.86
%14.29

CMYK color model

#126614 color CMYK value is (82,0,80,60).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 80.39%
  • key color value is 60.00%
CMYK:
(82,0,80,60)
C82M0Y80K60 
(82%,0%,80%,60%)
(0.82/0.00/0.80/0.60)	

CMYK percentages

%82.35
%0
%80.39
%60

Codes

Color #126614 in popluar color models

126614
RGB1810220
HSL121°70.00%23.53%
HSB/HSV121°82.35%40.00%
CMYK82.35%0.00%80.39%
60.00%

Color #126614 in popluar number systems.

HEX126614
Decimal1810220
Binary10010110011010100
Octal2214624

Shades and tints

Shades of #126614

#126614
(18,102,20)
#115D13
(17,93,19)
#105412
(16,84,18)
#0F4B11
(15,75,17)
#0E4210
(14,66,16)
#0D390F
(13,57,15)
#0C300E
(12,48,14)
#0B270D
(11,39,13)
#0A1E0C
(10,30,12)
#09150B
(9,21,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #126614

#126614
(18,102,20)
#277329
(39,115,41)
#3C803E
(60,128,62)
#518D53
(81,141,83)
#669A68
(102,154,104)
#7BA77D
(123,167,125)
#90B492
(144,180,146)
#A5C1A7
(165,193,167)
#BACEBC
(186,206,188)
#CFDBD1
(207,219,209)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126614 color. Also use rgb(18,102,20) instead hex code.

Text Font Color

.myTextColor { color: #126614; }

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

This text font color is #126614.


Background Color

.myBgColor { background-color: #126614; }

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

This div background color is #126614.


Border color

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

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

This div border color is #126614.


Opacity

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

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

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

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

This text has shadow with #126614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126614 on black background.


Color preview on white background

This text has color #126614 on white background.



Black color preview on #126614 background

This text has black color on #126614 background.


White color preview on #126614 background

This text has white color on #126614 background.