COLOR #76CA6F

HEX: #76CA6F
RGB: (118,202,111)

Renk bilgisi

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

RGB renk modeli

#76CA6F color RGB value is (118,202,111).

  • kırmız ton 118;
  • yeşil ton 202;
  • mavi ton 111.
RGB:
(118,202,111)
(46%,79%,44%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 202 of 255 = 79%
B 111 of 255 = 44%

118
202
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 202 + 111 = 431 (100%)
R 118 of 431 ~ 27.38%
G 202 of 431 ~ 46.87%
B 111 of 431 ~ 25.75%

%27.38
%46.87
%25.75

CMYK RENK MODELİ

#76CA6F rengi CMYK tonu (42,0,45,21).

  • camgöbeği tonu 41.58%
  • eflatun tonu 0.00%
  • sarı tonu 45.05%
  • ana renk tonu 20.78%
CMYK:
(42,0,45,21)
C42M0Y45K21 
(42%,0%,45%,21%)
(0.42/0.00/0.45/0.21)	

CMYK yüzdeleri

%41.58
%0
%45.05
%20.78

Codes

Color #76CA6F in popluar color models

76CA6F
RGB118202111
HSL115°46.19%61.37%
HSB/HSV115°45.05%79.22%
CMYK41.58%0.00%45.05%
20.78%

Color #76CA6F in popluar number systems.

HEX76CA6F
Decimal118202111
Binary1110110110010101101111
Octal166312157

Shades and tints

Shades of #76CA6F

#76CA6F
(118,202,111)
#6CB865
(108,184,101)
#62A65B
(98,166,91)
#589451
(88,148,81)
#4E8247
(78,130,71)
#44703D
(68,112,61)
#3A5E33
(58,94,51)
#304C29
(48,76,41)
#263A1F
(38,58,31)
#1C2815
(28,40,21)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #76CA6F

#76CA6F
(118,202,111)
#82CE7C
(130,206,124)
#8ED289
(142,210,137)
#9AD696
(154,214,150)
#A6DAA3
(166,218,163)
#B2DEB0
(178,222,176)
#BEE2BD
(190,226,189)
#CAE6CA
(202,230,202)
#D6EAD7
(214,234,215)
#E2EEE4
(226,238,228)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CA6F color. Also use rgb(118,202,111) instead hex code.

Text Font Color

.myTextColor { color: #76CA6F; }

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

This text font color is #76CA6F.


Background Color

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

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

This div background color is #76CA6F.


Border color

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

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

This div border color is #76CA6F.


Opacity

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

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

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

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

This text has shadow with #76CA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CA6F on black background.


Color preview on white background

This text has color #76CA6F on white background.



Black color preview on #76CA6F background

This text has black color on #76CA6F background.


White color preview on #76CA6F background

This text has white color on #76CA6F background.