COLOR #76CC80

HEX: #76CC80
RGB: (118,204,128)

Renk bilgisi

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

RGB renk modeli

#76CC80 color RGB value is (118,204,128).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 204 of 255 = 80%
B 128 of 255 = 50%

118
204
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 204 + 128 = 450 (100%)
R 118 of 450 ~ 26.22%
G 204 of 450 ~ 45.33%
B 128 of 450 ~ 28.44%

%26.22
%45.33
%28.44

CMYK RENK MODELİ

#76CC80 rengi CMYK tonu (42,0,37,20).

  • camgöbeği tonu 42.16%
  • eflatun tonu 0.00%
  • sarı tonu 37.25%
  • ana renk tonu 20.00%
CMYK:
(42,0,37,20)
C42M0Y37K20 
(42%,0%,37%,20%)
(0.42/0.00/0.37/0.20)	

CMYK yüzdeleri

%42.16
%0
%37.25
%20

Codes

Color #76CC80 in popluar color models

76CC80
RGB118204128
HSL127°45.74%63.14%
HSB/HSV127°42.16%80.00%
CMYK42.16%0.00%37.25%
20.00%

Color #76CC80 in popluar number systems.

HEX76CC80
Decimal118204128
Binary11101101100110010000000
Octal166314200

Shades and tints

Shades of #76CC80

#76CC80
(118,204,128)
#6CBA75
(108,186,117)
#62A86A
(98,168,106)
#58965F
(88,150,95)
#4E8454
(78,132,84)
#447249
(68,114,73)
#3A603E
(58,96,62)
#304E33
(48,78,51)
#263C28
(38,60,40)
#1C2A1D
(28,42,29)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #76CC80

#76CC80
(118,204,128)
#82D08B
(130,208,139)
#8ED496
(142,212,150)
#9AD8A1
(154,216,161)
#A6DCAC
(166,220,172)
#B2E0B7
(178,224,183)
#BEE4C2
(190,228,194)
#CAE8CD
(202,232,205)
#D6ECD8
(214,236,216)
#E2F0E3
(226,240,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CC80; }

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

This text font color is #76CC80.


Background Color

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

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

This div background color is #76CC80.


Border color

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

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

This div border color is #76CC80.


Opacity

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

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

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

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

This text has shadow with #76CC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CC80 on black background.


Color preview on white background

This text has color #76CC80 on white background.



Black color preview on #76CC80 background

This text has black color on #76CC80 background.


White color preview on #76CC80 background

This text has white color on #76CC80 background.