COLOR #76B34A

HEX: #76B34A
RGB: (118,179,74)

Renk bilgisi

#76B34A contains mainly green color. #76B34A ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#76B34A color RGB value is (118,179,74).

  • kırmız ton 118;
  • yeşil ton 179;
  • mavi ton 74.
RGB:
(118,179,74)
(46%,70%,29%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 179 of 255 = 70%
B 74 of 255 = 29%

118
179
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 179 + 74 = 371 (100%)
R 118 of 371 ~ 31.81%
G 179 of 371 ~ 48.25%
B 74 of 371 ~ 19.95%

%31.81
%48.25
%19.95

CMYK RENK MODELİ

#76B34A rengi CMYK tonu (34,0,59,30).

  • camgöbeği tonu 34.08%
  • eflatun tonu 0.00%
  • sarı tonu 58.66%
  • ana renk tonu 29.80%
CMYK:
(34,0,59,30)
C34M0Y59K30 
(34%,0%,59%,30%)
(0.34/0.00/0.59/0.30)	

CMYK yüzdeleri

%34.08
%0
%58.66
%29.8

Codes

Color #76B34A in popluar color models

76B34A
RGB11817974
HSL95°41.50%49.61%
HSB/HSV95°58.66%70.20%
CMYK34.08%0.00%58.66%
29.80%

Color #76B34A in popluar number systems.

HEX76B34A
Decimal11817974
Binary1110110101100111001010
Octal166263112

Shades and tints

Shades of #76B34A

#76B34A
(118,179,74)
#6CA344
(108,163,68)
#62933E
(98,147,62)
#588338
(88,131,56)
#4E7332
(78,115,50)
#44632C
(68,99,44)
#3A5326
(58,83,38)
#304320
(48,67,32)
#26331A
(38,51,26)
#1C2314
(28,35,20)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #76B34A

#76B34A
(118,179,74)
#82B95A
(130,185,90)
#8EBF6A
(142,191,106)
#9AC57A
(154,197,122)
#A6CB8A
(166,203,138)
#B2D19A
(178,209,154)
#BED7AA
(190,215,170)
#CADDBA
(202,221,186)
#D6E3CA
(214,227,202)
#E2E9DA
(226,233,218)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B34A color. Also use rgb(118,179,74) instead hex code.

Text Font Color

.myTextColor { color: #76B34A; }

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

This text font color is #76B34A.


Background Color

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

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

This div background color is #76B34A.


Border color

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

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

This div border color is #76B34A.


Opacity

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

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

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

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

This text has shadow with #76B34A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B34A on black background.


Color preview on white background

This text has color #76B34A on white background.



Black color preview on #76B34A background

This text has black color on #76B34A background.


White color preview on #76B34A background

This text has white color on #76B34A background.