COLOR #70996D

HEX: #70996D RGB: (112,153,109)

Color info

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

RGB color model

#70996D color RGB value is (112,153,109).

RGB: (112,153,109) (44%, 60%, 43%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 109 of 255 = 43%

112
153
109

R + G + B ~ 49%. #70996D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 153 + 109 = 374 (100%)
R 112 of 374 ~ 29.95%
G 153 of 374 ~ 40.91%
B 109 of 374 ~ 29.14'%

%29.95
%40.91
%29.14

CMYK color model

#70996D color CMYK value is (27,0,29,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 40.00%

CMYK: (27,0,29,40)
C27M0Y29K40 (27%, 0%, 29%, 40%)
(0.27 / 0.00 / 0.29 / 0.40)

CMYK percentages

%26.8
%0
%28.76
%40

Codes

Color #70996D in popluar color models

70 99 6D
RGB 112 153 109
HSL 116° 17.74% 51.37%
HSB/HSV 116° 28.76% 60.00%
CMYK 26.80% 0.00% 28.76%
40.00%

Color #70996D in popluar number systems.

HEX 70 99 6D
Decimal 112 153 109
Binary 1110000 10011001 1101101
Octal 160 231 155

Shades and tints

Shades of #70996D

#70996D
(112,153,109)
#668C64
(102,140,100)
#5C7F5B
(92,127,91)
#527252
(82,114,82)
#486549
(72,101,73)
#3E5840
(62,88,64)
#344B37
(52,75,55)
#2A3E2E
(42,62,46)
#203125
(32,49,37)
#16241C
(22,36,28)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #70996D

#70996D
(112,153,109)
#7DA27A
(125,162,122)
#8AAB87
(138,171,135)
#97B494
(151,180,148)
#A4BDA1
(164,189,161)
#B1C6AE
(177,198,174)
#BECFBB
(190,207,187)
#CBD8C8
(203,216,200)
#D8E1D5
(216,225,213)
#E5EAE2
(229,234,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70996D; }

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

This text font color is #70996D.

Background Color

.myBgColor { background-color: #70996D; }

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

This div background color is #70996D.

Border color

.myBorderColor { border: 1px solid #70996D; }

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

This div border color is #70996D.

Opacity

.myOpacity80 { color: #70996D; opacity: 0.8; }

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

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

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

This text has shadow with #70996D color.


.textShadow {text-shadow: 3px 3px 1px #70996D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70996D; -webkit-box-shadow: 1px 1px 3px 2px #70996D; box-shadow:1px 1px 3px 2px #70996D;">
Div content here
</div>

This div box has shadow with color #70996D.

Preview

Color preview on black background

This text has color #70996D on black background.


Color preview on white background

This text has color #70996D on white background.


Black color preview on #70996D background

This text has black color on #70996D background.


White color preview on #70996D background

This text has white color on #70996D background.


Related colors

Complementary color

Complementary color for #hex is #8F6692.


I love getcolorcode.com

Triadic colors

1 #6D7099 and #996D70 with #70996D are triadic colors.

2 #6D9970 and #99706D with #70996D are triadic colors.