COLOR #76CC73

HEX: #76CC73
RGB: (118,204,115)

Renk bilgisi

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

RGB renk modeli

#76CC73 color RGB value is (118,204,115).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 204 of 255 = 80%
B 115 of 255 = 45%

118
204
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 204 + 115 = 437 (100%)
R 118 of 437 ~ 27%
G 204 of 437 ~ 46.68%
B 115 of 437 ~ 26.32%

%27
%46.68
%26.32

CMYK RENK MODELİ

#76CC73 rengi CMYK tonu (42,0,44,20).

  • camgöbeği tonu 42.16%
  • eflatun tonu 0.00%
  • sarı tonu 43.63%
  • ana renk tonu 20.00%
CMYK:
(42,0,44,20)
C42M0Y44K20 
(42%,0%,44%,20%)
(0.42/0.00/0.44/0.20)	

CMYK yüzdeleri

%42.16
%0
%43.63
%20

Codes

Color #76CC73 in popluar color models

76CC73
RGB118204115
HSL118°46.60%62.55%
HSB/HSV118°43.63%80.00%
CMYK42.16%0.00%43.63%
20.00%

Color #76CC73 in popluar number systems.

HEX76CC73
Decimal118204115
Binary1110110110011001110011
Octal166314163

Shades and tints

Shades of #76CC73

#76CC73
(118,204,115)
#6CBA69
(108,186,105)
#62A85F
(98,168,95)
#589655
(88,150,85)
#4E844B
(78,132,75)
#447241
(68,114,65)
#3A6037
(58,96,55)
#304E2D
(48,78,45)
#263C23
(38,60,35)
#1C2A19
(28,42,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76CC73

#76CC73
(118,204,115)
#82D07F
(130,208,127)
#8ED48B
(142,212,139)
#9AD897
(154,216,151)
#A6DCA3
(166,220,163)
#B2E0AF
(178,224,175)
#BEE4BB
(190,228,187)
#CAE8C7
(202,232,199)
#D6ECD3
(214,236,211)
#E2F0DF
(226,240,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CC73; }

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

This text font color is #76CC73.


Background Color

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

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

This div background color is #76CC73.


Border color

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

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

This div border color is #76CC73.


Opacity

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

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

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

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

This text has shadow with #76CC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CC73 on black background.


Color preview on white background

This text has color #76CC73 on white background.



Black color preview on #76CC73 background

This text has black color on #76CC73 background.


White color preview on #76CC73 background

This text has white color on #76CC73 background.