COLOR #76A57A

HEX: #76A57A
RGB: (118,165,122)

Renk bilgisi

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

RGB renk modeli

#76A57A color RGB value is (118,165,122).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 165 of 255 = 65%
B 122 of 255 = 48%

118
165
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 165 + 122 = 405 (100%)
R 118 of 405 ~ 29.14%
G 165 of 405 ~ 40.74%
B 122 of 405 ~ 30.12%

%29.14
%40.74
%30.12

CMYK RENK MODELİ

#76A57A rengi CMYK tonu (28,0,26,35).

  • camgöbeği tonu 28.48%
  • eflatun tonu 0.00%
  • sarı tonu 26.06%
  • ana renk tonu 35.29%
CMYK:
(28,0,26,35)
C28M0Y26K35 
(28%,0%,26%,35%)
(0.28/0.00/0.26/0.35)	

CMYK yüzdeleri

%28.48
%0
%26.06
%35.29

Codes

Color #76A57A in popluar color models

76A57A
RGB118165122
HSL125°20.70%55.49%
HSB/HSV125°28.48%64.71%
CMYK28.48%0.00%26.06%
35.29%

Color #76A57A in popluar number systems.

HEX76A57A
Decimal118165122
Binary1110110101001011111010
Octal166245172

Shades and tints

Shades of #76A57A

#76A57A
(118,165,122)
#6C966F
(108,150,111)
#628764
(98,135,100)
#587859
(88,120,89)
#4E694E
(78,105,78)
#445A43
(68,90,67)
#3A4B38
(58,75,56)
#303C2D
(48,60,45)
#262D22
(38,45,34)
#1C1E17
(28,30,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #76A57A

#76A57A
(118,165,122)
#82AD86
(130,173,134)
#8EB592
(142,181,146)
#9ABD9E
(154,189,158)
#A6C5AA
(166,197,170)
#B2CDB6
(178,205,182)
#BED5C2
(190,213,194)
#CADDCE
(202,221,206)
#D6E5DA
(214,229,218)
#E2EDE6
(226,237,230)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A57A color. Also use rgb(118,165,122) instead hex code.

Text Font Color

.myTextColor { color: #76A57A; }

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

This text font color is #76A57A.


Background Color

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

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

This div background color is #76A57A.


Border color

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

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

This div border color is #76A57A.


Opacity

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

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

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

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

This text has shadow with #76A57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A57A on black background.


Color preview on white background

This text has color #76A57A on white background.



Black color preview on #76A57A background

This text has black color on #76A57A background.


White color preview on #76A57A background

This text has white color on #76A57A background.