COLOR #76C331

HEX: #76C331
RGB: (118,195,49)

Renk bilgisi

#76C331 contains mainly green color. #76C331 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#76C331 color RGB value is (118,195,49).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 195 of 255 = 76%
B 49 of 255 = 19%

118
195
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 195 + 49 = 362 (100%)
R 118 of 362 ~ 32.6%
G 195 of 362 ~ 53.87%
B 49 of 362 ~ 13.54%

%32.6
%53.87
%13.54

CMYK RENK MODELİ

#76C331 rengi CMYK tonu (39,0,75,24).

  • camgöbeği tonu 39.49%
  • eflatun tonu 0.00%
  • sarı tonu 74.87%
  • ana renk tonu 23.53%
CMYK:
(39,0,75,24)
C39M0Y75K24 
(39%,0%,75%,24%)
(0.39/0.00/0.75/0.24)	

CMYK yüzdeleri

%39.49
%0
%74.87
%23.53

Codes

Color #76C331 in popluar color models

76C331
RGB11819549
HSL92°59.84%47.84%
HSB/HSV92°74.87%76.47%
CMYK39.49%0.00%74.87%
23.53%

Color #76C331 in popluar number systems.

HEX76C331
Decimal11819549
Binary111011011000011110001
Octal16630361

Shades and tints

Shades of #76C331

#76C331
(118,195,49)
#6CB22D
(108,178,45)
#62A129
(98,161,41)
#589025
(88,144,37)
#4E7F21
(78,127,33)
#446E1D
(68,110,29)
#3A5D19
(58,93,25)
#304C15
(48,76,21)
#263B11
(38,59,17)
#1C2A0D
(28,42,13)
#121909
(18,25,9)
#000000
(0,0,0)

Tints of #76C331

#76C331
(118,195,49)
#82C843
(130,200,67)
#8ECD55
(142,205,85)
#9AD267
(154,210,103)
#A6D779
(166,215,121)
#B2DC8B
(178,220,139)
#BEE19D
(190,225,157)
#CAE6AF
(202,230,175)
#D6EBC1
(214,235,193)
#E2F0D3
(226,240,211)
#EEF5E5
(238,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C331; }

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

This text font color is #76C331.


Background Color

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

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

This div background color is #76C331.


Border color

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

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

This div border color is #76C331.


Opacity

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

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

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

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

This text has shadow with #76C331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C331 on black background.


Color preview on white background

This text has color #76C331 on white background.



Black color preview on #76C331 background

This text has black color on #76C331 background.


White color preview on #76C331 background

This text has white color on #76C331 background.