COLOR #68B357

HEX: #68B357
RGB: (104,179,87)

Renk bilgisi

#68B357 contains mainly green color. #68B357 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#68B357 color RGB value is (104,179,87).

  • kırmız ton 104;
  • yeşil ton 179;
  • mavi ton 87.
RGB:
(104,179,87)
(41%,70%,34%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 179 of 255 = 70%
B 87 of 255 = 34%

104
179
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 179 + 87 = 370 (100%)
R 104 of 370 ~ 28.11%
G 179 of 370 ~ 48.38%
B 87 of 370 ~ 23.51%

%28.11
%48.38
%23.51

CMYK RENK MODELİ

#68B357 rengi CMYK tonu (42,0,51,30).

  • camgöbeği tonu 41.90%
  • eflatun tonu 0.00%
  • sarı tonu 51.40%
  • ana renk tonu 29.80%
CMYK:
(42,0,51,30)
C42M0Y51K30 
(42%,0%,51%,30%)
(0.42/0.00/0.51/0.30)	

CMYK yüzdeleri

%41.9
%0
%51.4
%29.8

Codes

Color #68B357 in popluar color models

68B357
RGB10417987
HSL109°37.70%52.16%
HSB/HSV109°51.40%70.20%
CMYK41.90%0.00%51.40%
29.80%

Color #68B357 in popluar number systems.

HEX68B357
Decimal10417987
Binary1101000101100111010111
Octal150263127

Shades and tints

Shades of #68B357

#68B357
(104,179,87)
#5FA350
(95,163,80)
#569349
(86,147,73)
#4D8342
(77,131,66)
#44733B
(68,115,59)
#3B6334
(59,99,52)
#32532D
(50,83,45)
#294326
(41,67,38)
#20331F
(32,51,31)
#172318
(23,35,24)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #68B357

#68B357
(104,179,87)
#75B966
(117,185,102)
#82BF75
(130,191,117)
#8FC584
(143,197,132)
#9CCB93
(156,203,147)
#A9D1A2
(169,209,162)
#B6D7B1
(182,215,177)
#C3DDC0
(195,221,192)
#D0E3CF
(208,227,207)
#DDE9DE
(221,233,222)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68B357 color. Also use rgb(104,179,87) instead hex code.

Text Font Color

.myTextColor { color: #68B357; }

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

This text font color is #68B357.


Background Color

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

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

This div background color is #68B357.


Border color

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

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

This div border color is #68B357.


Opacity

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

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

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

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

This text has shadow with #68B357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68B357 on black background.


Color preview on white background

This text has color #68B357 on white background.



Black color preview on #68B357 background

This text has black color on #68B357 background.


White color preview on #68B357 background

This text has white color on #68B357 background.