COLOR #76A268

HEX: #76A268
RGB: (118,162,104)

Renk bilgisi

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

RGB renk modeli

#76A268 color RGB value is (118,162,104).

  • kırmız ton 118;
  • yeşil ton 162;
  • mavi ton 104.
RGB:
(118,162,104)
(46%,64%,41%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 162 of 255 = 64%
B 104 of 255 = 41%

118
162
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 162 + 104 = 384 (100%)
R 118 of 384 ~ 30.73%
G 162 of 384 ~ 42.19%
B 104 of 384 ~ 27.08%

%30.73
%42.19
%27.08

CMYK RENK MODELİ

#76A268 rengi CMYK tonu (27,0,36,36).

  • camgöbeği tonu 27.16%
  • eflatun tonu 0.00%
  • sarı tonu 35.80%
  • ana renk tonu 36.47%
CMYK:
(27,0,36,36)
C27M0Y36K36 
(27%,0%,36%,36%)
(0.27/0.00/0.36/0.36)	

CMYK yüzdeleri

%27.16
%0
%35.8
%36.47

Codes

Color #76A268 in popluar color models

76A268
RGB118162104
HSL106°23.77%52.16%
HSB/HSV106°35.80%63.53%
CMYK27.16%0.00%35.80%
36.47%

Color #76A268 in popluar number systems.

HEX76A268
Decimal118162104
Binary1110110101000101101000
Octal166242150

Shades and tints

Shades of #76A268

#76A268
(118,162,104)
#6C945F
(108,148,95)
#628656
(98,134,86)
#58784D
(88,120,77)
#4E6A44
(78,106,68)
#445C3B
(68,92,59)
#3A4E32
(58,78,50)
#304029
(48,64,41)
#263220
(38,50,32)
#1C2417
(28,36,23)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76A268

#76A268
(118,162,104)
#82AA75
(130,170,117)
#8EB282
(142,178,130)
#9ABA8F
(154,186,143)
#A6C29C
(166,194,156)
#B2CAA9
(178,202,169)
#BED2B6
(190,210,182)
#CADAC3
(202,218,195)
#D6E2D0
(214,226,208)
#E2EADD
(226,234,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A268 color. Also use rgb(118,162,104) instead hex code.

Text Font Color

.myTextColor { color: #76A268; }

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

This text font color is #76A268.


Background Color

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

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

This div background color is #76A268.


Border color

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

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

This div border color is #76A268.


Opacity

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

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

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

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

This text has shadow with #76A268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A268 on black background.


Color preview on white background

This text has color #76A268 on white background.



Black color preview on #76A268 background

This text has black color on #76A268 background.


White color preview on #76A268 background

This text has white color on #76A268 background.