COLOR #76B496

HEX: #76B496
RGB: (118,180,150)

Renk bilgisi

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

RGB renk modeli

#76B496 color RGB value is (118,180,150).

  • kırmız ton 118;
  • yeşil ton 180;
  • mavi ton 150.
RGB:
(118,180,150)
(46%,71%,59%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 180 of 255 = 71%
B 150 of 255 = 59%

118
180
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 180 + 150 = 448 (100%)
R 118 of 448 ~ 26.34%
G 180 of 448 ~ 40.18%
B 150 of 448 ~ 33.48%

%26.34
%40.18
%33.48

CMYK RENK MODELİ

#76B496 rengi CMYK tonu (34,0,17,29).

  • camgöbeği tonu 34.44%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 29.41%
CMYK:
(34,0,17,29)
C34M0Y17K29 
(34%,0%,17%,29%)
(0.34/0.00/0.17/0.29)	

CMYK yüzdeleri

%34.44
%0
%16.67
%29.41

Codes

Color #76B496 in popluar color models

76B496
RGB118180150
HSL151°29.25%58.43%
HSB/HSV151°34.44%70.59%
CMYK34.44%0.00%16.67%
29.41%

Color #76B496 in popluar number systems.

HEX76B496
Decimal118180150
Binary11101101011010010010110
Octal166264226

Shades and tints

Shades of #76B496

#76B496
(118,180,150)
#6CA489
(108,164,137)
#62947C
(98,148,124)
#58846F
(88,132,111)
#4E7462
(78,116,98)
#446455
(68,100,85)
#3A5448
(58,84,72)
#30443B
(48,68,59)
#26342E
(38,52,46)
#1C2421
(28,36,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #76B496

#76B496
(118,180,150)
#82BA9F
(130,186,159)
#8EC0A8
(142,192,168)
#9AC6B1
(154,198,177)
#A6CCBA
(166,204,186)
#B2D2C3
(178,210,195)
#BED8CC
(190,216,204)
#CADED5
(202,222,213)
#D6E4DE
(214,228,222)
#E2EAE7
(226,234,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B496 color. Also use rgb(118,180,150) instead hex code.

Text Font Color

.myTextColor { color: #76B496; }

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

This text font color is #76B496.


Background Color

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

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

This div background color is #76B496.


Border color

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

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

This div border color is #76B496.


Opacity

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

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

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

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

This text has shadow with #76B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B496 on black background.


Color preview on white background

This text has color #76B496 on white background.



Black color preview on #76B496 background

This text has black color on #76B496 background.


White color preview on #76B496 background

This text has white color on #76B496 background.