COLOR #76C30C

HEX: #76C30C
RGB: (118,195,12)

Renk bilgisi

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

RGB renk modeli

#76C30C color RGB value is (118,195,12).

  • kırmız ton 118;
  • yeşil ton 195;
  • mavi ton 12.
RGB:
(118,195,12)
(46%,76%,5%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 195 of 255 = 76%
B 12 of 255 = 5%

118
195
12

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 195 + 12 = 325 (100%)
R 118 of 325 ~ 36.31%
G 195 of 325 ~ 60%
B 12 of 325 ~ 3.69%

%36.31
%60

CMYK RENK MODELİ

#76C30C rengi CMYK tonu (39,0,94,24).

  • camgöbeği tonu 39.49%
  • eflatun tonu 0.00%
  • sarı tonu 93.85%
  • ana renk tonu 23.53%
CMYK:
(39,0,94,24)
C39M0Y94K24 
(39%,0%,94%,24%)
(0.39/0.00/0.94/0.24)	

CMYK yüzdeleri

%39.49
%0
%93.85
%23.53

Codes

Color #76C30C in popluar color models

76C30C
RGB11819512
HSL85°88.41%40.59%
HSB/HSV85°93.85%76.47%
CMYK39.49%0.00%93.85%
23.53%

Color #76C30C in popluar number systems.

HEX76C30C
Decimal11819512
Binary1110110110000111100
Octal16630314

Shades and tints

Shades of #76C30C

#76C30C
(118,195,12)
#6CB20B
(108,178,11)
#62A10A
(98,161,10)
#589009
(88,144,9)
#4E7F08
(78,127,8)
#446E07
(68,110,7)
#3A5D06
(58,93,6)
#304C05
(48,76,5)
#263B04
(38,59,4)
#1C2A03
(28,42,3)
#121902
(18,25,2)
#000000
(0,0,0)

Tints of #76C30C

#76C30C
(118,195,12)
#82C822
(130,200,34)
#8ECD38
(142,205,56)
#9AD24E
(154,210,78)
#A6D764
(166,215,100)
#B2DC7A
(178,220,122)
#BEE190
(190,225,144)
#CAE6A6
(202,230,166)
#D6EBBC
(214,235,188)
#E2F0D2
(226,240,210)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C30C color. Also use rgb(118,195,12) instead hex code.

Text Font Color

.myTextColor { color: #76C30C; }

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

This text font color is #76C30C.


Background Color

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

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

This div background color is #76C30C.


Border color

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

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

This div border color is #76C30C.


Opacity

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

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

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

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

This text has shadow with #76C30C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C30C on black background.


Color preview on white background

This text has color #76C30C on white background.



Black color preview on #76C30C background

This text has black color on #76C30C background.


White color preview on #76C30C background

This text has white color on #76C30C background.