COLOR #76C499

HEX: #76C499
RGB: (118,196,153)

Renk bilgisi

#76C499 contains mainly green and blue colors. #76C499 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76C499 color RGB value is (118,196,153).

  • kırmız ton 118;
  • yeşil ton 196;
  • mavi ton 153.
RGB:
(118,196,153)
(46%,77%,60%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 196 of 255 = 77%
B 153 of 255 = 60%

118
196
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 196 + 153 = 467 (100%)
R 118 of 467 ~ 25.27%
G 196 of 467 ~ 41.97%
B 153 of 467 ~ 32.76%

%25.27
%41.97
%32.76

CMYK RENK MODELİ

#76C499 rengi CMYK tonu (40,0,22,23).

  • camgöbeği tonu 39.80%
  • eflatun tonu 0.00%
  • sarı tonu 21.94%
  • ana renk tonu 23.14%
CMYK:
(40,0,22,23)
C40M0Y22K23 
(40%,0%,22%,23%)
(0.40/0.00/0.22/0.23)	

CMYK yüzdeleri

%39.8
%0
%21.94
%23.14

Codes

Color #76C499 in popluar color models

76C499
RGB118196153
HSL147°39.80%61.57%
HSB/HSV147°39.80%76.86%
CMYK39.80%0.00%21.94%
23.14%

Color #76C499 in popluar number systems.

HEX76C499
Decimal118196153
Binary11101101100010010011001
Octal166304231

Shades and tints

Shades of #76C499

#76C499
(118,196,153)
#6CB38C
(108,179,140)
#62A27F
(98,162,127)
#589172
(88,145,114)
#4E8065
(78,128,101)
#446F58
(68,111,88)
#3A5E4B
(58,94,75)
#304D3E
(48,77,62)
#263C31
(38,60,49)
#1C2B24
(28,43,36)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #76C499

#76C499
(118,196,153)
#82C9A2
(130,201,162)
#8ECEAB
(142,206,171)
#9AD3B4
(154,211,180)
#A6D8BD
(166,216,189)
#B2DDC6
(178,221,198)
#BEE2CF
(190,226,207)
#CAE7D8
(202,231,216)
#D6ECE1
(214,236,225)
#E2F1EA
(226,241,234)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C499 color. Also use rgb(118,196,153) instead hex code.

Text Font Color

.myTextColor { color: #76C499; }

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

This text font color is #76C499.


Background Color

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

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

This div background color is #76C499.


Border color

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

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

This div border color is #76C499.


Opacity

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

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

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

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

This text has shadow with #76C499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C499 on black background.


Color preview on white background

This text has color #76C499 on white background.



Black color preview on #76C499 background

This text has black color on #76C499 background.


White color preview on #76C499 background

This text has white color on #76C499 background.