COLOR #136216

HEX: #136216
RGB: (19,98,22)

Color info

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

RGB color model

#136216 color RGB value is (19,98,22).

  • red value is 19;
  • green value is 98;
  • blue value is 22.
RGB:
(19,98,22)
(7%,38%,9%)

RGB channels and saturation

R 19 of 255 = 7%
G 98 of 255 = 38%
B 22 of 255 = 9%

19
98
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 98 + 22 = 139 (100%)
R 19 of 139 ~ 13.67%
G 98 of 139 ~ 70.5%
B 22 of 139 ~ 15.83%

%13.67
%70.5
%15.83

CMYK color model

#136216 color CMYK value is (81,0,78,62).

  • cyan value is 80.61%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 61.57%
CMYK:
(81,0,78,62)
C81M0Y78K62 
(81%,0%,78%,62%)
(0.81/0.00/0.78/0.62)	

CMYK percentages

%80.61
%0
%77.55
%61.57

Codes

Color #136216 in popluar color models

136216
RGB199822
HSL122°67.52%22.94%
HSB/HSV122°80.61%38.43%
CMYK80.61%0.00%77.55%
61.57%

Color #136216 in popluar number systems.

HEX136216
Decimal199822
Binary10011110001010110
Octal2314226

Shades and tints

Shades of #136216

#136216
(19,98,22)
#125A14
(18,90,20)
#115212
(17,82,18)
#104A10
(16,74,16)
#0F420E
(15,66,14)
#0E3A0C
(14,58,12)
#0D320A
(13,50,10)
#0C2A08
(12,42,8)
#0B2206
(11,34,6)
#0A1A04
(10,26,4)
#091202
(9,18,2)
#000000
(0,0,0)

Tints of #136216

#136216
(19,98,22)
#28702B
(40,112,43)
#3D7E40
(61,126,64)
#528C55
(82,140,85)
#679A6A
(103,154,106)
#7CA87F
(124,168,127)
#91B694
(145,182,148)
#A6C4A9
(166,196,169)
#BBD2BE
(187,210,190)
#D0E0D3
(208,224,211)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136216 color. Also use rgb(19,98,22) instead hex code.

Text Font Color

.myTextColor { color: #136216; }

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

This text font color is #136216.


Background Color

.myBgColor { background-color: #136216; }

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

This div background color is #136216.


Border color

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

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

This div border color is #136216.


Opacity

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

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

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

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

This text has shadow with #136216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136216 on black background.


Color preview on white background

This text has color #136216 on white background.



Black color preview on #136216 background

This text has black color on #136216 background.


White color preview on #136216 background

This text has white color on #136216 background.