COLOR #007812

HEX: #007812
RGB: (0,120,18)

Color info

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

RGB color model

#007812 color RGB value is (0,120,18).

  • red value is 0;
  • green value is 120;
  • blue value is 18.
RGB:
(0,120,18)
(0%,47%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 120 of 255 = 47%
B 18 of 255 = 7%

0
120
18

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

Portions of RGB colors in percentages

R + G + B =
0 + 120 + 18 = 138 (100%)
R 0 of 138 ~ 0%
G 120 of 138 ~ 86.96%
B 18 of 138 ~ 13.04%

%86.96
%13.04

CMYK color model

#007812 color CMYK value is (100,0,85,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 52.94%
CMYK:
(100,0,85,53)
C100M0Y85K53 
(100%,0%,85%,53%)
(1.00/0.00/0.85/0.53)	

CMYK percentages

%100
%0
%85
%52.94

Codes

Color #007812 in popluar color models

007812
RGB012018
HSL129°100.00%23.53%
HSB/HSV129°100.00%47.06%
CMYK100.00%0.00%85.00%
52.94%

Color #007812 in popluar number systems.

HEX007812
Decimal012018
Binary0111100010010
Octal017022

Shades and tints

Shades of #007812

#007812
(0,120,18)
#006E11
(0,110,17)
#006410
(0,100,16)
#005A0F
(0,90,15)
#00500E
(0,80,14)
#00460D
(0,70,13)
#003C0C
(0,60,12)
#00320B
(0,50,11)
#00280A
(0,40,10)
#001E09
(0,30,9)
#001408
(0,20,8)
#000000
(0,0,0)

Tints of #007812

#007812
(0,120,18)
#178427
(23,132,39)
#2E903C
(46,144,60)
#459C51
(69,156,81)
#5CA866
(92,168,102)
#73B47B
(115,180,123)
#8AC090
(138,192,144)
#A1CCA5
(161,204,165)
#B8D8BA
(184,216,186)
#CFE4CF
(207,228,207)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007812 color. Also use rgb(0,120,18) instead hex code.

Text Font Color

.myTextColor { color: #007812; }

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

This text font color is #007812.


Background Color

.myBgColor { background-color: #007812; }

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

This div background color is #007812.


Border color

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

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

This div border color is #007812.


Opacity

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

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

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

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

This text has shadow with #007812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007812 on black background.


Color preview on white background

This text has color #007812 on white background.



Black color preview on #007812 background

This text has black color on #007812 background.


White color preview on #007812 background

This text has white color on #007812 background.