COLOR #136600

HEX: #136600
RGB: (19,102,0)

Color info

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

RGB color model

#136600 color RGB value is (19,102,0).

  • red value is 19;
  • green value is 102;
  • blue value is 0.
RGB:
(19,102,0)
(7%,40%,0%)

RGB channels and saturation

R 19 of 255 = 7%
G 102 of 255 = 40%
B 0 of 255 = 0%

19
102
0

R + G + B ~ 16%. #136600 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 102 + 0 = 121 (100%)
R 19 of 121 ~ 15.7%
G 102 of 121 ~ 84.3%
B 0 of 121 ~ 0%

%15.7
%84.3

CMYK color model

#136600 color CMYK value is (81,0,100,60).

  • cyan value is 81.37%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.00%
CMYK:
(81,0,100,60)
C81M0Y100K60 
(81%,0%,100%,60%)
(0.81/0.00/1.00/0.60)	

CMYK percentages

%81.37
%0
%100
%60

Codes

Color #136600 in popluar color models

136600
RGB191020
HSL109°100.00%20.00%
HSB/HSV109°100.00%40.00%
CMYK81.37%0.00%100.00%
60.00%

Color #136600 in popluar number systems.

HEX136600
Decimal191020
Binary1001111001100
Octal231460

Shades and tints

Shades of #136600

#136600
(19,102,0)
#125D00
(18,93,0)
#115400
(17,84,0)
#104B00
(16,75,0)
#0F4200
(15,66,0)
#0E3900
(14,57,0)
#0D3000
(13,48,0)
#0C2700
(12,39,0)
#0B1E00
(11,30,0)
#0A1500
(10,21,0)
#090C00
(9,12,0)
#000000
(0,0,0)

Tints of #136600

#136600
(19,102,0)
#287317
(40,115,23)
#3D802E
(61,128,46)
#528D45
(82,141,69)
#679A5C
(103,154,92)
#7CA773
(124,167,115)
#91B48A
(145,180,138)
#A6C1A1
(166,193,161)
#BBCEB8
(187,206,184)
#D0DBCF
(208,219,207)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136600 color. Also use rgb(19,102,0) instead hex code.

Text Font Color

.myTextColor { color: #136600; }

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

This text font color is #136600.


Background Color

.myBgColor { background-color: #136600; }

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

This div background color is #136600.


Border color

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

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

This div border color is #136600.


Opacity

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

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

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

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

This text has shadow with #136600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136600 on black background.


Color preview on white background

This text has color #136600 on white background.



Black color preview on #136600 background

This text has black color on #136600 background.


White color preview on #136600 background

This text has white color on #136600 background.