COLOR #709008

HEX: #709008
RGB: (112,144,8)

Color info

#709008 contains mainly red and green colors. Web safe color of #709008 is #669900 (or #690).

RGB color model

#709008 color RGB value is (112,144,8).

  • red value is 112;
  • green value is 144;
  • blue value is 8.
RGB:
(112,144,8)
(44%,56%,3%)

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 8 of 255 = 3%

112
144
8

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 8 = 264 (100%)
R 112 of 264 ~ 42.42%
G 144 of 264 ~ 54.55%
B 8 of 264 ~ 3.03%

%42.42
%54.55

CMYK color model

#709008 color CMYK value is (22,0,94,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 94.44%
  • key color value is 43.53%
CMYK:
(22,0,94,44)
C22M0Y94K44 
(22%,0%,94%,44%)
(0.22/0.00/0.94/0.44)	

CMYK percentages

%22.22
%0
%94.44
%43.53

Codes

Color #709008 in popluar color models

709008
RGB1121448
HSL74°89.47%29.80%
HSB/HSV74°94.44%56.47%
CMYK22.22%0.00%94.44%
43.53%

Color #709008 in popluar number systems.

HEX709008
Decimal1121448
Binary1110000100100001000
Octal16022010

Shades and tints

Shades of #709008

#709008
(112,144,8)
#668308
(102,131,8)
#5C7608
(92,118,8)
#526908
(82,105,8)
#485C08
(72,92,8)
#3E4F08
(62,79,8)
#344208
(52,66,8)
#2A3508
(42,53,8)
#202808
(32,40,8)
#161B08
(22,27,8)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #709008

#709008
(112,144,8)
#7D9A1E
(125,154,30)
#8AA434
(138,164,52)
#97AE4A
(151,174,74)
#A4B860
(164,184,96)
#B1C276
(177,194,118)
#BECC8C
(190,204,140)
#CBD6A2
(203,214,162)
#D8E0B8
(216,224,184)
#E5EACE
(229,234,206)
#F2F4E4
(242,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709008 color. Also use rgb(112,144,8) instead hex code.

Text Font Color

.myTextColor { color: #709008; }

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

This text font color is #709008.


Background Color

.myBgColor { background-color: #709008; }

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

This div background color is #709008.


Border color

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

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

This div border color is #709008.


Opacity

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

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

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

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

This text has shadow with #709008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709008 on black background.


Color preview on white background

This text has color #709008 on white background.



Black color preview on #709008 background

This text has black color on #709008 background.


White color preview on #709008 background

This text has white color on #709008 background.