COLOR #70997A

HEX: #70997A
RGB: (112,153,122)

Color info

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

RGB color model

#70997A color RGB value is (112,153,122).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 122 of 255 = 48%

112
153
122

R + G + B ~ 51%. #70997A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 122 = 387 (100%)
R 112 of 387 ~ 28.94%
G 153 of 387 ~ 39.53%
B 122 of 387 ~ 31.52%

%28.94
%39.53
%31.52

CMYK color model

#70997A color CMYK value is (27,0,20,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(27,0,20,40)
C27M0Y20K40 
(27%,0%,20%,40%)
(0.27/0.00/0.20/0.40)	

CMYK percentages

%26.8
%0
%20.26
%40

Codes

Color #70997A in popluar color models

70997A
RGB112153122
HSL135°16.73%51.96%
HSB/HSV135°26.80%60.00%
CMYK26.80%0.00%20.26%
40.00%

Color #70997A in popluar number systems.

HEX70997A
Decimal112153122
Binary1110000100110011111010
Octal160231172

Shades and tints

Shades of #70997A

#70997A
(112,153,122)
#668C6F
(102,140,111)
#5C7F64
(92,127,100)
#527259
(82,114,89)
#48654E
(72,101,78)
#3E5843
(62,88,67)
#344B38
(52,75,56)
#2A3E2D
(42,62,45)
#203122
(32,49,34)
#162417
(22,36,23)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #70997A

#70997A
(112,153,122)
#7DA286
(125,162,134)
#8AAB92
(138,171,146)
#97B49E
(151,180,158)
#A4BDAA
(164,189,170)
#B1C6B6
(177,198,182)
#BECFC2
(190,207,194)
#CBD8CE
(203,216,206)
#D8E1DA
(216,225,218)
#E5EAE6
(229,234,230)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70997A; }

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

This text font color is #70997A.


Background Color

.myBgColor { background-color: #70997A; }

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

This div background color is #70997A.


Border color

.myBorderColor { border: 1px solid #70997A; }

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

This div border color is #70997A.


Opacity

.myOpacity80 { color: #70997A; opacity: 0.8; }

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

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

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

This text has shadow with #70997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70997A on black background.


Color preview on white background

This text has color #70997A on white background.



Black color preview on #70997A background

This text has black color on #70997A background.


White color preview on #70997A background

This text has white color on #70997A background.