COLOR #76A378

HEX: #76A378
RGB: (118,163,120)

Renk bilgisi

#76A378 contains red, green and blue colors in about the same proportion. #76A378 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76A378 color RGB value is (118,163,120).

  • kırmız ton 118;
  • yeşil ton 163;
  • mavi ton 120.
RGB:
(118,163,120)
(46%,64%,47%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 163 of 255 = 64%
B 120 of 255 = 47%

118
163
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 163 + 120 = 401 (100%)
R 118 of 401 ~ 29.43%
G 163 of 401 ~ 40.65%
B 120 of 401 ~ 29.93%

%29.43
%40.65
%29.93

CMYK RENK MODELİ

#76A378 rengi CMYK tonu (28,0,26,36).

  • camgöbeği tonu 27.61%
  • eflatun tonu 0.00%
  • sarı tonu 26.38%
  • ana renk tonu 36.08%
CMYK:
(28,0,26,36)
C28M0Y26K36 
(28%,0%,26%,36%)
(0.28/0.00/0.26/0.36)	

CMYK yüzdeleri

%27.61
%0
%26.38
%36.08

Codes

Color #76A378 in popluar color models

76A378
RGB118163120
HSL123°19.65%55.10%
HSB/HSV123°27.61%63.92%
CMYK27.61%0.00%26.38%
36.08%

Color #76A378 in popluar number systems.

HEX76A378
Decimal118163120
Binary1110110101000111111000
Octal166243170

Shades and tints

Shades of #76A378

#76A378
(118,163,120)
#6C956E
(108,149,110)
#628764
(98,135,100)
#58795A
(88,121,90)
#4E6B50
(78,107,80)
#445D46
(68,93,70)
#3A4F3C
(58,79,60)
#304132
(48,65,50)
#263328
(38,51,40)
#1C251E
(28,37,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76A378

#76A378
(118,163,120)
#82AB84
(130,171,132)
#8EB390
(142,179,144)
#9ABB9C
(154,187,156)
#A6C3A8
(166,195,168)
#B2CBB4
(178,203,180)
#BED3C0
(190,211,192)
#CADBCC
(202,219,204)
#D6E3D8
(214,227,216)
#E2EBE4
(226,235,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A378 color. Also use rgb(118,163,120) instead hex code.

Text Font Color

.myTextColor { color: #76A378; }

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

This text font color is #76A378.


Background Color

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

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

This div background color is #76A378.


Border color

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

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

This div border color is #76A378.


Opacity

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

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

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

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

This text has shadow with #76A378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A378 on black background.


Color preview on white background

This text has color #76A378 on white background.



Black color preview on #76A378 background

This text has black color on #76A378 background.


White color preview on #76A378 background

This text has white color on #76A378 background.