COLOR #76CE7B

HEX: #76CE7B
RGB: (118,206,123)

Renk bilgisi

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

RGB renk modeli

#76CE7B color RGB value is (118,206,123).

  • kırmız ton 118;
  • yeşil ton 206;
  • mavi ton 123.
RGB:
(118,206,123)
(46%,81%,48%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 206 of 255 = 81%
B 123 of 255 = 48%

118
206
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 206 + 123 = 447 (100%)
R 118 of 447 ~ 26.4%
G 206 of 447 ~ 46.09%
B 123 of 447 ~ 27.52%

%26.4
%46.09
%27.52

CMYK RENK MODELİ

#76CE7B rengi CMYK tonu (43,0,40,19).

  • camgöbeği tonu 42.72%
  • eflatun tonu 0.00%
  • sarı tonu 40.29%
  • ana renk tonu 19.22%
CMYK:
(43,0,40,19)
C43M0Y40K19 
(43%,0%,40%,19%)
(0.43/0.00/0.40/0.19)	

CMYK yüzdeleri

%42.72
%0
%40.29
%19.22

Codes

Color #76CE7B in popluar color models

76CE7B
RGB118206123
HSL123°47.31%63.53%
HSB/HSV123°42.72%80.78%
CMYK42.72%0.00%40.29%
19.22%

Color #76CE7B in popluar number systems.

HEX76CE7B
Decimal118206123
Binary1110110110011101111011
Octal166316173

Shades and tints

Shades of #76CE7B

#76CE7B
(118,206,123)
#6CBC70
(108,188,112)
#62AA65
(98,170,101)
#58985A
(88,152,90)
#4E864F
(78,134,79)
#447444
(68,116,68)
#3A6239
(58,98,57)
#30502E
(48,80,46)
#263E23
(38,62,35)
#1C2C18
(28,44,24)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #76CE7B

#76CE7B
(118,206,123)
#82D287
(130,210,135)
#8ED693
(142,214,147)
#9ADA9F
(154,218,159)
#A6DEAB
(166,222,171)
#B2E2B7
(178,226,183)
#BEE6C3
(190,230,195)
#CAEACF
(202,234,207)
#D6EEDB
(214,238,219)
#E2F2E7
(226,242,231)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CE7B color. Also use rgb(118,206,123) instead hex code.

Text Font Color

.myTextColor { color: #76CE7B; }

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

This text font color is #76CE7B.


Background Color

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

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

This div background color is #76CE7B.


Border color

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

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

This div border color is #76CE7B.


Opacity

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

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

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

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

This text has shadow with #76CE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CE7B on black background.


Color preview on white background

This text has color #76CE7B on white background.



Black color preview on #76CE7B background

This text has black color on #76CE7B background.


White color preview on #76CE7B background

This text has white color on #76CE7B background.