COLOR #76B365

HEX: #76B365
RGB: (118,179,101)

Renk bilgisi

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

RGB renk modeli

#76B365 color RGB value is (118,179,101).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 101 of 255 = 40%

118
179
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 101 = 398 (100%)
R 118 of 398 ~ 29.65%
G 179 of 398 ~ 44.97%
B 101 of 398 ~ 25.38%

%29.65
%44.97
%25.38

CMYK RENK MODELİ

#76B365 rengi CMYK tonu (34,0,44,30).

  • camgöbeği tonu 34.08%
  • eflatun tonu 0.00%
  • sarı tonu 43.58%
  • ana renk tonu 29.80%
CMYK:
(34,0,44,30)
C34M0Y44K30 
(34%,0%,44%,30%)
(0.34/0.00/0.44/0.30)	

CMYK yüzdeleri

%34.08
%0
%43.58
%29.8

Codes

Color #76B365 in popluar color models

76B365
RGB118179101
HSL107°33.91%54.90%
HSB/HSV107°43.58%70.20%
CMYK34.08%0.00%43.58%
29.80%

Color #76B365 in popluar number systems.

HEX76B365
Decimal118179101
Binary1110110101100111100101
Octal166263145

Shades and tints

Shades of #76B365

#76B365
(118,179,101)
#6CA35C
(108,163,92)
#629353
(98,147,83)
#58834A
(88,131,74)
#4E7341
(78,115,65)
#446338
(68,99,56)
#3A532F
(58,83,47)
#304326
(48,67,38)
#26331D
(38,51,29)
#1C2314
(28,35,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #76B365

#76B365
(118,179,101)
#82B973
(130,185,115)
#8EBF81
(142,191,129)
#9AC58F
(154,197,143)
#A6CB9D
(166,203,157)
#B2D1AB
(178,209,171)
#BED7B9
(190,215,185)
#CADDC7
(202,221,199)
#D6E3D5
(214,227,213)
#E2E9E3
(226,233,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B365; }

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

This text font color is #76B365.


Background Color

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

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

This div background color is #76B365.


Border color

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

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

This div border color is #76B365.


Opacity

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

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

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

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

This text has shadow with #76B365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B365 on black background.


Color preview on white background

This text has color #76B365 on white background.



Black color preview on #76B365 background

This text has black color on #76B365 background.


White color preview on #76B365 background

This text has white color on #76B365 background.