COLOR #76CA93

HEX: #76CA93
RGB: (118,202,147)

Renk bilgisi

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

RGB renk modeli

#76CA93 color RGB value is (118,202,147).

  • kırmız ton 118;
  • yeşil ton 202;
  • mavi ton 147.
RGB:
(118,202,147)
(46%,79%,58%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 202 of 255 = 79%
B 147 of 255 = 58%

118
202
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 202 + 147 = 467 (100%)
R 118 of 467 ~ 25.27%
G 202 of 467 ~ 43.25%
B 147 of 467 ~ 31.48%

%25.27
%43.25
%31.48

CMYK RENK MODELİ

#76CA93 rengi CMYK tonu (42,0,27,21).

  • camgöbeği tonu 41.58%
  • eflatun tonu 0.00%
  • sarı tonu 27.23%
  • ana renk tonu 20.78%
CMYK:
(42,0,27,21)
C42M0Y27K21 
(42%,0%,27%,21%)
(0.42/0.00/0.27/0.21)	

CMYK yüzdeleri

%41.58
%0
%27.23
%20.78

Codes

Color #76CA93 in popluar color models

76CA93
RGB118202147
HSL141°44.21%62.75%
HSB/HSV141°41.58%79.22%
CMYK41.58%0.00%27.23%
20.78%

Color #76CA93 in popluar number systems.

HEX76CA93
Decimal118202147
Binary11101101100101010010011
Octal166312223

Shades and tints

Shades of #76CA93

#76CA93
(118,202,147)
#6CB886
(108,184,134)
#62A679
(98,166,121)
#58946C
(88,148,108)
#4E825F
(78,130,95)
#447052
(68,112,82)
#3A5E45
(58,94,69)
#304C38
(48,76,56)
#263A2B
(38,58,43)
#1C281E
(28,40,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #76CA93

#76CA93
(118,202,147)
#82CE9C
(130,206,156)
#8ED2A5
(142,210,165)
#9AD6AE
(154,214,174)
#A6DAB7
(166,218,183)
#B2DEC0
(178,222,192)
#BEE2C9
(190,226,201)
#CAE6D2
(202,230,210)
#D6EADB
(214,234,219)
#E2EEE4
(226,238,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CA93 color. Also use rgb(118,202,147) instead hex code.

Text Font Color

.myTextColor { color: #76CA93; }

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

This text font color is #76CA93.


Background Color

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

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

This div background color is #76CA93.


Border color

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

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

This div border color is #76CA93.


Opacity

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

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

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

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

This text has shadow with #76CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CA93 on black background.


Color preview on white background

This text has color #76CA93 on white background.



Black color preview on #76CA93 background

This text has black color on #76CA93 background.


White color preview on #76CA93 background

This text has white color on #76CA93 background.