COLOR #76B989

HEX: #76B989
RGB: (118,185,137)

Renk bilgisi

#76B989 contains mainly green and blue colors. #76B989 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76B989 color RGB value is (118,185,137).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 185 of 255 = 73%
B 137 of 255 = 54%

118
185
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 185 + 137 = 440 (100%)
R 118 of 440 ~ 26.82%
G 185 of 440 ~ 42.05%
B 137 of 440 ~ 31.14%

%26.82
%42.05
%31.14

CMYK RENK MODELİ

#76B989 rengi CMYK tonu (36,0,26,27).

  • camgöbeği tonu 36.22%
  • eflatun tonu 0.00%
  • sarı tonu 25.95%
  • ana renk tonu 27.45%
CMYK:
(36,0,26,27)
C36M0Y26K27 
(36%,0%,26%,27%)
(0.36/0.00/0.26/0.27)	

CMYK yüzdeleri

%36.22
%0
%25.95
%27.45

Codes

Color #76B989 in popluar color models

76B989
RGB118185137
HSL137°32.37%59.41%
HSB/HSV137°36.22%72.55%
CMYK36.22%0.00%25.95%
27.45%

Color #76B989 in popluar number systems.

HEX76B989
Decimal118185137
Binary11101101011100110001001
Octal166271211

Shades and tints

Shades of #76B989

#76B989
(118,185,137)
#6CA97D
(108,169,125)
#629971
(98,153,113)
#588965
(88,137,101)
#4E7959
(78,121,89)
#44694D
(68,105,77)
#3A5941
(58,89,65)
#304935
(48,73,53)
#263929
(38,57,41)
#1C291D
(28,41,29)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #76B989

#76B989
(118,185,137)
#82BF93
(130,191,147)
#8EC59D
(142,197,157)
#9ACBA7
(154,203,167)
#A6D1B1
(166,209,177)
#B2D7BB
(178,215,187)
#BEDDC5
(190,221,197)
#CAE3CF
(202,227,207)
#D6E9D9
(214,233,217)
#E2EFE3
(226,239,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B989; }

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

This text font color is #76B989.


Background Color

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

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

This div background color is #76B989.


Border color

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

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

This div border color is #76B989.


Opacity

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

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

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

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

This text has shadow with #76B989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B989 on black background.


Color preview on white background

This text has color #76B989 on white background.



Black color preview on #76B989 background

This text has black color on #76B989 background.


White color preview on #76B989 background

This text has white color on #76B989 background.