COLOR #126518

HEX: #126518
RGB: (18,101,24)

Color info

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

RGB color model

#126518 color RGB value is (18,101,24).

  • red value is 18;
  • green value is 101;
  • blue value is 24.
RGB:
(18,101,24)
(7%,40%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 101 of 255 = 40%
B 24 of 255 = 9%

18
101
24

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

Portions of RGB colors in percentages

R + G + B =
18 + 101 + 24 = 143 (100%)
R 18 of 143 ~ 12.59%
G 101 of 143 ~ 70.63%
B 24 of 143 ~ 16.78%

%12.59
%70.63
%16.78

CMYK color model

#126518 color CMYK value is (82,0,76,60).

  • cyan value is 82.18%
  • magenta value is 0.00%
  • yellow value is 76.24%
  • key color value is 60.39%
CMYK:
(82,0,76,60)
C82M0Y76K60 
(82%,0%,76%,60%)
(0.82/0.00/0.76/0.60)	

CMYK percentages

%82.18
%0
%76.24
%60.39

Codes

Color #126518 in popluar color models

126518
RGB1810124
HSL124°69.75%23.33%
HSB/HSV124°82.18%39.61%
CMYK82.18%0.00%76.24%
60.39%

Color #126518 in popluar number systems.

HEX126518
Decimal1810124
Binary10010110010111000
Octal2214530

Shades and tints

Shades of #126518

#126518
(18,101,24)
#115C16
(17,92,22)
#105314
(16,83,20)
#0F4A12
(15,74,18)
#0E4110
(14,65,16)
#0D380E
(13,56,14)
#0C2F0C
(12,47,12)
#0B260A
(11,38,10)
#0A1D08
(10,29,8)
#091406
(9,20,6)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #126518

#126518
(18,101,24)
#27732D
(39,115,45)
#3C8142
(60,129,66)
#518F57
(81,143,87)
#669D6C
(102,157,108)
#7BAB81
(123,171,129)
#90B996
(144,185,150)
#A5C7AB
(165,199,171)
#BAD5C0
(186,213,192)
#CFE3D5
(207,227,213)
#E4F1EA
(228,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126518 color. Also use rgb(18,101,24) instead hex code.

Text Font Color

.myTextColor { color: #126518; }

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

This text font color is #126518.


Background Color

.myBgColor { background-color: #126518; }

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

This div background color is #126518.


Border color

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

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

This div border color is #126518.


Opacity

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

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

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

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

This text has shadow with #126518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126518 on black background.


Color preview on white background

This text has color #126518 on white background.



Black color preview on #126518 background

This text has black color on #126518 background.


White color preview on #126518 background

This text has white color on #126518 background.