COLOR #76B382

HEX: #76B382
RGB: (118,179,130)

Renk bilgisi

#76B382 contains mainly green and blue colors. #76B382 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76B382 color RGB value is (118,179,130).

  • kırmız ton 118;
  • yeşil ton 179;
  • mavi ton 130.
RGB:
(118,179,130)
(46%,70%,51%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 130 of 255 = 51%

118
179
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 130 = 427 (100%)
R 118 of 427 ~ 27.63%
G 179 of 427 ~ 41.92%
B 130 of 427 ~ 30.44%

%27.63
%41.92
%30.44

CMYK RENK MODELİ

#76B382 rengi CMYK tonu (34,0,27,30).

  • camgöbeği tonu 34.08%
  • eflatun tonu 0.00%
  • sarı tonu 27.37%
  • ana renk tonu 29.80%
CMYK:
(34,0,27,30)
C34M0Y27K30 
(34%,0%,27%,30%)
(0.34/0.00/0.27/0.30)	

CMYK yüzdeleri

%34.08
%0
%27.37
%29.8

Codes

Color #76B382 in popluar color models

76B382
RGB118179130
HSL132°28.64%58.24%
HSB/HSV132°34.08%70.20%
CMYK34.08%0.00%27.37%
29.80%

Color #76B382 in popluar number systems.

HEX76B382
Decimal118179130
Binary11101101011001110000010
Octal166263202

Shades and tints

Shades of #76B382

#76B382
(118,179,130)
#6CA377
(108,163,119)
#62936C
(98,147,108)
#588361
(88,131,97)
#4E7356
(78,115,86)
#44634B
(68,99,75)
#3A5340
(58,83,64)
#304335
(48,67,53)
#26332A
(38,51,42)
#1C231F
(28,35,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #76B382

#76B382
(118,179,130)
#82B98D
(130,185,141)
#8EBF98
(142,191,152)
#9AC5A3
(154,197,163)
#A6CBAE
(166,203,174)
#B2D1B9
(178,209,185)
#BED7C4
(190,215,196)
#CADDCF
(202,221,207)
#D6E3DA
(214,227,218)
#E2E9E5
(226,233,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B382 color. Also use rgb(118,179,130) instead hex code.

Text Font Color

.myTextColor { color: #76B382; }

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

This text font color is #76B382.


Background Color

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

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

This div background color is #76B382.


Border color

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

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

This div border color is #76B382.


Opacity

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

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

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

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

This text has shadow with #76B382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B382 on black background.


Color preview on white background

This text has color #76B382 on white background.



Black color preview on #76B382 background

This text has black color on #76B382 background.


White color preview on #76B382 background

This text has white color on #76B382 background.