COLOR #78BC76

HEX: #78BC76
RGB: (120,188,118)

Renk bilgisi

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

RGB renk modeli

#78BC76 color RGB value is (120,188,118).

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

RGB bağlantıları ve doygunluk

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

120
188
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 188 + 118 = 426 (100%)
R 120 of 426 ~ 28.17%
G 188 of 426 ~ 44.13%
B 118 of 426 ~ 27.7%

%28.17
%44.13
%27.7

CMYK RENK MODELİ

#78BC76 rengi CMYK tonu (36,0,37,26).

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

CMYK yüzdeleri

%36.17
%0
%37.23
%26.27

Codes

Color #78BC76 in popluar color models

78BC76
RGB120188118
HSL118°34.31%60.00%
HSB/HSV118°37.23%73.73%
CMYK36.17%0.00%37.23%
26.27%

Color #78BC76 in popluar number systems.

HEX78BC76
Decimal120188118
Binary1111000101111001110110
Octal170274166

Shades and tints

Shades of #78BC76

#78BC76
(120,188,118)
#6EAB6C
(110,171,108)
#649A62
(100,154,98)
#5A8958
(90,137,88)
#50784E
(80,120,78)
#466744
(70,103,68)
#3C563A
(60,86,58)
#324530
(50,69,48)
#283426
(40,52,38)
#1E231C
(30,35,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78BC76

#78BC76
(120,188,118)
#84C282
(132,194,130)
#90C88E
(144,200,142)
#9CCE9A
(156,206,154)
#A8D4A6
(168,212,166)
#B4DAB2
(180,218,178)
#C0E0BE
(192,224,190)
#CCE6CA
(204,230,202)
#D8ECD6
(216,236,214)
#E4F2E2
(228,242,226)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BC76 color. Also use rgb(120,188,118) instead hex code.

Text Font Color

.myTextColor { color: #78BC76; }

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

This text font color is #78BC76.


Background Color

.myBgColor { background-color: #78BC76; }

<div style="background-color:#78BC76">Inner text</div>

This div background color is #78BC76.


Border color

.myBorderColor { border: 1px solid #78BC76; }

<div style="border:3px solid #78BC76">Div</div>

This div border color is #78BC76.


Opacity

.myOpacity80 { color: #78BC76; opacity: 0.8; }

<p style="color:#78BC76;opacity:0.8;">80%</p>

Text with #78BC76 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 #78BC76;}

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

This text has shadow with #78BC76 color.

.textShadow {text-shadow: 3px 3px 1px #78BC76, 3px 3px 1px red;}

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

This text has shadow with #78BC76 primary color and red secondary color.


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

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

This text has shadow with #78BC76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BC76 on black background.


Color preview on white background

This text has color #78BC76 on white background.



Black color preview on #78BC76 background

This text has black color on #78BC76 background.


White color preview on #78BC76 background

This text has white color on #78BC76 background.