COLOR #76B290

HEX: #76B290
RGB: (118,178,144)

Renk bilgisi

#76B290 contains mainly green and blue colors. #76B290 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#76B290 color RGB value is (118,178,144).

  • kırmız ton 118;
  • yeşil ton 178;
  • mavi ton 144.
RGB:
(118,178,144)
(46%,70%,56%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 178 of 255 = 70%
B 144 of 255 = 56%

118
178
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 178 + 144 = 440 (100%)
R 118 of 440 ~ 26.82%
G 178 of 440 ~ 40.45%
B 144 of 440 ~ 32.73%

%26.82
%40.45
%32.73

CMYK RENK MODELİ

#76B290 rengi CMYK tonu (34,0,19,30).

  • camgöbeği tonu 33.71%
  • eflatun tonu 0.00%
  • sarı tonu 19.10%
  • ana renk tonu 30.20%
CMYK:
(34,0,19,30)
C34M0Y19K30 
(34%,0%,19%,30%)
(0.34/0.00/0.19/0.30)	

CMYK yüzdeleri

%33.71
%0
%19.1
%30.2

Codes

Color #76B290 in popluar color models

76B290
RGB118178144
HSL146°28.04%58.04%
HSB/HSV146°33.71%69.80%
CMYK33.71%0.00%19.10%
30.20%

Color #76B290 in popluar number systems.

HEX76B290
Decimal118178144
Binary11101101011001010010000
Octal166262220

Shades and tints

Shades of #76B290

#76B290
(118,178,144)
#6CA283
(108,162,131)
#629276
(98,146,118)
#588269
(88,130,105)
#4E725C
(78,114,92)
#44624F
(68,98,79)
#3A5242
(58,82,66)
#304235
(48,66,53)
#263228
(38,50,40)
#1C221B
(28,34,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #76B290

#76B290
(118,178,144)
#82B99A
(130,185,154)
#8EC0A4
(142,192,164)
#9AC7AE
(154,199,174)
#A6CEB8
(166,206,184)
#B2D5C2
(178,213,194)
#BEDCCC
(190,220,204)
#CAE3D6
(202,227,214)
#D6EAE0
(214,234,224)
#E2F1EA
(226,241,234)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B290 color. Also use rgb(118,178,144) instead hex code.

Text Font Color

.myTextColor { color: #76B290; }

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

This text font color is #76B290.


Background Color

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

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

This div background color is #76B290.


Border color

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

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

This div border color is #76B290.


Opacity

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

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

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

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

This text has shadow with #76B290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B290 on black background.


Color preview on white background

This text has color #76B290 on white background.



Black color preview on #76B290 background

This text has black color on #76B290 background.


White color preview on #76B290 background

This text has white color on #76B290 background.