COLOR #76A426

HEX: #76A426
RGB: (118,164,38)

Renk bilgisi

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

RGB renk modeli

#76A426 color RGB value is (118,164,38).

  • kırmız ton 118;
  • yeşil ton 164;
  • mavi ton 38.
RGB:
(118,164,38)
(46%,64%,15%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 164 of 255 = 64%
B 38 of 255 = 15%

118
164
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 164 + 38 = 320 (100%)
R 118 of 320 ~ 36.88%
G 164 of 320 ~ 51.25%
B 38 of 320 ~ 11.88%

%36.88
%51.25
%11.88

CMYK RENK MODELİ

#76A426 rengi CMYK tonu (28,0,77,36).

  • camgöbeği tonu 28.05%
  • eflatun tonu 0.00%
  • sarı tonu 76.83%
  • ana renk tonu 35.69%
CMYK:
(28,0,77,36)
C28M0Y77K36 
(28%,0%,77%,36%)
(0.28/0.00/0.77/0.36)	

CMYK yüzdeleri

%28.05
%0
%76.83
%35.69

Codes

Color #76A426 in popluar color models

76A426
RGB11816438
HSL82°62.38%39.61%
HSB/HSV82°76.83%64.31%
CMYK28.05%0.00%76.83%
35.69%

Color #76A426 in popluar number systems.

HEX76A426
Decimal11816438
Binary111011010100100100110
Octal16624446

Shades and tints

Shades of #76A426

#76A426
(118,164,38)
#6C9623
(108,150,35)
#628820
(98,136,32)
#587A1D
(88,122,29)
#4E6C1A
(78,108,26)
#445E17
(68,94,23)
#3A5014
(58,80,20)
#304211
(48,66,17)
#26340E
(38,52,14)
#1C260B
(28,38,11)
#121808
(18,24,8)
#000000
(0,0,0)

Tints of #76A426

#76A426
(118,164,38)
#82AC39
(130,172,57)
#8EB44C
(142,180,76)
#9ABC5F
(154,188,95)
#A6C472
(166,196,114)
#B2CC85
(178,204,133)
#BED498
(190,212,152)
#CADCAB
(202,220,171)
#D6E4BE
(214,228,190)
#E2ECD1
(226,236,209)
#EEF4E4
(238,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A426 color. Also use rgb(118,164,38) instead hex code.

Text Font Color

.myTextColor { color: #76A426; }

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

This text font color is #76A426.


Background Color

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

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

This div background color is #76A426.


Border color

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

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

This div border color is #76A426.


Opacity

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

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

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

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

This text has shadow with #76A426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A426 on black background.


Color preview on white background

This text has color #76A426 on white background.



Black color preview on #76A426 background

This text has black color on #76A426 background.


White color preview on #76A426 background

This text has white color on #76A426 background.