COLOR #76B489

HEX: #76B489
RGB: (118,180,137)

Renk bilgisi

#76B489 contains mainly green and blue colors. #76B489 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76B489 color RGB value is (118,180,137).

  • kırmız ton 118;
  • yeşil ton 180;
  • mavi ton 137.
RGB:
(118,180,137)
(46%,71%,54%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 180 of 255 = 71%
B 137 of 255 = 54%

118
180
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 180 + 137 = 435 (100%)
R 118 of 435 ~ 27.13%
G 180 of 435 ~ 41.38%
B 137 of 435 ~ 31.49%

%27.13
%41.38
%31.49

CMYK RENK MODELİ

#76B489 rengi CMYK tonu (34,0,24,29).

  • camgöbeği tonu 34.44%
  • eflatun tonu 0.00%
  • sarı tonu 23.89%
  • ana renk tonu 29.41%
CMYK:
(34,0,24,29)
C34M0Y24K29 
(34%,0%,24%,29%)
(0.34/0.00/0.24/0.29)	

CMYK yüzdeleri

%34.44
%0
%23.89
%29.41

Codes

Color #76B489 in popluar color models

76B489
RGB118180137
HSL138°29.25%58.43%
HSB/HSV138°34.44%70.59%
CMYK34.44%0.00%23.89%
29.41%

Color #76B489 in popluar number systems.

HEX76B489
Decimal118180137
Binary11101101011010010001001
Octal166264211

Shades and tints

Shades of #76B489

#76B489
(118,180,137)
#6CA47D
(108,164,125)
#629471
(98,148,113)
#588465
(88,132,101)
#4E7459
(78,116,89)
#44644D
(68,100,77)
#3A5441
(58,84,65)
#304435
(48,68,53)
#263429
(38,52,41)
#1C241D
(28,36,29)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #76B489

#76B489
(118,180,137)
#82BA93
(130,186,147)
#8EC09D
(142,192,157)
#9AC6A7
(154,198,167)
#A6CCB1
(166,204,177)
#B2D2BB
(178,210,187)
#BED8C5
(190,216,197)
#CADECF
(202,222,207)
#D6E4D9
(214,228,217)
#E2EAE3
(226,234,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B489 color. Also use rgb(118,180,137) instead hex code.

Text Font Color

.myTextColor { color: #76B489; }

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

This text font color is #76B489.


Background Color

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

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

This div background color is #76B489.


Border color

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

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

This div border color is #76B489.


Opacity

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

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

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

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

This text has shadow with #76B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B489 on black background.


Color preview on white background

This text has color #76B489 on white background.



Black color preview on #76B489 background

This text has black color on #76B489 background.


White color preview on #76B489 background

This text has white color on #76B489 background.