COLOR #76CC69

HEX: #76CC69
RGB: (118,204,105)

Renk bilgisi

#76CC69 contains mainly green color. #76CC69 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76CC69 color RGB value is (118,204,105).

  • kırmız ton 118;
  • yeşil ton 204;
  • mavi ton 105.
RGB:
(118,204,105)
(46%,80%,41%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 204 of 255 = 80%
B 105 of 255 = 41%

118
204
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 204 + 105 = 427 (100%)
R 118 of 427 ~ 27.63%
G 204 of 427 ~ 47.78%
B 105 of 427 ~ 24.59%

%27.63
%47.78
%24.59

CMYK RENK MODELİ

#76CC69 rengi CMYK tonu (42,0,49,20).

  • camgöbeği tonu 42.16%
  • eflatun tonu 0.00%
  • sarı tonu 48.53%
  • ana renk tonu 20.00%
CMYK:
(42,0,49,20)
C42M0Y49K20 
(42%,0%,49%,20%)
(0.42/0.00/0.49/0.20)	

CMYK yüzdeleri

%42.16
%0
%48.53
%20

Codes

Color #76CC69 in popluar color models

76CC69
RGB118204105
HSL112°49.25%60.59%
HSB/HSV112°48.53%80.00%
CMYK42.16%0.00%48.53%
20.00%

Color #76CC69 in popluar number systems.

HEX76CC69
Decimal118204105
Binary1110110110011001101001
Octal166314151

Shades and tints

Shades of #76CC69

#76CC69
(118,204,105)
#6CBA60
(108,186,96)
#62A857
(98,168,87)
#58964E
(88,150,78)
#4E8445
(78,132,69)
#44723C
(68,114,60)
#3A6033
(58,96,51)
#304E2A
(48,78,42)
#263C21
(38,60,33)
#1C2A18
(28,42,24)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76CC69

#76CC69
(118,204,105)
#82D076
(130,208,118)
#8ED483
(142,212,131)
#9AD890
(154,216,144)
#A6DC9D
(166,220,157)
#B2E0AA
(178,224,170)
#BEE4B7
(190,228,183)
#CAE8C4
(202,232,196)
#D6ECD1
(214,236,209)
#E2F0DE
(226,240,222)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CC69 color. Also use rgb(118,204,105) instead hex code.

Text Font Color

.myTextColor { color: #76CC69; }

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

This text font color is #76CC69.


Background Color

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

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

This div background color is #76CC69.


Border color

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

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

This div border color is #76CC69.


Opacity

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

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

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

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

This text has shadow with #76CC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CC69 on black background.


Color preview on white background

This text has color #76CC69 on white background.



Black color preview on #76CC69 background

This text has black color on #76CC69 background.


White color preview on #76CC69 background

This text has white color on #76CC69 background.