COLOR #718012

HEX: #718012
RGB: (113,128,18)

Color info

#718012 contains mainly red and green colors. Web safe color of #718012 is #666600 (or #660).

RGB color model

#718012 color RGB value is (113,128,18).

  • red value is 113;
  • green value is 128;
  • blue value is 18.
RGB:
(113,128,18)
(44%,50%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 18 of 255 = 7%

113
128
18

R + G + B ~ 34%. #718012 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 18 = 259 (100%)
R 113 of 259 ~ 43.63%
G 128 of 259 ~ 49.42%
B 18 of 259 ~ 6.95%

%43.63
%49.42

CMYK color model

#718012 color CMYK value is (12,0,86,50).

  • cyan value is 11.72%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 49.80%
CMYK:
(12,0,86,50)
C12M0Y86K50 
(12%,0%,86%,50%)
(0.12/0.00/0.86/0.50)	

CMYK percentages

%11.72
%0
%85.94
%49.8

Codes

Color #718012 in popluar color models

718012
RGB11312818
HSL68°75.34%28.63%
HSB/HSV68°85.94%50.20%
CMYK11.72%0.00%85.94%
49.80%

Color #718012 in popluar number systems.

HEX718012
Decimal11312818
Binary11100011000000010010
Octal16120022

Shades and tints

Shades of #718012

#718012
(113,128,18)
#677511
(103,117,17)
#5D6A10
(93,106,16)
#535F0F
(83,95,15)
#49540E
(73,84,14)
#3F490D
(63,73,13)
#353E0C
(53,62,12)
#2B330B
(43,51,11)
#21280A
(33,40,10)
#171D09
(23,29,9)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #718012

#718012
(113,128,18)
#7D8B27
(125,139,39)
#89963C
(137,150,60)
#95A151
(149,161,81)
#A1AC66
(161,172,102)
#ADB77B
(173,183,123)
#B9C290
(185,194,144)
#C5CDA5
(197,205,165)
#D1D8BA
(209,216,186)
#DDE3CF
(221,227,207)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718012 color. Also use rgb(113,128,18) instead hex code.

Text Font Color

.myTextColor { color: #718012; }

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

This text font color is #718012.


Background Color

.myBgColor { background-color: #718012; }

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

This div background color is #718012.


Border color

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

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

This div border color is #718012.


Opacity

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

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

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

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

This text has shadow with #718012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718012 on black background.


Color preview on white background

This text has color #718012 on white background.



Black color preview on #718012 background

This text has black color on #718012 background.


White color preview on #718012 background

This text has white color on #718012 background.