COLOR #739B5B

HEX: #739B5B
RGB: (115,155,91)

Color info

#739B5B contains mainly red and green colors. Web safe color of #739B5B is #669966 (or #696).

RGB color model

#739B5B color RGB value is (115,155,91).

  • red value is 115;
  • green value is 155;
  • blue value is 91.
RGB:
(115,155,91)
(45%,61%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 91 of 255 = 36%

115
155
91

R + G + B ~ 47%. #739B5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 155 + 91 = 361 (100%)
R 115 of 361 ~ 31.86%
G 155 of 361 ~ 42.94%
B 91 of 361 ~ 25.21%

%31.86
%42.94
%25.21

CMYK color model

#739B5B color CMYK value is (26,0,41,39).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 39.22%
CMYK:
(26,0,41,39)
C26M0Y41K39 
(26%,0%,41%,39%)
(0.26/0.00/0.41/0.39)	

CMYK percentages

%25.81
%0
%41.29
%39.22

Codes

Color #739B5B in popluar color models

739B5B
RGB11515591
HSL98°26.02%48.24%
HSB/HSV98°41.29%60.78%
CMYK25.81%0.00%41.29%
39.22%

Color #739B5B in popluar number systems.

HEX739B5B
Decimal11515591
Binary1110011100110111011011
Octal163233133

Shades and tints

Shades of #739B5B

#739B5B
(115,155,91)
#698D53
(105,141,83)
#5F7F4B
(95,127,75)
#557143
(85,113,67)
#4B633B
(75,99,59)
#415533
(65,85,51)
#37472B
(55,71,43)
#2D3923
(45,57,35)
#232B1B
(35,43,27)
#191D13
(25,29,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #739B5B

#739B5B
(115,155,91)
#7FA469
(127,164,105)
#8BAD77
(139,173,119)
#97B685
(151,182,133)
#A3BF93
(163,191,147)
#AFC8A1
(175,200,161)
#BBD1AF
(187,209,175)
#C7DABD
(199,218,189)
#D3E3CB
(211,227,203)
#DFECD9
(223,236,217)
#EBF5E7
(235,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739B5B color. Also use rgb(115,155,91) instead hex code.

Text Font Color

.myTextColor { color: #739B5B; }

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

This text font color is #739B5B.


Background Color

.myBgColor { background-color: #739B5B; }

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

This div background color is #739B5B.


Border color

.myBorderColor { border: 1px solid #739B5B; }

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

This div border color is #739B5B.


Opacity

.myOpacity80 { color: #739B5B; opacity: 0.8; }

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

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

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

This text has shadow with #739B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739B5B on black background.


Color preview on white background

This text has color #739B5B on white background.



Black color preview on #739B5B background

This text has black color on #739B5B background.


White color preview on #739B5B background

This text has white color on #739B5B background.