COLOR #76CE8C

HEX: #76CE8C
RGB: (118,206,140)

Renk bilgisi

#76CE8C contains mainly green color. #76CE8C ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76CE8C color RGB value is (118,206,140).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 206 of 255 = 81%
B 140 of 255 = 55%

118
206
140

R + G + B ~ 61%. #76CE8C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 206 + 140 = 464 (100%)
R 118 of 464 ~ 25.43%
G 206 of 464 ~ 44.4%
B 140 of 464 ~ 30.17%

%25.43
%44.4
%30.17

CMYK RENK MODELİ

#76CE8C rengi CMYK tonu (43,0,32,19).

  • camgöbeği tonu 42.72%
  • eflatun tonu 0.00%
  • sarı tonu 32.04%
  • ana renk tonu 19.22%
CMYK:
(43,0,32,19)
C43M0Y32K19 
(43%,0%,32%,19%)
(0.43/0.00/0.32/0.19)	

CMYK yüzdeleri

%42.72
%0
%32.04
%19.22

Codes

Color #76CE8C in popluar color models

76CE8C
RGB118206140
HSL135°47.31%63.53%
HSB/HSV135°42.72%80.78%
CMYK42.72%0.00%32.04%
19.22%

Color #76CE8C in popluar number systems.

HEX76CE8C
Decimal118206140
Binary11101101100111010001100
Octal166316214

Shades and tints

Shades of #76CE8C

#76CE8C
(118,206,140)
#6CBC80
(108,188,128)
#62AA74
(98,170,116)
#589868
(88,152,104)
#4E865C
(78,134,92)
#447450
(68,116,80)
#3A6244
(58,98,68)
#305038
(48,80,56)
#263E2C
(38,62,44)
#1C2C20
(28,44,32)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #76CE8C

#76CE8C
(118,206,140)
#82D296
(130,210,150)
#8ED6A0
(142,214,160)
#9ADAAA
(154,218,170)
#A6DEB4
(166,222,180)
#B2E2BE
(178,226,190)
#BEE6C8
(190,230,200)
#CAEAD2
(202,234,210)
#D6EEDC
(214,238,220)
#E2F2E6
(226,242,230)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76CE8C; }

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

This text font color is #76CE8C.


Background Color

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

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

This div background color is #76CE8C.


Border color

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

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

This div border color is #76CE8C.


Opacity

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

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

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

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

This text has shadow with #76CE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CE8C on black background.


Color preview on white background

This text has color #76CE8C on white background.



Black color preview on #76CE8C background

This text has black color on #76CE8C background.


White color preview on #76CE8C background

This text has white color on #76CE8C background.