COLOR #76B093

HEX: #76B093
RGB: (118,176,147)

Renk bilgisi

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

RGB renk modeli

#76B093 color RGB value is (118,176,147).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 147 of 255 = 58%

118
176
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 147 = 441 (100%)
R 118 of 441 ~ 26.76%
G 176 of 441 ~ 39.91%
B 147 of 441 ~ 33.33%

%26.76
%39.91
%33.33

CMYK RENK MODELİ

#76B093 rengi CMYK tonu (33,0,16,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 16.48%
  • ana renk tonu 30.98%
CMYK:
(33,0,16,31)
C33M0Y16K31 
(33%,0%,16%,31%)
(0.33/0.00/0.16/0.31)	

CMYK yüzdeleri

%32.95
%0
%16.48
%30.98

Codes

Color #76B093 in popluar color models

76B093
RGB118176147
HSL150°26.85%57.65%
HSB/HSV150°32.95%69.02%
CMYK32.95%0.00%16.48%
30.98%

Color #76B093 in popluar number systems.

HEX76B093
Decimal118176147
Binary11101101011000010010011
Octal166260223

Shades and tints

Shades of #76B093

#76B093
(118,176,147)
#6CA086
(108,160,134)
#629079
(98,144,121)
#58806C
(88,128,108)
#4E705F
(78,112,95)
#446052
(68,96,82)
#3A5045
(58,80,69)
#304038
(48,64,56)
#26302B
(38,48,43)
#1C201E
(28,32,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76B093

#76B093
(118,176,147)
#82B79C
(130,183,156)
#8EBEA5
(142,190,165)
#9AC5AE
(154,197,174)
#A6CCB7
(166,204,183)
#B2D3C0
(178,211,192)
#BEDAC9
(190,218,201)
#CAE1D2
(202,225,210)
#D6E8DB
(214,232,219)
#E2EFE4
(226,239,228)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B093; }

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

This text font color is #76B093.


Background Color

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

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

This div background color is #76B093.


Border color

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

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

This div border color is #76B093.


Opacity

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

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

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

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

This text has shadow with #76B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B093 on black background.


Color preview on white background

This text has color #76B093 on white background.



Black color preview on #76B093 background

This text has black color on #76B093 background.


White color preview on #76B093 background

This text has white color on #76B093 background.