COLOR #68D386

HEX: #68D386
RGB: (104,211,134)

Renk bilgisi

#68D386 contains mainly green color. #68D386 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#68D386 color RGB value is (104,211,134).

  • kırmız ton 104;
  • yeşil ton 211;
  • mavi ton 134.
RGB:
(104,211,134)
(41%,83%,53%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 211 of 255 = 83%
B 134 of 255 = 53%

104
211
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 211 + 134 = 449 (100%)
R 104 of 449 ~ 23.16%
G 211 of 449 ~ 46.99%
B 134 of 449 ~ 29.84%

%23.16
%46.99
%29.84

CMYK RENK MODELİ

#68D386 rengi CMYK tonu (51,0,36,17).

  • camgöbeği tonu 50.71%
  • eflatun tonu 0.00%
  • sarı tonu 36.49%
  • ana renk tonu 17.25%
CMYK:
(51,0,36,17)
C51M0Y36K17 
(51%,0%,36%,17%)
(0.51/0.00/0.36/0.17)	

CMYK yüzdeleri

%50.71
%0
%36.49
%17.25

Codes

Color #68D386 in popluar color models

68D386
RGB104211134
HSL137°54.87%61.76%
HSB/HSV137°50.71%82.75%
CMYK50.71%0.00%36.49%
17.25%

Color #68D386 in popluar number systems.

HEX68D386
Decimal104211134
Binary11010001101001110000110
Octal150323206

Shades and tints

Shades of #68D386

#68D386
(104,211,134)
#5FC07A
(95,192,122)
#56AD6E
(86,173,110)
#4D9A62
(77,154,98)
#448756
(68,135,86)
#3B744A
(59,116,74)
#32613E
(50,97,62)
#294E32
(41,78,50)
#203B26
(32,59,38)
#17281A
(23,40,26)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #68D386

#68D386
(104,211,134)
#75D791
(117,215,145)
#82DB9C
(130,219,156)
#8FDFA7
(143,223,167)
#9CE3B2
(156,227,178)
#A9E7BD
(169,231,189)
#B6EBC8
(182,235,200)
#C3EFD3
(195,239,211)
#D0F3DE
(208,243,222)
#DDF7E9
(221,247,233)
#EAFBF4
(234,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D386 color. Also use rgb(104,211,134) instead hex code.

Text Font Color

.myTextColor { color: #68D386; }

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

This text font color is #68D386.


Background Color

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

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

This div background color is #68D386.


Border color

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

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

This div border color is #68D386.


Opacity

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

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

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

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

This text has shadow with #68D386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D386 on black background.


Color preview on white background

This text has color #68D386 on white background.



Black color preview on #68D386 background

This text has black color on #68D386 background.


White color preview on #68D386 background

This text has white color on #68D386 background.