COLOR #739B66

HEX: #739B66
RGB: (115,155,102)

Renk bilgisi

#739B66 contains red, green and blue colors in about the same proportion. #739B66 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#739B66 color RGB value is (115,155,102).

  • kırmız ton 115;
  • yeşil ton 155;
  • mavi ton 102.
RGB:
(115,155,102)
(45%,61%,40%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 155 of 255 = 61%
B 102 of 255 = 40%

115
155
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 155 + 102 = 372 (100%)
R 115 of 372 ~ 30.91%
G 155 of 372 ~ 41.67%
B 102 of 372 ~ 27.42%

%30.91
%41.67
%27.42

CMYK RENK MODELİ

#739B66 rengi CMYK tonu (26,0,34,39).

  • camgöbeği tonu 25.81%
  • eflatun tonu 0.00%
  • sarı tonu 34.19%
  • ana renk tonu 39.22%
CMYK:
(26,0,34,39)
C26M0Y34K39 
(26%,0%,34%,39%)
(0.26/0.00/0.34/0.39)	

CMYK yüzdeleri

%25.81
%0
%34.19
%39.22

Codes

Color #739B66 in popluar color models

739B66
RGB115155102
HSL105°20.95%50.39%
HSB/HSV105°34.19%60.78%
CMYK25.81%0.00%34.19%
39.22%

Color #739B66 in popluar number systems.

HEX739B66
Decimal115155102
Binary1110011100110111100110
Octal163233146

Shades and tints

Shades of #739B66

#739B66
(115,155,102)
#698D5D
(105,141,93)
#5F7F54
(95,127,84)
#55714B
(85,113,75)
#4B6342
(75,99,66)
#415539
(65,85,57)
#374730
(55,71,48)
#2D3927
(45,57,39)
#232B1E
(35,43,30)
#191D15
(25,29,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #739B66

#739B66
(115,155,102)
#7FA473
(127,164,115)
#8BAD80
(139,173,128)
#97B68D
(151,182,141)
#A3BF9A
(163,191,154)
#AFC8A7
(175,200,167)
#BBD1B4
(187,209,180)
#C7DAC1
(199,218,193)
#D3E3CE
(211,227,206)
#DFECDB
(223,236,219)
#EBF5E8
(235,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739B66; }

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

This text font color is #739B66.


Background Color

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

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

This div background color is #739B66.


Border color

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

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

This div border color is #739B66.


Opacity

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

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

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

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

This text has shadow with #739B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739B66 on black background.


Color preview on white background

This text has color #739B66 on white background.



Black color preview on #739B66 background

This text has black color on #739B66 background.


White color preview on #739B66 background

This text has white color on #739B66 background.