COLOR #76C648

HEX: #76C648
RGB: (118,198,72)

Renk bilgisi

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

RGB renk modeli

#76C648 color RGB value is (118,198,72).

  • kırmız ton 118;
  • yeşil ton 198;
  • mavi ton 72.
RGB:
(118,198,72)
(46%,78%,28%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 198 of 255 = 78%
B 72 of 255 = 28%

118
198
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 198 + 72 = 388 (100%)
R 118 of 388 ~ 30.41%
G 198 of 388 ~ 51.03%
B 72 of 388 ~ 18.56%

%30.41
%51.03
%18.56

CMYK RENK MODELİ

#76C648 rengi CMYK tonu (40,0,64,22).

  • camgöbeği tonu 40.40%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 22.35%
CMYK:
(40,0,64,22)
C40M0Y64K22 
(40%,0%,64%,22%)
(0.40/0.00/0.64/0.22)	

CMYK yüzdeleri

%40.4
%0
%63.64
%22.35

Codes

Color #76C648 in popluar color models

76C648
RGB11819872
HSL98°52.50%52.94%
HSB/HSV98°63.64%77.65%
CMYK40.40%0.00%63.64%
22.35%

Color #76C648 in popluar number systems.

HEX76C648
Decimal11819872
Binary1110110110001101001000
Octal166306110

Shades and tints

Shades of #76C648

#76C648
(118,198,72)
#6CB442
(108,180,66)
#62A23C
(98,162,60)
#589036
(88,144,54)
#4E7E30
(78,126,48)
#446C2A
(68,108,42)
#3A5A24
(58,90,36)
#30481E
(48,72,30)
#263618
(38,54,24)
#1C2412
(28,36,18)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #76C648

#76C648
(118,198,72)
#82CB58
(130,203,88)
#8ED068
(142,208,104)
#9AD578
(154,213,120)
#A6DA88
(166,218,136)
#B2DF98
(178,223,152)
#BEE4A8
(190,228,168)
#CAE9B8
(202,233,184)
#D6EEC8
(214,238,200)
#E2F3D8
(226,243,216)
#EEF8E8
(238,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C648 color. Also use rgb(118,198,72) instead hex code.

Text Font Color

.myTextColor { color: #76C648; }

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

This text font color is #76C648.


Background Color

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

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

This div background color is #76C648.


Border color

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

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

This div border color is #76C648.


Opacity

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

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

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

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

This text has shadow with #76C648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C648 on black background.


Color preview on white background

This text has color #76C648 on white background.



Black color preview on #76C648 background

This text has black color on #76C648 background.


White color preview on #76C648 background

This text has white color on #76C648 background.