COLOR #76B574

HEX: #76B574
RGB: (118,181,116)

Renk bilgisi

#76B574 contains mainly green color. #76B574 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76B574 color RGB value is (118,181,116).

  • kırmız ton 118;
  • yeşil ton 181;
  • mavi ton 116.
RGB:
(118,181,116)
(46%,71%,45%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 181 of 255 = 71%
B 116 of 255 = 45%

118
181
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 181 + 116 = 415 (100%)
R 118 of 415 ~ 28.43%
G 181 of 415 ~ 43.61%
B 116 of 415 ~ 27.95%

%28.43
%43.61
%27.95

CMYK RENK MODELİ

#76B574 rengi CMYK tonu (35,0,36,29).

  • camgöbeği tonu 34.81%
  • eflatun tonu 0.00%
  • sarı tonu 35.91%
  • ana renk tonu 29.02%
CMYK:
(35,0,36,29)
C35M0Y36K29 
(35%,0%,36%,29%)
(0.35/0.00/0.36/0.29)	

CMYK yüzdeleri

%34.81
%0
%35.91
%29.02

Codes

Color #76B574 in popluar color models

76B574
RGB118181116
HSL118°30.52%58.24%
HSB/HSV118°35.91%70.98%
CMYK34.81%0.00%35.91%
29.02%

Color #76B574 in popluar number systems.

HEX76B574
Decimal118181116
Binary1110110101101011110100
Octal166265164

Shades and tints

Shades of #76B574

#76B574
(118,181,116)
#6CA56A
(108,165,106)
#629560
(98,149,96)
#588556
(88,133,86)
#4E754C
(78,117,76)
#446542
(68,101,66)
#3A5538
(58,85,56)
#30452E
(48,69,46)
#263524
(38,53,36)
#1C251A
(28,37,26)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #76B574

#76B574
(118,181,116)
#82BB80
(130,187,128)
#8EC18C
(142,193,140)
#9AC798
(154,199,152)
#A6CDA4
(166,205,164)
#B2D3B0
(178,211,176)
#BED9BC
(190,217,188)
#CADFC8
(202,223,200)
#D6E5D4
(214,229,212)
#E2EBE0
(226,235,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B574 color. Also use rgb(118,181,116) instead hex code.

Text Font Color

.myTextColor { color: #76B574; }

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

This text font color is #76B574.


Background Color

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

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

This div background color is #76B574.


Border color

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

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

This div border color is #76B574.


Opacity

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

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

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

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

This text has shadow with #76B574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B574 on black background.


Color preview on white background

This text has color #76B574 on white background.



Black color preview on #76B574 background

This text has black color on #76B574 background.


White color preview on #76B574 background

This text has white color on #76B574 background.