COLOR #739B76

HEX: #739B76
RGB: (115,155,118)

Renk bilgisi

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

RGB renk modeli

#739B76 color RGB value is (115,155,118).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 155 of 255 = 61%
B 118 of 255 = 46%

115
155
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 155 + 118 = 388 (100%)
R 115 of 388 ~ 29.64%
G 155 of 388 ~ 39.95%
B 118 of 388 ~ 30.41%

%29.64
%39.95
%30.41

CMYK RENK MODELİ

#739B76 rengi CMYK tonu (26,0,24,39).

  • camgöbeği tonu 25.81%
  • eflatun tonu 0.00%
  • sarı tonu 23.87%
  • ana renk tonu 39.22%
CMYK:
(26,0,24,39)
C26M0Y24K39 
(26%,0%,24%,39%)
(0.26/0.00/0.24/0.39)	

CMYK yüzdeleri

%25.81
%0
%23.87
%39.22

Codes

Color #739B76 in popluar color models

739B76
RGB115155118
HSL125°16.67%52.94%
HSB/HSV125°25.81%60.78%
CMYK25.81%0.00%23.87%
39.22%

Color #739B76 in popluar number systems.

HEX739B76
Decimal115155118
Binary1110011100110111110110
Octal163233166

Shades and tints

Shades of #739B76

#739B76
(115,155,118)
#698D6C
(105,141,108)
#5F7F62
(95,127,98)
#557158
(85,113,88)
#4B634E
(75,99,78)
#415544
(65,85,68)
#37473A
(55,71,58)
#2D3930
(45,57,48)
#232B26
(35,43,38)
#191D1C
(25,29,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #739B76

#739B76
(115,155,118)
#7FA482
(127,164,130)
#8BAD8E
(139,173,142)
#97B69A
(151,182,154)
#A3BFA6
(163,191,166)
#AFC8B2
(175,200,178)
#BBD1BE
(187,209,190)
#C7DACA
(199,218,202)
#D3E3D6
(211,227,214)
#DFECE2
(223,236,226)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739B76; }

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

This text font color is #739B76.


Background Color

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

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

This div background color is #739B76.


Border color

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

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

This div border color is #739B76.


Opacity

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

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

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

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

This text has shadow with #739B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739B76 on black background.


Color preview on white background

This text has color #739B76 on white background.



Black color preview on #739B76 background

This text has black color on #739B76 background.


White color preview on #739B76 background

This text has white color on #739B76 background.