COLOR #76B37B

HEX: #76B37B
RGB: (118,179,123)

Renk bilgisi

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

RGB renk modeli

#76B37B color RGB value is (118,179,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 123 of 255 = 48%

118
179
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 123 = 420 (100%)
R 118 of 420 ~ 28.1%
G 179 of 420 ~ 42.62%
B 123 of 420 ~ 29.29%

%28.1
%42.62
%29.29

CMYK RENK MODELİ

#76B37B rengi CMYK tonu (34,0,31,30).

  • camgöbeği tonu 34.08%
  • eflatun tonu 0.00%
  • sarı tonu 31.28%
  • ana renk tonu 29.80%
CMYK:
(34,0,31,30)
C34M0Y31K30 
(34%,0%,31%,30%)
(0.34/0.00/0.31/0.30)	

CMYK yüzdeleri

%34.08
%0
%31.28
%29.8

Codes

Color #76B37B in popluar color models

76B37B
RGB118179123
HSL125°28.64%58.24%
HSB/HSV125°34.08%70.20%
CMYK34.08%0.00%31.28%
29.80%

Color #76B37B in popluar number systems.

HEX76B37B
Decimal118179123
Binary1110110101100111111011
Octal166263173

Shades and tints

Shades of #76B37B

#76B37B
(118,179,123)
#6CA370
(108,163,112)
#629365
(98,147,101)
#58835A
(88,131,90)
#4E734F
(78,115,79)
#446344
(68,99,68)
#3A5339
(58,83,57)
#30432E
(48,67,46)
#263323
(38,51,35)
#1C2318
(28,35,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #76B37B

#76B37B
(118,179,123)
#82B987
(130,185,135)
#8EBF93
(142,191,147)
#9AC59F
(154,197,159)
#A6CBAB
(166,203,171)
#B2D1B7
(178,209,183)
#BED7C3
(190,215,195)
#CADDCF
(202,221,207)
#D6E3DB
(214,227,219)
#E2E9E7
(226,233,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B37B; }

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

This text font color is #76B37B.


Background Color

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

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

This div background color is #76B37B.


Border color

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

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

This div border color is #76B37B.


Opacity

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

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

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

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

This text has shadow with #76B37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B37B on black background.


Color preview on white background

This text has color #76B37B on white background.



Black color preview on #76B37B background

This text has black color on #76B37B background.


White color preview on #76B37B background

This text has white color on #76B37B background.