COLOR #76A67B

HEX: #76A67B
RGB: (118,166,123)

Renk bilgisi

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

RGB renk modeli

#76A67B color RGB value is (118,166,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 166 of 255 = 65%
B 123 of 255 = 48%

118
166
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 166 + 123 = 407 (100%)
R 118 of 407 ~ 28.99%
G 166 of 407 ~ 40.79%
B 123 of 407 ~ 30.22%

%28.99
%40.79
%30.22

CMYK RENK MODELİ

#76A67B rengi CMYK tonu (29,0,26,35).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 25.90%
  • ana renk tonu 34.90%
CMYK:
(29,0,26,35)
C29M0Y26K35 
(29%,0%,26%,35%)
(0.29/0.00/0.26/0.35)	

CMYK yüzdeleri

%28.92
%0
%25.9
%34.9

Codes

Color #76A67B in popluar color models

76A67B
RGB118166123
HSL126°21.24%55.69%
HSB/HSV126°28.92%65.10%
CMYK28.92%0.00%25.90%
34.90%

Color #76A67B in popluar number systems.

HEX76A67B
Decimal118166123
Binary1110110101001101111011
Octal166246173

Shades and tints

Shades of #76A67B

#76A67B
(118,166,123)
#6C9770
(108,151,112)
#628865
(98,136,101)
#58795A
(88,121,90)
#4E6A4F
(78,106,79)
#445B44
(68,91,68)
#3A4C39
(58,76,57)
#303D2E
(48,61,46)
#262E23
(38,46,35)
#1C1F18
(28,31,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #76A67B

#76A67B
(118,166,123)
#82AE87
(130,174,135)
#8EB693
(142,182,147)
#9ABE9F
(154,190,159)
#A6C6AB
(166,198,171)
#B2CEB7
(178,206,183)
#BED6C3
(190,214,195)
#CADECF
(202,222,207)
#D6E6DB
(214,230,219)
#E2EEE7
(226,238,231)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A67B; }

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

This text font color is #76A67B.


Background Color

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

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

This div background color is #76A67B.


Border color

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

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

This div border color is #76A67B.


Opacity

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

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

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

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

This text has shadow with #76A67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A67B on black background.


Color preview on white background

This text has color #76A67B on white background.



Black color preview on #76A67B background

This text has black color on #76A67B background.


White color preview on #76A67B background

This text has white color on #76A67B background.