COLOR #688C60

HEX: #688C60
RGB: (104,140,96)

Renk bilgisi

#688C60 contains red, green and blue colors in about the same proportion. #688C60 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#688C60 color RGB value is (104,140,96).

  • kırmız ton 104;
  • yeşil ton 140;
  • mavi ton 96.
RGB:
(104,140,96)
(41%,55%,38%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 140 of 255 = 55%
B 96 of 255 = 38%

104
140
96

R + G + B ~ 45%. #688C60 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 140 + 96 = 340 (100%)
R 104 of 340 ~ 30.59%
G 140 of 340 ~ 41.18%
B 96 of 340 ~ 28.24%

%30.59
%41.18
%28.24

CMYK RENK MODELİ

#688C60 rengi CMYK tonu (26,0,31,45).

  • camgöbeği tonu 25.71%
  • eflatun tonu 0.00%
  • sarı tonu 31.43%
  • ana renk tonu 45.10%
CMYK:
(26,0,31,45)
C26M0Y31K45 
(26%,0%,31%,45%)
(0.26/0.00/0.31/0.45)	

CMYK yüzdeleri

%25.71
%0
%31.43
%45.1

Codes

Color #688C60 in popluar color models

688C60
RGB10414096
HSL109°18.64%46.27%
HSB/HSV109°31.43%54.90%
CMYK25.71%0.00%31.43%
45.10%

Color #688C60 in popluar number systems.

HEX688C60
Decimal10414096
Binary1101000100011001100000
Octal150214140

Shades and tints

Shades of #688C60

#688C60
(104,140,96)
#5F8058
(95,128,88)
#567450
(86,116,80)
#4D6848
(77,104,72)
#445C40
(68,92,64)
#3B5038
(59,80,56)
#324430
(50,68,48)
#293828
(41,56,40)
#202C20
(32,44,32)
#172018
(23,32,24)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #688C60

#688C60
(104,140,96)
#75966E
(117,150,110)
#82A07C
(130,160,124)
#8FAA8A
(143,170,138)
#9CB498
(156,180,152)
#A9BEA6
(169,190,166)
#B6C8B4
(182,200,180)
#C3D2C2
(195,210,194)
#D0DCD0
(208,220,208)
#DDE6DE
(221,230,222)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688C60 color. Also use rgb(104,140,96) instead hex code.

Text Font Color

.myTextColor { color: #688C60; }

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

This text font color is #688C60.


Background Color

.myBgColor { background-color: #688C60; }

<div style="background-color:#688C60">Inner text</div>

This div background color is #688C60.


Border color

.myBorderColor { border: 1px solid #688C60; }

<div style="border:3px solid #688C60">Div</div>

This div border color is #688C60.


Opacity

.myOpacity80 { color: #688C60; opacity: 0.8; }

<p style="color:#688C60;opacity:0.8;">80%</p>

Text with #688C60 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 #688C60;}

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

This text has shadow with #688C60 color.

.textShadow {text-shadow: 3px 3px 1px #688C60, 3px 3px 1px red;}

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

This text has shadow with #688C60 primary color and red secondary color.


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

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

This text has shadow with #688C60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688C60 on black background.


Color preview on white background

This text has color #688C60 on white background.



Black color preview on #688C60 background

This text has black color on #688C60 background.


White color preview on #688C60 background

This text has white color on #688C60 background.