COLOR #079210

HEX: #079210
RGB: (7,146,16)

Color info

#079210 contains mainly green color. Web safe color of #079210 is #009900 (or #090).

RGB color model

#079210 color RGB value is (7,146,16).

  • red value is 7;
  • green value is 146;
  • blue value is 16.
RGB:
(7,146,16)
(3%,57%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 146 of 255 = 57%
B 16 of 255 = 6%

7
146
16

R + G + B ~ 22%. #079210 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 146 + 16 = 169 (100%)
R 7 of 169 ~ 4.14%
G 146 of 169 ~ 86.39%
B 16 of 169 ~ 9.47%

%86.39

CMYK color model

#079210 color CMYK value is (95,0,89,43).

  • cyan value is 95.21%
  • magenta value is 0.00%
  • yellow value is 89.04%
  • key color value is 42.75%
CMYK:
(95,0,89,43)
C95M0Y89K43 
(95%,0%,89%,43%)
(0.95/0.00/0.89/0.43)	

CMYK percentages

%95.21
%0
%89.04
%42.75

Codes

Color #079210 in popluar color models

079210
RGB714616
HSL124°90.85%30.00%
HSB/HSV124°95.21%57.25%
CMYK95.21%0.00%89.04%
42.75%

Color #079210 in popluar number systems.

HEX079210
Decimal714616
Binary1111001001010000
Octal722220

Shades and tints

Shades of #079210

#079210
(7,146,16)
#07850F
(7,133,15)
#07780E
(7,120,14)
#076B0D
(7,107,13)
#075E0C
(7,94,12)
#07510B
(7,81,11)
#07440A
(7,68,10)
#073709
(7,55,9)
#072A08
(7,42,8)
#071D07
(7,29,7)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #079210

#079210
(7,146,16)
#1D9B25
(29,155,37)
#33A43A
(51,164,58)
#49AD4F
(73,173,79)
#5FB664
(95,182,100)
#75BF79
(117,191,121)
#8BC88E
(139,200,142)
#A1D1A3
(161,209,163)
#B7DAB8
(183,218,184)
#CDE3CD
(205,227,205)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #079210 color. Also use rgb(7,146,16) instead hex code.

Text Font Color

.myTextColor { color: #079210; }

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

This text font color is #079210.


Background Color

.myBgColor { background-color: #079210; }

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

This div background color is #079210.


Border color

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

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

This div border color is #079210.


Opacity

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

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

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

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

This text has shadow with #079210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #079210 on black background.


Color preview on white background

This text has color #079210 on white background.



Black color preview on #079210 background

This text has black color on #079210 background.


White color preview on #079210 background

This text has white color on #079210 background.