COLOR #76BC77

HEX: #76BC77
RGB: (118,188,119)

Renk bilgisi

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

RGB renk modeli

#76BC77 color RGB value is (118,188,119).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 188 of 255 = 74%
B 119 of 255 = 47%

118
188
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 188 + 119 = 425 (100%)
R 118 of 425 ~ 27.76%
G 188 of 425 ~ 44.24%
B 119 of 425 ~ 28%

%27.76
%44.24
%28

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%37.23
%0
%36.7
%26.27

Codes

Color #76BC77 in popluar color models

76BC77
RGB118188119
HSL121°34.31%60.00%
HSB/HSV121°37.23%73.73%
CMYK37.23%0.00%36.70%
26.27%

Color #76BC77 in popluar number systems.

HEX76BC77
Decimal118188119
Binary1110110101111001110111
Octal166274167

Shades and tints

Shades of #76BC77

#76BC77
(118,188,119)
#6CAB6D
(108,171,109)
#629A63
(98,154,99)
#588959
(88,137,89)
#4E784F
(78,120,79)
#446745
(68,103,69)
#3A563B
(58,86,59)
#304531
(48,69,49)
#263427
(38,52,39)
#1C231D
(28,35,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #76BC77

#76BC77
(118,188,119)
#82C283
(130,194,131)
#8EC88F
(142,200,143)
#9ACE9B
(154,206,155)
#A6D4A7
(166,212,167)
#B2DAB3
(178,218,179)
#BEE0BF
(190,224,191)
#CAE6CB
(202,230,203)
#D6ECD7
(214,236,215)
#E2F2E3
(226,242,227)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BC77; }

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

This text font color is #76BC77.


Background Color

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

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

This div background color is #76BC77.


Border color

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

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

This div border color is #76BC77.


Opacity

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

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

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

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

This text has shadow with #76BC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC77 on black background.


Color preview on white background

This text has color #76BC77 on white background.



Black color preview on #76BC77 background

This text has black color on #76BC77 background.


White color preview on #76BC77 background

This text has white color on #76BC77 background.