COLOR #76BC5C

HEX: #76BC5C
RGB: (118,188,92)

Renk bilgisi

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

RGB renk modeli

#76BC5C color RGB value is (118,188,92).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 188 of 255 = 74%
B 92 of 255 = 36%

118
188
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 188 + 92 = 398 (100%)
R 118 of 398 ~ 29.65%
G 188 of 398 ~ 47.24%
B 92 of 398 ~ 23.12%

%29.65
%47.24
%23.12

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%37.23
%0
%51.06
%26.27

Codes

Color #76BC5C in popluar color models

76BC5C
RGB11818892
HSL104°41.74%54.90%
HSB/HSV104°51.06%73.73%
CMYK37.23%0.00%51.06%
26.27%

Color #76BC5C in popluar number systems.

HEX76BC5C
Decimal11818892
Binary1110110101111001011100
Octal166274134

Shades and tints

Shades of #76BC5C

#76BC5C
(118,188,92)
#6CAB54
(108,171,84)
#629A4C
(98,154,76)
#588944
(88,137,68)
#4E783C
(78,120,60)
#446734
(68,103,52)
#3A562C
(58,86,44)
#304524
(48,69,36)
#26341C
(38,52,28)
#1C2314
(28,35,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #76BC5C

#76BC5C
(118,188,92)
#82C26A
(130,194,106)
#8EC878
(142,200,120)
#9ACE86
(154,206,134)
#A6D494
(166,212,148)
#B2DAA2
(178,218,162)
#BEE0B0
(190,224,176)
#CAE6BE
(202,230,190)
#D6ECCC
(214,236,204)
#E2F2DA
(226,242,218)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BC5C; }

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

This text font color is #76BC5C.


Background Color

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

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

This div background color is #76BC5C.


Border color

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

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

This div border color is #76BC5C.


Opacity

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

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

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

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

This text has shadow with #76BC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC5C on black background.


Color preview on white background

This text has color #76BC5C on white background.



Black color preview on #76BC5C background

This text has black color on #76BC5C background.


White color preview on #76BC5C background

This text has white color on #76BC5C background.