COLOR #68AD4C

HEX: #68AD4C
RGB: (104,173,76)

Renk bilgisi

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

RGB renk modeli

#68AD4C color RGB value is (104,173,76).

  • kırmız ton 104;
  • yeşil ton 173;
  • mavi ton 76.
RGB:
(104,173,76)
(41%,68%,30%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 173 of 255 = 68%
B 76 of 255 = 30%

104
173
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 173 + 76 = 353 (100%)
R 104 of 353 ~ 29.46%
G 173 of 353 ~ 49.01%
B 76 of 353 ~ 21.53%

%29.46
%49.01
%21.53

CMYK RENK MODELİ

#68AD4C rengi CMYK tonu (40,0,56,32).

  • camgöbeği tonu 39.88%
  • eflatun tonu 0.00%
  • sarı tonu 56.07%
  • ana renk tonu 32.16%
CMYK:
(40,0,56,32)
C40M0Y56K32 
(40%,0%,56%,32%)
(0.40/0.00/0.56/0.32)	

CMYK yüzdeleri

%39.88
%0
%56.07
%32.16

Codes

Color #68AD4C in popluar color models

68AD4C
RGB10417376
HSL103°38.96%48.82%
HSB/HSV103°56.07%67.84%
CMYK39.88%0.00%56.07%
32.16%

Color #68AD4C in popluar number systems.

HEX68AD4C
Decimal10417376
Binary1101000101011011001100
Octal150255114

Shades and tints

Shades of #68AD4C

#68AD4C
(104,173,76)
#5F9E46
(95,158,70)
#568F40
(86,143,64)
#4D803A
(77,128,58)
#447134
(68,113,52)
#3B622E
(59,98,46)
#325328
(50,83,40)
#294422
(41,68,34)
#20351C
(32,53,28)
#172616
(23,38,22)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #68AD4C

#68AD4C
(104,173,76)
#75B45C
(117,180,92)
#82BB6C
(130,187,108)
#8FC27C
(143,194,124)
#9CC98C
(156,201,140)
#A9D09C
(169,208,156)
#B6D7AC
(182,215,172)
#C3DEBC
(195,222,188)
#D0E5CC
(208,229,204)
#DDECDC
(221,236,220)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AD4C color. Also use rgb(104,173,76) instead hex code.

Text Font Color

.myTextColor { color: #68AD4C; }

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

This text font color is #68AD4C.


Background Color

.myBgColor { background-color: #68AD4C; }

<div style="background-color:#68AD4C">Inner text</div>

This div background color is #68AD4C.


Border color

.myBorderColor { border: 1px solid #68AD4C; }

<div style="border:3px solid #68AD4C">Div</div>

This div border color is #68AD4C.


Opacity

.myOpacity80 { color: #68AD4C; opacity: 0.8; }

<p style="color:#68AD4C;opacity:0.8;">80%</p>

Text with #68AD4C 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 #68AD4C;}

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

This text has shadow with #68AD4C color.

.textShadow {text-shadow: 3px 3px 1px #68AD4C, 3px 3px 1px red;}

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

This text has shadow with #68AD4C primary color and red secondary color.


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

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

This text has shadow with #68AD4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68AD4C on black background.


Color preview on white background

This text has color #68AD4C on white background.



Black color preview on #68AD4C background

This text has black color on #68AD4C background.


White color preview on #68AD4C background

This text has white color on #68AD4C background.