COLOR #76B362

HEX: #76B362
RGB: (118,179,98)

Renk bilgisi

#76B362 contains mainly green color. #76B362 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76B362 color RGB value is (118,179,98).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 98 of 255 = 38%

118
179
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 98 = 395 (100%)
R 118 of 395 ~ 29.87%
G 179 of 395 ~ 45.32%
B 98 of 395 ~ 24.81%

%29.87
%45.32
%24.81

CMYK RENK MODELİ

#76B362 rengi CMYK tonu (34,0,45,30).

  • camgöbeği tonu 34.08%
  • eflatun tonu 0.00%
  • sarı tonu 45.25%
  • ana renk tonu 29.80%
CMYK:
(34,0,45,30)
C34M0Y45K30 
(34%,0%,45%,30%)
(0.34/0.00/0.45/0.30)	

CMYK yüzdeleri

%34.08
%0
%45.25
%29.8

Codes

Color #76B362 in popluar color models

76B362
RGB11817998
HSL105°34.76%54.31%
HSB/HSV105°45.25%70.20%
CMYK34.08%0.00%45.25%
29.80%

Color #76B362 in popluar number systems.

HEX76B362
Decimal11817998
Binary1110110101100111100010
Octal166263142

Shades and tints

Shades of #76B362

#76B362
(118,179,98)
#6CA35A
(108,163,90)
#629352
(98,147,82)
#58834A
(88,131,74)
#4E7342
(78,115,66)
#44633A
(68,99,58)
#3A5332
(58,83,50)
#30432A
(48,67,42)
#263322
(38,51,34)
#1C231A
(28,35,26)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #76B362

#76B362
(118,179,98)
#82B970
(130,185,112)
#8EBF7E
(142,191,126)
#9AC58C
(154,197,140)
#A6CB9A
(166,203,154)
#B2D1A8
(178,209,168)
#BED7B6
(190,215,182)
#CADDC4
(202,221,196)
#D6E3D2
(214,227,210)
#E2E9E0
(226,233,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B362; }

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

This text font color is #76B362.


Background Color

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

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

This div background color is #76B362.


Border color

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

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

This div border color is #76B362.


Opacity

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

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

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

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

This text has shadow with #76B362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B362 on black background.


Color preview on white background

This text has color #76B362 on white background.



Black color preview on #76B362 background

This text has black color on #76B362 background.


White color preview on #76B362 background

This text has white color on #76B362 background.