COLOR #76AD72

HEX: #76AD72
RGB: (118,173,114)

Renk bilgisi

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

RGB renk modeli

#76AD72 color RGB value is (118,173,114).

  • kırmız ton 118;
  • yeşil ton 173;
  • mavi ton 114.
RGB:
(118,173,114)
(46%,68%,45%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 173 of 255 = 68%
B 114 of 255 = 45%

118
173
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 114 = 405 (100%)
R 118 of 405 ~ 29.14%
G 173 of 405 ~ 42.72%
B 114 of 405 ~ 28.15%

%29.14
%42.72
%28.15

CMYK RENK MODELİ

#76AD72 rengi CMYK tonu (32,0,34,32).

  • camgöbeği tonu 31.79%
  • eflatun tonu 0.00%
  • sarı tonu 34.10%
  • ana renk tonu 32.16%
CMYK:
(32,0,34,32)
C32M0Y34K32 
(32%,0%,34%,32%)
(0.32/0.00/0.34/0.32)	

CMYK yüzdeleri

%31.79
%0
%34.1
%32.16

Codes

Color #76AD72 in popluar color models

76AD72
RGB118173114
HSL116°26.46%56.27%
HSB/HSV116°34.10%67.84%
CMYK31.79%0.00%34.10%
32.16%

Color #76AD72 in popluar number systems.

HEX76AD72
Decimal118173114
Binary1110110101011011110010
Octal166255162

Shades and tints

Shades of #76AD72

#76AD72
(118,173,114)
#6C9E68
(108,158,104)
#628F5E
(98,143,94)
#588054
(88,128,84)
#4E714A
(78,113,74)
#446240
(68,98,64)
#3A5336
(58,83,54)
#30442C
(48,68,44)
#263522
(38,53,34)
#1C2618
(28,38,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76AD72

#76AD72
(118,173,114)
#82B47E
(130,180,126)
#8EBB8A
(142,187,138)
#9AC296
(154,194,150)
#A6C9A2
(166,201,162)
#B2D0AE
(178,208,174)
#BED7BA
(190,215,186)
#CADEC6
(202,222,198)
#D6E5D2
(214,229,210)
#E2ECDE
(226,236,222)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD72 color. Also use rgb(118,173,114) instead hex code.

Text Font Color

.myTextColor { color: #76AD72; }

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

This text font color is #76AD72.


Background Color

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

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

This div background color is #76AD72.


Border color

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

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

This div border color is #76AD72.


Opacity

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

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

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

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

This text has shadow with #76AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AD72 on black background.


Color preview on white background

This text has color #76AD72 on white background.



Black color preview on #76AD72 background

This text has black color on #76AD72 background.


White color preview on #76AD72 background

This text has white color on #76AD72 background.