COLOR #709726

HEX: #709726
RGB: (112,151,38)

Color info

#709726 contains mainly red and green colors. Web safe color of #709726 is #669933 (or #693).

RGB color model

#709726 color RGB value is (112,151,38).

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

RGB channels and saturation

R 112 of 255 = 44%
G 151 of 255 = 59%
B 38 of 255 = 15%

112
151
38

R + G + B ~ 39%. #709726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 151 + 38 = 301 (100%)
R 112 of 301 ~ 37.21%
G 151 of 301 ~ 50.17%
B 38 of 301 ~ 12.62%

%37.21
%50.17
%12.62

CMYK color model

#709726 color CMYK value is (26,0,75,41).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 74.83%
  • key color value is 40.78%
CMYK:
(26,0,75,41)
C26M0Y75K41 
(26%,0%,75%,41%)
(0.26/0.00/0.75/0.41)	

CMYK percentages

%25.83
%0
%74.83
%40.78

Codes

Color #709726 in popluar color models

709726
RGB11215138
HSL81°59.79%37.06%
HSB/HSV81°74.83%59.22%
CMYK25.83%0.00%74.83%
40.78%

Color #709726 in popluar number systems.

HEX709726
Decimal11215138
Binary111000010010111100110
Octal16022746

Shades and tints

Shades of #709726

#709726
(112,151,38)
#668A23
(102,138,35)
#5C7D20
(92,125,32)
#52701D
(82,112,29)
#48631A
(72,99,26)
#3E5617
(62,86,23)
#344914
(52,73,20)
#2A3C11
(42,60,17)
#202F0E
(32,47,14)
#16220B
(22,34,11)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #709726

#709726
(112,151,38)
#7DA039
(125,160,57)
#8AA94C
(138,169,76)
#97B25F
(151,178,95)
#A4BB72
(164,187,114)
#B1C485
(177,196,133)
#BECD98
(190,205,152)
#CBD6AB
(203,214,171)
#D8DFBE
(216,223,190)
#E5E8D1
(229,232,209)
#F2F1E4
(242,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #709726; }

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

This text font color is #709726.


Background Color

.myBgColor { background-color: #709726; }

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

This div background color is #709726.


Border color

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

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

This div border color is #709726.


Opacity

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

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

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

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

This text has shadow with #709726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709726 on black background.


Color preview on white background

This text has color #709726 on white background.



Black color preview on #709726 background

This text has black color on #709726 background.


White color preview on #709726 background

This text has white color on #709726 background.