COLOR #76AE84

HEX: #76AE84
RGB: (118,174,132)

Renk bilgisi

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

RGB renk modeli

#76AE84 color RGB value is (118,174,132).

  • kırmız ton 118;
  • yeşil ton 174;
  • mavi ton 132.
RGB:
(118,174,132)
(46%,68%,52%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 174 of 255 = 68%
B 132 of 255 = 52%

118
174
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 174 + 132 = 424 (100%)
R 118 of 424 ~ 27.83%
G 174 of 424 ~ 41.04%
B 132 of 424 ~ 31.13%

%27.83
%41.04
%31.13

CMYK RENK MODELİ

#76AE84 rengi CMYK tonu (32,0,24,32).

  • camgöbeği tonu 32.18%
  • eflatun tonu 0.00%
  • sarı tonu 24.14%
  • ana renk tonu 31.76%
CMYK:
(32,0,24,32)
C32M0Y24K32 
(32%,0%,24%,32%)
(0.32/0.00/0.24/0.32)	

CMYK yüzdeleri

%32.18
%0
%24.14
%31.76

Codes

Color #76AE84 in popluar color models

76AE84
RGB118174132
HSL135°25.69%57.25%
HSB/HSV135°32.18%68.24%
CMYK32.18%0.00%24.14%
31.76%

Color #76AE84 in popluar number systems.

HEX76AE84
Decimal118174132
Binary11101101010111010000100
Octal166256204

Shades and tints

Shades of #76AE84

#76AE84
(118,174,132)
#6C9F78
(108,159,120)
#62906C
(98,144,108)
#588160
(88,129,96)
#4E7254
(78,114,84)
#446348
(68,99,72)
#3A543C
(58,84,60)
#304530
(48,69,48)
#263624
(38,54,36)
#1C2718
(28,39,24)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #76AE84

#76AE84
(118,174,132)
#82B58F
(130,181,143)
#8EBC9A
(142,188,154)
#9AC3A5
(154,195,165)
#A6CAB0
(166,202,176)
#B2D1BB
(178,209,187)
#BED8C6
(190,216,198)
#CADFD1
(202,223,209)
#D6E6DC
(214,230,220)
#E2EDE7
(226,237,231)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AE84 color. Also use rgb(118,174,132) instead hex code.

Text Font Color

.myTextColor { color: #76AE84; }

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

This text font color is #76AE84.


Background Color

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

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

This div background color is #76AE84.


Border color

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

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

This div border color is #76AE84.


Opacity

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

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

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

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

This text has shadow with #76AE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AE84 on black background.


Color preview on white background

This text has color #76AE84 on white background.



Black color preview on #76AE84 background

This text has black color on #76AE84 background.


White color preview on #76AE84 background

This text has white color on #76AE84 background.