COLOR #76C813

HEX: #76C813
RGB: (118,200,19)

Renk bilgisi

#76C813 contains mainly green color. #76C813 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#76C813 color RGB value is (118,200,19).

  • kırmız ton 118;
  • yeşil ton 200;
  • mavi ton 19.
RGB:
(118,200,19)
(46%,78%,7%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 200 of 255 = 78%
B 19 of 255 = 7%

118
200
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 200 + 19 = 337 (100%)
R 118 of 337 ~ 35.01%
G 200 of 337 ~ 59.35%
B 19 of 337 ~ 5.64%

%35.01
%59.35

CMYK RENK MODELİ

#76C813 rengi CMYK tonu (41,0,91,22).

  • camgöbeği tonu 41.00%
  • eflatun tonu 0.00%
  • sarı tonu 90.50%
  • ana renk tonu 21.57%
CMYK:
(41,0,91,22)
C41M0Y91K22 
(41%,0%,91%,22%)
(0.41/0.00/0.91/0.22)	

CMYK yüzdeleri

%41
%0
%90.5
%21.57

Codes

Color #76C813 in popluar color models

76C813
RGB11820019
HSL87°82.65%42.94%
HSB/HSV87°90.50%78.43%
CMYK41.00%0.00%90.50%
21.57%

Color #76C813 in popluar number systems.

HEX76C813
Decimal11820019
Binary11101101100100010011
Octal16631023

Shades and tints

Shades of #76C813

#76C813
(118,200,19)
#6CB612
(108,182,18)
#62A411
(98,164,17)
#589210
(88,146,16)
#4E800F
(78,128,15)
#446E0E
(68,110,14)
#3A5C0D
(58,92,13)
#304A0C
(48,74,12)
#26380B
(38,56,11)
#1C260A
(28,38,10)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #76C813

#76C813
(118,200,19)
#82CD28
(130,205,40)
#8ED23D
(142,210,61)
#9AD752
(154,215,82)
#A6DC67
(166,220,103)
#B2E17C
(178,225,124)
#BEE691
(190,230,145)
#CAEBA6
(202,235,166)
#D6F0BB
(214,240,187)
#E2F5D0
(226,245,208)
#EEFAE5
(238,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C813 color. Also use rgb(118,200,19) instead hex code.

Text Font Color

.myTextColor { color: #76C813; }

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

This text font color is #76C813.


Background Color

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

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

This div background color is #76C813.


Border color

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

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

This div border color is #76C813.


Opacity

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

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

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

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

This text has shadow with #76C813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C813 on black background.


Color preview on white background

This text has color #76C813 on white background.



Black color preview on #76C813 background

This text has black color on #76C813 background.


White color preview on #76C813 background

This text has white color on #76C813 background.