COLOR #76AF92

HEX: #76AF92
RGB: (118,175,146)

Renk bilgisi

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

RGB renk modeli

#76AF92 color RGB value is (118,175,146).

  • kırmız ton 118;
  • yeşil ton 175;
  • mavi ton 146.
RGB:
(118,175,146)
(46%,69%,57%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 175 of 255 = 69%
B 146 of 255 = 57%

118
175
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 175 + 146 = 439 (100%)
R 118 of 439 ~ 26.88%
G 175 of 439 ~ 39.86%
B 146 of 439 ~ 33.26%

%26.88
%39.86
%33.26

CMYK RENK MODELİ

#76AF92 rengi CMYK tonu (33,0,17,31).

  • camgöbeği tonu 32.57%
  • eflatun tonu 0.00%
  • sarı tonu 16.57%
  • ana renk tonu 31.37%
CMYK:
(33,0,17,31)
C33M0Y17K31 
(33%,0%,17%,31%)
(0.33/0.00/0.17/0.31)	

CMYK yüzdeleri

%32.57
%0
%16.57
%31.37

Codes

Color #76AF92 in popluar color models

76AF92
RGB118175146
HSL149°26.27%57.45%
HSB/HSV149°32.57%68.63%
CMYK32.57%0.00%16.57%
31.37%

Color #76AF92 in popluar number systems.

HEX76AF92
Decimal118175146
Binary11101101010111110010010
Octal166257222

Shades and tints

Shades of #76AF92

#76AF92
(118,175,146)
#6CA085
(108,160,133)
#629178
(98,145,120)
#58826B
(88,130,107)
#4E735E
(78,115,94)
#446451
(68,100,81)
#3A5544
(58,85,68)
#304637
(48,70,55)
#26372A
(38,55,42)
#1C281D
(28,40,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #76AF92

#76AF92
(118,175,146)
#82B69B
(130,182,155)
#8EBDA4
(142,189,164)
#9AC4AD
(154,196,173)
#A6CBB6
(166,203,182)
#B2D2BF
(178,210,191)
#BED9C8
(190,217,200)
#CAE0D1
(202,224,209)
#D6E7DA
(214,231,218)
#E2EEE3
(226,238,227)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AF92 color. Also use rgb(118,175,146) instead hex code.

Text Font Color

.myTextColor { color: #76AF92; }

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

This text font color is #76AF92.


Background Color

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

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

This div background color is #76AF92.


Border color

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

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

This div border color is #76AF92.


Opacity

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

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

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

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

This text has shadow with #76AF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AF92 on black background.


Color preview on white background

This text has color #76AF92 on white background.



Black color preview on #76AF92 background

This text has black color on #76AF92 background.


White color preview on #76AF92 background

This text has white color on #76AF92 background.