COLOR #709065

HEX: #709065
RGB: (112,144,101)

Color info

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

RGB color model

#709065 color RGB value is (112,144,101).

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

RGB channels and saturation

R 112 of 255 = 44%
G 144 of 255 = 56%
B 101 of 255 = 40%

112
144
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 144 + 101 = 357 (100%)
R 112 of 357 ~ 31.37%
G 144 of 357 ~ 40.34%
B 101 of 357 ~ 28.29%

%31.37
%40.34
%28.29

CMYK color model

#709065 color CMYK value is (22,0,30,44).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(22,0,30,44)
C22M0Y30K44 
(22%,0%,30%,44%)
(0.22/0.00/0.30/0.44)	

CMYK percentages

%22.22
%0
%29.86
%43.53

Codes

Color #709065 in popluar color models

709065
RGB112144101
HSL105°17.55%48.04%
HSB/HSV105°29.86%56.47%
CMYK22.22%0.00%29.86%
43.53%

Color #709065 in popluar number systems.

HEX709065
Decimal112144101
Binary1110000100100001100101
Octal160220145

Shades and tints

Shades of #709065

#709065
(112,144,101)
#66835C
(102,131,92)
#5C7653
(92,118,83)
#52694A
(82,105,74)
#485C41
(72,92,65)
#3E4F38
(62,79,56)
#34422F
(52,66,47)
#2A3526
(42,53,38)
#20281D
(32,40,29)
#161B14
(22,27,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #709065

#709065
(112,144,101)
#7D9A73
(125,154,115)
#8AA481
(138,164,129)
#97AE8F
(151,174,143)
#A4B89D
(164,184,157)
#B1C2AB
(177,194,171)
#BECCB9
(190,204,185)
#CBD6C7
(203,214,199)
#D8E0D5
(216,224,213)
#E5EAE3
(229,234,227)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709065; }

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

This text font color is #709065.


Background Color

.myBgColor { background-color: #709065; }

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

This div background color is #709065.


Border color

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

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

This div border color is #709065.


Opacity

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

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

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

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

This text has shadow with #709065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709065 on black background.


Color preview on white background

This text has color #709065 on white background.



Black color preview on #709065 background

This text has black color on #709065 background.


White color preview on #709065 background

This text has white color on #709065 background.