COLOR #76AD89

HEX: #76AD89
RGB: (118,173,137)

Renk bilgisi

#76AD89 contains red, green and blue colors in about the same proportion. #76AD89 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76AD89 color RGB value is (118,173,137).

  • kırmız ton 118;
  • yeşil ton 173;
  • mavi ton 137.
RGB:
(118,173,137)
(46%,68%,54%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 173 of 255 = 68%
B 137 of 255 = 54%

118
173
137

R + G + B ~ 56%. #76AD89 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 137 = 428 (100%)
R 118 of 428 ~ 27.57%
G 173 of 428 ~ 40.42%
B 137 of 428 ~ 32.01%

%27.57
%40.42
%32.01

CMYK RENK MODELİ

#76AD89 rengi CMYK tonu (32,0,21,32).

  • camgöbeği tonu 31.79%
  • eflatun tonu 0.00%
  • sarı tonu 20.81%
  • ana renk tonu 32.16%
CMYK:
(32,0,21,32)
C32M0Y21K32 
(32%,0%,21%,32%)
(0.32/0.00/0.21/0.32)	

CMYK yüzdeleri

%31.79
%0
%20.81
%32.16

Codes

Color #76AD89 in popluar color models

76AD89
RGB118173137
HSL141°25.11%57.06%
HSB/HSV141°31.79%67.84%
CMYK31.79%0.00%20.81%
32.16%

Color #76AD89 in popluar number systems.

HEX76AD89
Decimal118173137
Binary11101101010110110001001
Octal166255211

Shades and tints

Shades of #76AD89

#76AD89
(118,173,137)
#6C9E7D
(108,158,125)
#628F71
(98,143,113)
#588065
(88,128,101)
#4E7159
(78,113,89)
#44624D
(68,98,77)
#3A5341
(58,83,65)
#304435
(48,68,53)
#263529
(38,53,41)
#1C261D
(28,38,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #76AD89

#76AD89
(118,173,137)
#82B493
(130,180,147)
#8EBB9D
(142,187,157)
#9AC2A7
(154,194,167)
#A6C9B1
(166,201,177)
#B2D0BB
(178,208,187)
#BED7C5
(190,215,197)
#CADECF
(202,222,207)
#D6E5D9
(214,229,217)
#E2ECE3
(226,236,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD89 color. Also use rgb(118,173,137) instead hex code.

Text Font Color

.myTextColor { color: #76AD89; }

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

This text font color is #76AD89.


Background Color

.myBgColor { background-color: #76AD89; }

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

This div background color is #76AD89.


Border color

.myBorderColor { border: 1px solid #76AD89; }

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

This div border color is #76AD89.


Opacity

.myOpacity80 { color: #76AD89; opacity: 0.8; }

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

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

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

This text has shadow with #76AD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD89 on black background.


Color preview on white background

This text has color #76AD89 on white background.



Black color preview on #76AD89 background

This text has black color on #76AD89 background.


White color preview on #76AD89 background

This text has white color on #76AD89 background.