COLOR #76AC89

HEX: #76AC89
RGB: (118,172,137)

Renk bilgisi

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

RGB renk modeli

#76AC89 color RGB value is (118,172,137).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 172 of 255 = 67%
B 137 of 255 = 54%

118
172
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 172 + 137 = 427 (100%)
R 118 of 427 ~ 27.63%
G 172 of 427 ~ 40.28%
B 137 of 427 ~ 32.08%

%27.63
%40.28
%32.08

CMYK RENK MODELİ

#76AC89 rengi CMYK tonu (31,0,20,33).

  • camgöbeği tonu 31.40%
  • eflatun tonu 0.00%
  • sarı tonu 20.35%
  • ana renk tonu 32.55%
CMYK:
(31,0,20,33)
C31M0Y20K33 
(31%,0%,20%,33%)
(0.31/0.00/0.20/0.33)	

CMYK yüzdeleri

%31.4
%0
%20.35
%32.55

Codes

Color #76AC89 in popluar color models

76AC89
RGB118172137
HSL141°24.55%56.86%
HSB/HSV141°31.40%67.45%
CMYK31.40%0.00%20.35%
32.55%

Color #76AC89 in popluar number systems.

HEX76AC89
Decimal118172137
Binary11101101010110010001001
Octal166254211

Shades and tints

Shades of #76AC89

#76AC89
(118,172,137)
#6C9D7D
(108,157,125)
#628E71
(98,142,113)
#587F65
(88,127,101)
#4E7059
(78,112,89)
#44614D
(68,97,77)
#3A5241
(58,82,65)
#304335
(48,67,53)
#263429
(38,52,41)
#1C251D
(28,37,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #76AC89

#76AC89
(118,172,137)
#82B393
(130,179,147)
#8EBA9D
(142,186,157)
#9AC1A7
(154,193,167)
#A6C8B1
(166,200,177)
#B2CFBB
(178,207,187)
#BED6C5
(190,214,197)
#CADDCF
(202,221,207)
#D6E4D9
(214,228,217)
#E2EBE3
(226,235,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AC89; }

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

This text font color is #76AC89.


Background Color

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

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

This div background color is #76AC89.


Border color

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

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

This div border color is #76AC89.


Opacity

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

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

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

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

This text has shadow with #76AC89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AC89 on black background.


Color preview on white background

This text has color #76AC89 on white background.



Black color preview on #76AC89 background

This text has black color on #76AC89 background.


White color preview on #76AC89 background

This text has white color on #76AC89 background.