COLOR #76B069

HEX: #76B069
RGB: (118,176,105)

Renk bilgisi

#76B069 contains mainly red and green colors. #76B069 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#76B069 color RGB value is (118,176,105).

  • kırmız ton 118;
  • yeşil ton 176;
  • mavi ton 105.
RGB:
(118,176,105)
(46%,69%,41%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 105 of 255 = 41%

118
176
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 105 = 399 (100%)
R 118 of 399 ~ 29.57%
G 176 of 399 ~ 44.11%
B 105 of 399 ~ 26.32%

%29.57
%44.11
%26.32

CMYK RENK MODELİ

#76B069 rengi CMYK tonu (33,0,40,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 40.34%
  • ana renk tonu 30.98%
CMYK:
(33,0,40,31)
C33M0Y40K31 
(33%,0%,40%,31%)
(0.33/0.00/0.40/0.31)	

CMYK yüzdeleri

%32.95
%0
%40.34
%30.98

Codes

Color #76B069 in popluar color models

76B069
RGB118176105
HSL109°31.00%55.10%
HSB/HSV109°40.34%69.02%
CMYK32.95%0.00%40.34%
30.98%

Color #76B069 in popluar number systems.

HEX76B069
Decimal118176105
Binary1110110101100001101001
Octal166260151

Shades and tints

Shades of #76B069

#76B069
(118,176,105)
#6CA060
(108,160,96)
#629057
(98,144,87)
#58804E
(88,128,78)
#4E7045
(78,112,69)
#44603C
(68,96,60)
#3A5033
(58,80,51)
#30402A
(48,64,42)
#263021
(38,48,33)
#1C2018
(28,32,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76B069

#76B069
(118,176,105)
#82B776
(130,183,118)
#8EBE83
(142,190,131)
#9AC590
(154,197,144)
#A6CC9D
(166,204,157)
#B2D3AA
(178,211,170)
#BEDAB7
(190,218,183)
#CAE1C4
(202,225,196)
#D6E8D1
(214,232,209)
#E2EFDE
(226,239,222)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B069 color. Also use rgb(118,176,105) instead hex code.

Text Font Color

.myTextColor { color: #76B069; }

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

This text font color is #76B069.


Background Color

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

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

This div background color is #76B069.


Border color

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

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

This div border color is #76B069.


Opacity

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

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

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

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

This text has shadow with #76B069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B069 on black background.


Color preview on white background

This text has color #76B069 on white background.



Black color preview on #76B069 background

This text has black color on #76B069 background.


White color preview on #76B069 background

This text has white color on #76B069 background.