COLOR #76A06D

HEX: #76A06D
RGB: (118,160,109)

Renk bilgisi

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

RGB renk modeli

#76A06D color RGB value is (118,160,109).

  • kırmız ton 118;
  • yeşil ton 160;
  • mavi ton 109.
RGB:
(118,160,109)
(46%,63%,43%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 109 of 255 = 43%

118
160
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 109 = 387 (100%)
R 118 of 387 ~ 30.49%
G 160 of 387 ~ 41.34%
B 109 of 387 ~ 28.17%

%30.49
%41.34
%28.17

CMYK RENK MODELİ

#76A06D rengi CMYK tonu (26,0,32,37).

  • camgöbeği tonu 26.25%
  • eflatun tonu 0.00%
  • sarı tonu 31.88%
  • ana renk tonu 37.25%
CMYK:
(26,0,32,37)
C26M0Y32K37 
(26%,0%,32%,37%)
(0.26/0.00/0.32/0.37)	

CMYK yüzdeleri

%26.25
%0
%31.88
%37.25

Codes

Color #76A06D in popluar color models

76A06D
RGB118160109
HSL109°21.16%52.75%
HSB/HSV109°31.88%62.75%
CMYK26.25%0.00%31.88%
37.25%

Color #76A06D in popluar number systems.

HEX76A06D
Decimal118160109
Binary1110110101000001101101
Octal166240155

Shades and tints

Shades of #76A06D

#76A06D
(118,160,109)
#6C9264
(108,146,100)
#62845B
(98,132,91)
#587652
(88,118,82)
#4E6849
(78,104,73)
#445A40
(68,90,64)
#3A4C37
(58,76,55)
#303E2E
(48,62,46)
#263025
(38,48,37)
#1C221C
(28,34,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #76A06D

#76A06D
(118,160,109)
#82A87A
(130,168,122)
#8EB087
(142,176,135)
#9AB894
(154,184,148)
#A6C0A1
(166,192,161)
#B2C8AE
(178,200,174)
#BED0BB
(190,208,187)
#CAD8C8
(202,216,200)
#D6E0D5
(214,224,213)
#E2E8E2
(226,232,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A06D color. Also use rgb(118,160,109) instead hex code.

Text Font Color

.myTextColor { color: #76A06D; }

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

This text font color is #76A06D.


Background Color

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

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

This div background color is #76A06D.


Border color

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

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

This div border color is #76A06D.


Opacity

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

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

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

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

This text has shadow with #76A06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A06D on black background.


Color preview on white background

This text has color #76A06D on white background.



Black color preview on #76A06D background

This text has black color on #76A06D background.


White color preview on #76A06D background

This text has white color on #76A06D background.