COLOR #078012

HEX: #078012
RGB: (7,128,18)

Color info

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

RGB color model

#078012 color RGB value is (7,128,18).

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

RGB channels and saturation

R 7 of 255 = 3%
G 128 of 255 = 50%
B 18 of 255 = 7%

7
128
18

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

Portions of RGB colors in percentages

R + G + B =
7 + 128 + 18 = 153 (100%)
R 7 of 153 ~ 4.58%
G 128 of 153 ~ 83.66%
B 18 of 153 ~ 11.76%

%83.66
%11.76

CMYK color model

#078012 color CMYK value is (95,0,86,50).

  • cyan value is 94.53%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 49.80%
CMYK:
(95,0,86,50)
C95M0Y86K50 
(95%,0%,86%,50%)
(0.95/0.00/0.86/0.50)	

CMYK percentages

%94.53
%0
%85.94
%49.8

Codes

Color #078012 in popluar color models

078012
RGB712818
HSL125°89.63%26.47%
HSB/HSV125°94.53%50.20%
CMYK94.53%0.00%85.94%
49.80%

Color #078012 in popluar number systems.

HEX078012
Decimal712818
Binary1111000000010010
Octal720022

Shades and tints

Shades of #078012

#078012
(7,128,18)
#077511
(7,117,17)
#076A10
(7,106,16)
#075F0F
(7,95,15)
#07540E
(7,84,14)
#07490D
(7,73,13)
#073E0C
(7,62,12)
#07330B
(7,51,11)
#07280A
(7,40,10)
#071D09
(7,29,9)
#071208
(7,18,8)
#000000
(0,0,0)

Tints of #078012

#078012
(7,128,18)
#1D8B27
(29,139,39)
#33963C
(51,150,60)
#49A151
(73,161,81)
#5FAC66
(95,172,102)
#75B77B
(117,183,123)
#8BC290
(139,194,144)
#A1CDA5
(161,205,165)
#B7D8BA
(183,216,186)
#CDE3CF
(205,227,207)
#E3EEE4
(227,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078012; }

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

This text font color is #078012.


Background Color

.myBgColor { background-color: #078012; }

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

This div background color is #078012.


Border color

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

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

This div border color is #078012.


Opacity

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

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

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

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

This text has shadow with #078012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078012 on black background.


Color preview on white background

This text has color #078012 on white background.



Black color preview on #078012 background

This text has black color on #078012 background.


White color preview on #078012 background

This text has white color on #078012 background.