COLOR #76C985

HEX: #76C985
RGB: (118,201,133)

Renk bilgisi

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

RGB renk modeli

#76C985 color RGB value is (118,201,133).

  • kırmız ton 118;
  • yeşil ton 201;
  • mavi ton 133.
RGB:
(118,201,133)
(46%,79%,52%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 201 of 255 = 79%
B 133 of 255 = 52%

118
201
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 201 + 133 = 452 (100%)
R 118 of 452 ~ 26.11%
G 201 of 452 ~ 44.47%
B 133 of 452 ~ 29.42%

%26.11
%44.47
%29.42

CMYK RENK MODELİ

#76C985 rengi CMYK tonu (41,0,34,21).

  • camgöbeği tonu 41.29%
  • eflatun tonu 0.00%
  • sarı tonu 33.83%
  • ana renk tonu 21.18%
CMYK:
(41,0,34,21)
C41M0Y34K21 
(41%,0%,34%,21%)
(0.41/0.00/0.34/0.21)	

CMYK yüzdeleri

%41.29
%0
%33.83
%21.18

Codes

Color #76C985 in popluar color models

76C985
RGB118201133
HSL131°43.46%62.55%
HSB/HSV131°41.29%78.82%
CMYK41.29%0.00%33.83%
21.18%

Color #76C985 in popluar number systems.

HEX76C985
Decimal118201133
Binary11101101100100110000101
Octal166311205

Shades and tints

Shades of #76C985

#76C985
(118,201,133)
#6CB779
(108,183,121)
#62A56D
(98,165,109)
#589361
(88,147,97)
#4E8155
(78,129,85)
#446F49
(68,111,73)
#3A5D3D
(58,93,61)
#304B31
(48,75,49)
#263925
(38,57,37)
#1C2719
(28,39,25)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #76C985

#76C985
(118,201,133)
#82CD90
(130,205,144)
#8ED19B
(142,209,155)
#9AD5A6
(154,213,166)
#A6D9B1
(166,217,177)
#B2DDBC
(178,221,188)
#BEE1C7
(190,225,199)
#CAE5D2
(202,229,210)
#D6E9DD
(214,233,221)
#E2EDE8
(226,237,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C985 color. Also use rgb(118,201,133) instead hex code.

Text Font Color

.myTextColor { color: #76C985; }

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

This text font color is #76C985.


Background Color

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

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

This div background color is #76C985.


Border color

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

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

This div border color is #76C985.


Opacity

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

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

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

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

This text has shadow with #76C985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C985 on black background.


Color preview on white background

This text has color #76C985 on white background.



Black color preview on #76C985 background

This text has black color on #76C985 background.


White color preview on #76C985 background

This text has white color on #76C985 background.