COLOR #76A04A

HEX: #76A04A
RGB: (118,160,74)

Renk bilgisi

#76A04A contains mainly red and green colors. #76A04A ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#76A04A color RGB value is (118,160,74).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 160 of 255 = 63%
B 74 of 255 = 29%

118
160
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 160 + 74 = 352 (100%)
R 118 of 352 ~ 33.52%
G 160 of 352 ~ 45.45%
B 74 of 352 ~ 21.02%

%33.52
%45.45
%21.02

CMYK RENK MODELİ

#76A04A rengi CMYK tonu (26,0,54,37).

  • camgöbeği tonu 26.25%
  • eflatun tonu 0.00%
  • sarı tonu 53.75%
  • ana renk tonu 37.25%
CMYK:
(26,0,54,37)
C26M0Y54K37 
(26%,0%,54%,37%)
(0.26/0.00/0.54/0.37)	

CMYK yüzdeleri

%26.25
%0
%53.75
%37.25

Codes

Color #76A04A in popluar color models

76A04A
RGB11816074
HSL89°36.75%45.88%
HSB/HSV89°53.75%62.75%
CMYK26.25%0.00%53.75%
37.25%

Color #76A04A in popluar number systems.

HEX76A04A
Decimal11816074
Binary1110110101000001001010
Octal166240112

Shades and tints

Shades of #76A04A

#76A04A
(118,160,74)
#6C9244
(108,146,68)
#62843E
(98,132,62)
#587638
(88,118,56)
#4E6832
(78,104,50)
#445A2C
(68,90,44)
#3A4C26
(58,76,38)
#303E20
(48,62,32)
#26301A
(38,48,26)
#1C2214
(28,34,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #76A04A

#76A04A
(118,160,74)
#82A85A
(130,168,90)
#8EB06A
(142,176,106)
#9AB87A
(154,184,122)
#A6C08A
(166,192,138)
#B2C89A
(178,200,154)
#BED0AA
(190,208,170)
#CAD8BA
(202,216,186)
#D6E0CA
(214,224,202)
#E2E8DA
(226,232,218)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A04A; }

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

This text font color is #76A04A.


Background Color

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

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

This div background color is #76A04A.


Border color

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

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

This div border color is #76A04A.


Opacity

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

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

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

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

This text has shadow with #76A04A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A04A on black background.


Color preview on white background

This text has color #76A04A on white background.



Black color preview on #76A04A background

This text has black color on #76A04A background.


White color preview on #76A04A background

This text has white color on #76A04A background.