COLOR #76BC80

HEX: #76BC80
RGB: (118,188,128)

Renk bilgisi

#76BC80 contains mainly green color. #76BC80 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76BC80 color RGB value is (118,188,128).

  • kırmız ton 118;
  • yeşil ton 188;
  • mavi ton 128.
RGB:
(118,188,128)
(46%,74%,50%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 188 of 255 = 74%
B 128 of 255 = 50%

118
188
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 188 + 128 = 434 (100%)
R 118 of 434 ~ 27.19%
G 188 of 434 ~ 43.32%
B 128 of 434 ~ 29.49%

%27.19
%43.32
%29.49

CMYK RENK MODELİ

#76BC80 rengi CMYK tonu (37,0,32,26).

  • camgöbeği tonu 37.23%
  • eflatun tonu 0.00%
  • sarı tonu 31.91%
  • ana renk tonu 26.27%
CMYK:
(37,0,32,26)
C37M0Y32K26 
(37%,0%,32%,26%)
(0.37/0.00/0.32/0.26)	

CMYK yüzdeleri

%37.23
%0
%31.91
%26.27

Codes

Color #76BC80 in popluar color models

76BC80
RGB118188128
HSL129°34.31%60.00%
HSB/HSV129°37.23%73.73%
CMYK37.23%0.00%31.91%
26.27%

Color #76BC80 in popluar number systems.

HEX76BC80
Decimal118188128
Binary11101101011110010000000
Octal166274200

Shades and tints

Shades of #76BC80

#76BC80
(118,188,128)
#6CAB75
(108,171,117)
#629A6A
(98,154,106)
#58895F
(88,137,95)
#4E7854
(78,120,84)
#446749
(68,103,73)
#3A563E
(58,86,62)
#304533
(48,69,51)
#263428
(38,52,40)
#1C231D
(28,35,29)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #76BC80

#76BC80
(118,188,128)
#82C28B
(130,194,139)
#8EC896
(142,200,150)
#9ACEA1
(154,206,161)
#A6D4AC
(166,212,172)
#B2DAB7
(178,218,183)
#BEE0C2
(190,224,194)
#CAE6CD
(202,230,205)
#D6ECD8
(214,236,216)
#E2F2E3
(226,242,227)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BC80 color. Also use rgb(118,188,128) instead hex code.

Text Font Color

.myTextColor { color: #76BC80; }

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

This text font color is #76BC80.


Background Color

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

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

This div background color is #76BC80.


Border color

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

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

This div border color is #76BC80.


Opacity

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

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

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

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

This text has shadow with #76BC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC80 on black background.


Color preview on white background

This text has color #76BC80 on white background.



Black color preview on #76BC80 background

This text has black color on #76BC80 background.


White color preview on #76BC80 background

This text has white color on #76BC80 background.