COLOR #126724

HEX: #126724
RGB: (18,103,36)

Color info

#126724 contains mainly green color. Web safe color of #126724 is #006633 (or #063).

RGB color model

#126724 color RGB value is (18,103,36).

  • red value is 18;
  • green value is 103;
  • blue value is 36.
RGB:
(18,103,36)
(7%,40%,14%)

RGB channels and saturation

R 18 of 255 = 7%
G 103 of 255 = 40%
B 36 of 255 = 14%

18
103
36

R + G + B ~ 20%. #126724 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 103 + 36 = 157 (100%)
R 18 of 157 ~ 11.46%
G 103 of 157 ~ 65.61%
B 36 of 157 ~ 22.93%

%11.46
%65.61
%22.93

CMYK color model

#126724 color CMYK value is (83,0,65,60).

  • cyan value is 82.52%
  • magenta value is 0.00%
  • yellow value is 65.05%
  • key color value is 59.61%
CMYK:
(83,0,65,60)
C83M0Y65K60 
(83%,0%,65%,60%)
(0.83/0.00/0.65/0.60)	

CMYK percentages

%82.52
%0
%65.05
%59.61

Codes

Color #126724 in popluar color models

126724
RGB1810336
HSL133°70.25%23.73%
HSB/HSV133°82.52%40.39%
CMYK82.52%0.00%65.05%
59.61%

Color #126724 in popluar number systems.

HEX126724
Decimal1810336
Binary100101100111100100
Octal2214744

Shades and tints

Shades of #126724

#126724
(18,103,36)
#115E21
(17,94,33)
#10551E
(16,85,30)
#0F4C1B
(15,76,27)
#0E4318
(14,67,24)
#0D3A15
(13,58,21)
#0C3112
(12,49,18)
#0B280F
(11,40,15)
#0A1F0C
(10,31,12)
#091609
(9,22,9)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #126724

#126724
(18,103,36)
#277437
(39,116,55)
#3C814A
(60,129,74)
#518E5D
(81,142,93)
#669B70
(102,155,112)
#7BA883
(123,168,131)
#90B596
(144,181,150)
#A5C2A9
(165,194,169)
#BACFBC
(186,207,188)
#CFDCCF
(207,220,207)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126724 color. Also use rgb(18,103,36) instead hex code.

Text Font Color

.myTextColor { color: #126724; }

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

This text font color is #126724.


Background Color

.myBgColor { background-color: #126724; }

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

This div background color is #126724.


Border color

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

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

This div border color is #126724.


Opacity

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

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

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

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

This text has shadow with #126724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126724 on black background.


Color preview on white background

This text has color #126724 on white background.



Black color preview on #126724 background

This text has black color on #126724 background.


White color preview on #126724 background

This text has white color on #126724 background.