COLOR #76B463

HEX: #76B463
RGB: (118,180,99)

Renk bilgisi

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

RGB renk modeli

#76B463 color RGB value is (118,180,99).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 180 of 255 = 71%
B 99 of 255 = 39%

118
180
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 180 + 99 = 397 (100%)
R 118 of 397 ~ 29.72%
G 180 of 397 ~ 45.34%
B 99 of 397 ~ 24.94%

%29.72
%45.34
%24.94

CMYK RENK MODELİ

#76B463 rengi CMYK tonu (34,0,45,29).

  • camgöbeği tonu 34.44%
  • eflatun tonu 0.00%
  • sarı tonu 45.00%
  • ana renk tonu 29.41%
CMYK:
(34,0,45,29)
C34M0Y45K29 
(34%,0%,45%,29%)
(0.34/0.00/0.45/0.29)	

CMYK yüzdeleri

%34.44
%0
%45
%29.41

Codes

Color #76B463 in popluar color models

76B463
RGB11818099
HSL106°35.06%54.71%
HSB/HSV106°45.00%70.59%
CMYK34.44%0.00%45.00%
29.41%

Color #76B463 in popluar number systems.

HEX76B463
Decimal11818099
Binary1110110101101001100011
Octal166264143

Shades and tints

Shades of #76B463

#76B463
(118,180,99)
#6CA45A
(108,164,90)
#629451
(98,148,81)
#588448
(88,132,72)
#4E743F
(78,116,63)
#446436
(68,100,54)
#3A542D
(58,84,45)
#304424
(48,68,36)
#26341B
(38,52,27)
#1C2412
(28,36,18)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #76B463

#76B463
(118,180,99)
#82BA71
(130,186,113)
#8EC07F
(142,192,127)
#9AC68D
(154,198,141)
#A6CC9B
(166,204,155)
#B2D2A9
(178,210,169)
#BED8B7
(190,216,183)
#CADEC5
(202,222,197)
#D6E4D3
(214,228,211)
#E2EAE1
(226,234,225)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B463; }

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

This text font color is #76B463.


Background Color

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

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

This div background color is #76B463.


Border color

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

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

This div border color is #76B463.


Opacity

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

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

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

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

This text has shadow with #76B463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B463 on black background.


Color preview on white background

This text has color #76B463 on white background.



Black color preview on #76B463 background

This text has black color on #76B463 background.


White color preview on #76B463 background

This text has white color on #76B463 background.