COLOR #709662

HEX: #709662
RGB: (112,150,98)

Color info

#709662 contains red, green and blue colors in about the same proportion. Web safe color of #709662 is #669966 (or #696).

RGB color model

#709662 color RGB value is (112,150,98).

  • red value is 112;
  • green value is 150;
  • blue value is 98.
RGB:
(112,150,98)
(44%,59%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 150 of 255 = 59%
B 98 of 255 = 38%

112
150
98

R + G + B ~ 47%. #709662 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 150 + 98 = 360 (100%)
R 112 of 360 ~ 31.11%
G 150 of 360 ~ 41.67%
B 98 of 360 ~ 27.22%

%31.11
%41.67
%27.22

CMYK color model

#709662 color CMYK value is (25,0,35,41).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(25,0,35,41)
C25M0Y35K41 
(25%,0%,35%,41%)
(0.25/0.00/0.35/0.41)	

CMYK percentages

%25.33
%0
%34.67
%41.18

Codes

Color #709662 in popluar color models

709662
RGB11215098
HSL104°20.97%48.63%
HSB/HSV104°34.67%58.82%
CMYK25.33%0.00%34.67%
41.18%

Color #709662 in popluar number systems.

HEX709662
Decimal11215098
Binary1110000100101101100010
Octal160226142

Shades and tints

Shades of #709662

#709662
(112,150,98)
#66895A
(102,137,90)
#5C7C52
(92,124,82)
#526F4A
(82,111,74)
#486242
(72,98,66)
#3E553A
(62,85,58)
#344832
(52,72,50)
#2A3B2A
(42,59,42)
#202E22
(32,46,34)
#16211A
(22,33,26)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #709662

#709662
(112,150,98)
#7D9F70
(125,159,112)
#8AA87E
(138,168,126)
#97B18C
(151,177,140)
#A4BA9A
(164,186,154)
#B1C3A8
(177,195,168)
#BECCB6
(190,204,182)
#CBD5C4
(203,213,196)
#D8DED2
(216,222,210)
#E5E7E0
(229,231,224)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709662 color. Also use rgb(112,150,98) instead hex code.

Text Font Color

.myTextColor { color: #709662; }

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

This text font color is #709662.


Background Color

.myBgColor { background-color: #709662; }

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

This div background color is #709662.


Border color

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

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

This div border color is #709662.


Opacity

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

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

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

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

This text has shadow with #709662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709662 on black background.


Color preview on white background

This text has color #709662 on white background.



Black color preview on #709662 background

This text has black color on #709662 background.


White color preview on #709662 background

This text has white color on #709662 background.