COLOR #76C599

HEX: #76C599
RGB: (118,197,153)

Renk bilgisi

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

RGB renk modeli

#76C599 color RGB value is (118,197,153).

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

RGB bağlantıları ve doygunluk

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

118
197
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 197 + 153 = 468 (100%)
R 118 of 468 ~ 25.21%
G 197 of 468 ~ 42.09%
B 153 of 468 ~ 32.69%

%25.21
%42.09
%32.69

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%40.1
%0
%22.34
%22.75

Codes

Color #76C599 in popluar color models

76C599
RGB118197153
HSL147°40.51%61.76%
HSB/HSV147°40.10%77.25%
CMYK40.10%0.00%22.34%
22.75%

Color #76C599 in popluar number systems.

HEX76C599
Decimal118197153
Binary11101101100010110011001
Octal166305231

Shades and tints

Shades of #76C599

#76C599
(118,197,153)
#6CB48C
(108,180,140)
#62A37F
(98,163,127)
#589272
(88,146,114)
#4E8165
(78,129,101)
#447058
(68,112,88)
#3A5F4B
(58,95,75)
#304E3E
(48,78,62)
#263D31
(38,61,49)
#1C2C24
(28,44,36)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #76C599

#76C599
(118,197,153)
#82CAA2
(130,202,162)
#8ECFAB
(142,207,171)
#9AD4B4
(154,212,180)
#A6D9BD
(166,217,189)
#B2DEC6
(178,222,198)
#BEE3CF
(190,227,207)
#CAE8D8
(202,232,216)
#D6EDE1
(214,237,225)
#E2F2EA
(226,242,234)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C599; }

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

This text font color is #76C599.


Background Color

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

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

This div background color is #76C599.


Border color

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

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

This div border color is #76C599.


Opacity

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

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

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

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

This text has shadow with #76C599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C599 on black background.


Color preview on white background

This text has color #76C599 on white background.



Black color preview on #76C599 background

This text has black color on #76C599 background.


White color preview on #76C599 background

This text has white color on #76C599 background.