COLOR #709E0F

HEX: #709E0F RGB: (112,158,15)

Color info

#709E0F contains mainly red and green colors. Web safe color of #709E0F is #669900 (or #690).

RGB color model

#709E0F color RGB value is (112,158,15).

RGB: (112,158,15) (44%, 62%, 6%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 15 of 255 = 6%

112
158
15

R + G + B ~ 37%. #709E0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 158 + 15 = 285 (100%)
R 112 of 285 ~ 39.3%
G 158 of 285 ~ 55.44%
B 15 of 285 ~ 5.26'%

%39.3
%55.44

CMYK color model

#709E0F color CMYK value is (29,0,91,38).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 90.51%
  • key color value is 38.04%

CMYK: (29,0,91,38)
C29M0Y91K38 (29%, 0%, 91%, 38%)
(0.29 / 0.00 / 0.91 / 0.38)

CMYK percentages

%29.11
%0
%90.51
%38.04

Codes

Color #709E0F in popluar color models

70 9E 0F
RGB 112 158 15
HSL 79° 82.66% 33.92%
HSB/HSV 79° 90.51% 61.96%
CMYK 29.11% 0.00% 90.51%
38.04%

Color #709E0F in popluar number systems.

HEX 70 9E 0F
Decimal 112 158 15
Binary 1110000 10011110 1111
Octal 160 236 17

Shades and tints

Shades of #709E0F

#709E0F
(112,158,15)
#66900E
(102,144,14)
#5C820D
(92,130,13)
#52740C
(82,116,12)
#48660B
(72,102,11)
#3E580A
(62,88,10)
#344A09
(52,74,9)
#2A3C08
(42,60,8)
#202E07
(32,46,7)
#162006
(22,32,6)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #709E0F

#709E0F
(112,158,15)
#7DA624
(125,166,36)
#8AAE39
(138,174,57)
#97B64E
(151,182,78)
#A4BE63
(164,190,99)
#B1C678
(177,198,120)
#BECE8D
(190,206,141)
#CBD6A2
(203,214,162)
#D8DEB7
(216,222,183)
#E5E6CC
(229,230,204)
#F2EEE1
(242,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709E0F color. Also use rgb(112,158,15) instead hex code.

Text Font Color

.myTextColor { color: #709E0F; }

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

This text font color is #709E0F.

Background Color

.myBgColor { background-color: #709E0F; }

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

This div background color is #709E0F.

Border color

.myBorderColor { border: 1px solid #709E0F; }

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

This div border color is #709E0F.

Opacity

.myOpacity80 { color: #709E0F; opacity: 0.8; }

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

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

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

This text has shadow with #709E0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #709E0F.

Preview

Color preview on black background

This text has color #709E0F on black background.


Color preview on white background

This text has color #709E0F on white background.


Black color preview on #709E0F background

This text has black color on #709E0F background.


White color preview on #709E0F background

This text has white color on #709E0F background.


Related colors

Complementary color

Complementary color for #hex is #8F61F0.


I love getcolorcode.com

Triadic colors

1 #0F709E and #9E0F70 with #709E0F are triadic colors.

2 #0F9E70 and #9E700F with #709E0F are triadic colors.