COLOR #709960

HEX: #709960
RGB: (112,153,96)

Color info

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

RGB color model

#709960 color RGB value is (112,153,96).

  • red value is 112;
  • green value is 153;
  • blue value is 96.
RGB:
(112,153,96)
(44%,60%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 96 of 255 = 38%

112
153
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 96 = 361 (100%)
R 112 of 361 ~ 31.02%
G 153 of 361 ~ 42.38%
B 96 of 361 ~ 26.59%

%31.02
%42.38
%26.59

CMYK color model

#709960 color CMYK value is (27,0,37,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(27,0,37,40)
C27M0Y37K40 
(27%,0%,37%,40%)
(0.27/0.00/0.37/0.40)	

CMYK percentages

%26.8
%0
%37.25
%40

Codes

Color #709960 in popluar color models

709960
RGB11215396
HSL103°22.89%48.82%
HSB/HSV103°37.25%60.00%
CMYK26.80%0.00%37.25%
40.00%

Color #709960 in popluar number systems.

HEX709960
Decimal11215396
Binary1110000100110011100000
Octal160231140

Shades and tints

Shades of #709960

#709960
(112,153,96)
#668C58
(102,140,88)
#5C7F50
(92,127,80)
#527248
(82,114,72)
#486540
(72,101,64)
#3E5838
(62,88,56)
#344B30
(52,75,48)
#2A3E28
(42,62,40)
#203120
(32,49,32)
#162418
(22,36,24)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #709960

#709960
(112,153,96)
#7DA26E
(125,162,110)
#8AAB7C
(138,171,124)
#97B48A
(151,180,138)
#A4BD98
(164,189,152)
#B1C6A6
(177,198,166)
#BECFB4
(190,207,180)
#CBD8C2
(203,216,194)
#D8E1D0
(216,225,208)
#E5EADE
(229,234,222)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709960 color. Also use rgb(112,153,96) instead hex code.

Text Font Color

.myTextColor { color: #709960; }

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

This text font color is #709960.


Background Color

.myBgColor { background-color: #709960; }

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

This div background color is #709960.


Border color

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

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

This div border color is #709960.


Opacity

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

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

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

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

This text has shadow with #709960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709960 on black background.


Color preview on white background

This text has color #709960 on white background.



Black color preview on #709960 background

This text has black color on #709960 background.


White color preview on #709960 background

This text has white color on #709960 background.