COLOR #76A236

HEX: #76A236
RGB: (118,162,54)

Renk bilgisi

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

RGB renk modeli

#76A236 color RGB value is (118,162,54).

  • kırmız ton 118;
  • yeşil ton 162;
  • mavi ton 54.
RGB:
(118,162,54)
(46%,64%,21%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 162 of 255 = 64%
B 54 of 255 = 21%

118
162
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 162 + 54 = 334 (100%)
R 118 of 334 ~ 35.33%
G 162 of 334 ~ 48.5%
B 54 of 334 ~ 16.17%

%35.33
%48.5
%16.17

CMYK RENK MODELİ

#76A236 rengi CMYK tonu (27,0,67,36).

  • camgöbeği tonu 27.16%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 36.47%
CMYK:
(27,0,67,36)
C27M0Y67K36 
(27%,0%,67%,36%)
(0.27/0.00/0.67/0.36)	

CMYK yüzdeleri

%27.16
%0
%66.67
%36.47

Codes

Color #76A236 in popluar color models

76A236
RGB11816254
HSL84°50.00%42.35%
HSB/HSV84°66.67%63.53%
CMYK27.16%0.00%66.67%
36.47%

Color #76A236 in popluar number systems.

HEX76A236
Decimal11816254
Binary111011010100010110110
Octal16624266

Shades and tints

Shades of #76A236

#76A236
(118,162,54)
#6C9432
(108,148,50)
#62862E
(98,134,46)
#58782A
(88,120,42)
#4E6A26
(78,106,38)
#445C22
(68,92,34)
#3A4E1E
(58,78,30)
#30401A
(48,64,26)
#263216
(38,50,22)
#1C2412
(28,36,18)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76A236

#76A236
(118,162,54)
#82AA48
(130,170,72)
#8EB25A
(142,178,90)
#9ABA6C
(154,186,108)
#A6C27E
(166,194,126)
#B2CA90
(178,202,144)
#BED2A2
(190,210,162)
#CADAB4
(202,218,180)
#D6E2C6
(214,226,198)
#E2EAD8
(226,234,216)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A236 color. Also use rgb(118,162,54) instead hex code.

Text Font Color

.myTextColor { color: #76A236; }

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

This text font color is #76A236.


Background Color

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

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

This div background color is #76A236.


Border color

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

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

This div border color is #76A236.


Opacity

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

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

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

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

This text has shadow with #76A236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A236 on black background.


Color preview on white background

This text has color #76A236 on white background.



Black color preview on #76A236 background

This text has black color on #76A236 background.


White color preview on #76A236 background

This text has white color on #76A236 background.