COLOR #76A669

HEX: #76A669
RGB: (118,166,105)

Renk bilgisi

#76A669 contains mainly red and green colors. #76A669 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76A669 color RGB value is (118,166,105).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 105 of 255 = 41%

118
166
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 105 = 389 (100%)
R 118 of 389 ~ 30.33%
G 166 of 389 ~ 42.67%
B 105 of 389 ~ 26.99%

%30.33
%42.67
%26.99

CMYK RENK MODELİ

#76A669 rengi CMYK tonu (29,0,37,35).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 36.75%
  • ana renk tonu 34.90%
CMYK:
(29,0,37,35)
C29M0Y37K35 
(29%,0%,37%,35%)
(0.29/0.00/0.37/0.35)	

CMYK yüzdeleri

%28.92
%0
%36.75
%34.9

Codes

Color #76A669 in popluar color models

76A669
RGB118166105
HSL107°25.52%53.14%
HSB/HSV107°36.75%65.10%
CMYK28.92%0.00%36.75%
34.90%

Color #76A669 in popluar number systems.

HEX76A669
Decimal118166105
Binary1110110101001101101001
Octal166246151

Shades and tints

Shades of #76A669

#76A669
(118,166,105)
#6C9760
(108,151,96)
#628857
(98,136,87)
#58794E
(88,121,78)
#4E6A45
(78,106,69)
#445B3C
(68,91,60)
#3A4C33
(58,76,51)
#303D2A
(48,61,42)
#262E21
(38,46,33)
#1C1F18
(28,31,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76A669

#76A669
(118,166,105)
#82AE76
(130,174,118)
#8EB683
(142,182,131)
#9ABE90
(154,190,144)
#A6C69D
(166,198,157)
#B2CEAA
(178,206,170)
#BED6B7
(190,214,183)
#CADEC4
(202,222,196)
#D6E6D1
(214,230,209)
#E2EEDE
(226,238,222)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A669; }

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

This text font color is #76A669.


Background Color

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

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

This div background color is #76A669.


Border color

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

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

This div border color is #76A669.


Opacity

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

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

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

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

This text has shadow with #76A669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A669 on black background.


Color preview on white background

This text has color #76A669 on white background.



Black color preview on #76A669 background

This text has black color on #76A669 background.


White color preview on #76A669 background

This text has white color on #76A669 background.