COLOR #70976B

HEX: #70976B
RGB: (112,151,107)

Color info

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

RGB color model

#70976B color RGB value is (112,151,107).

  • red value is 112;
  • green value is 151;
  • blue value is 107.
RGB:
(112,151,107)
(44%,59%,42%)

RGB channels and saturation

R 112 of 255 = 44%
G 151 of 255 = 59%
B 107 of 255 = 42%

112
151
107

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

Portions of RGB colors in percentages

R + G + B =
112 + 151 + 107 = 370 (100%)
R 112 of 370 ~ 30.27%
G 151 of 370 ~ 40.81%
B 107 of 370 ~ 28.92%

%30.27
%40.81
%28.92

CMYK color model

#70976B color CMYK value is (26,0,29,41).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(26,0,29,41)
C26M0Y29K41 
(26%,0%,29%,41%)
(0.26/0.00/0.29/0.41)	

CMYK percentages

%25.83
%0
%29.14
%40.78

Codes

Color #70976B in popluar color models

70976B
RGB112151107
HSL113°17.46%50.59%
HSB/HSV113°29.14%59.22%
CMYK25.83%0.00%29.14%
40.78%

Color #70976B in popluar number systems.

HEX70976B
Decimal112151107
Binary1110000100101111101011
Octal160227153

Shades and tints

Shades of #70976B

#70976B
(112,151,107)
#668A62
(102,138,98)
#5C7D59
(92,125,89)
#527050
(82,112,80)
#486347
(72,99,71)
#3E563E
(62,86,62)
#344935
(52,73,53)
#2A3C2C
(42,60,44)
#202F23
(32,47,35)
#16221A
(22,34,26)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #70976B

#70976B
(112,151,107)
#7DA078
(125,160,120)
#8AA985
(138,169,133)
#97B292
(151,178,146)
#A4BB9F
(164,187,159)
#B1C4AC
(177,196,172)
#BECDB9
(190,205,185)
#CBD6C6
(203,214,198)
#D8DFD3
(216,223,211)
#E5E8E0
(229,232,224)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70976B color. Also use rgb(112,151,107) instead hex code.

Text Font Color

.myTextColor { color: #70976B; }

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

This text font color is #70976B.


Background Color

.myBgColor { background-color: #70976B; }

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

This div background color is #70976B.


Border color

.myBorderColor { border: 1px solid #70976B; }

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

This div border color is #70976B.


Opacity

.myOpacity80 { color: #70976B; opacity: 0.8; }

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

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

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

This text has shadow with #70976B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70976B on black background.


Color preview on white background

This text has color #70976B on white background.



Black color preview on #70976B background

This text has black color on #70976B background.


White color preview on #70976B background

This text has white color on #70976B background.