COLOR #689D55

HEX: #689D55
RGB: (104,157,85)

Renk bilgisi

#689D55 contains mainly red and green colors. #689D55 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#689D55 color RGB value is (104,157,85).

  • kırmız ton 104;
  • yeşil ton 157;
  • mavi ton 85.
RGB:
(104,157,85)
(41%,62%,33%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 157 of 255 = 62%
B 85 of 255 = 33%

104
157
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 157 + 85 = 346 (100%)
R 104 of 346 ~ 30.06%
G 157 of 346 ~ 45.38%
B 85 of 346 ~ 24.57%

%30.06
%45.38
%24.57

CMYK RENK MODELİ

#689D55 rengi CMYK tonu (34,0,46,38).

  • camgöbeği tonu 33.76%
  • eflatun tonu 0.00%
  • sarı tonu 45.86%
  • ana renk tonu 38.43%
CMYK:
(34,0,46,38)
C34M0Y46K38 
(34%,0%,46%,38%)
(0.34/0.00/0.46/0.38)	

CMYK yüzdeleri

%33.76
%0
%45.86
%38.43

Codes

Color #689D55 in popluar color models

689D55
RGB10415785
HSL104°29.75%47.45%
HSB/HSV104°45.86%61.57%
CMYK33.76%0.00%45.86%
38.43%

Color #689D55 in popluar number systems.

HEX689D55
Decimal10415785
Binary1101000100111011010101
Octal150235125

Shades and tints

Shades of #689D55

#689D55
(104,157,85)
#5F8F4E
(95,143,78)
#568147
(86,129,71)
#4D7340
(77,115,64)
#446539
(68,101,57)
#3B5732
(59,87,50)
#32492B
(50,73,43)
#293B24
(41,59,36)
#202D1D
(32,45,29)
#171F16
(23,31,22)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #689D55

#689D55
(104,157,85)
#75A564
(117,165,100)
#82AD73
(130,173,115)
#8FB582
(143,181,130)
#9CBD91
(156,189,145)
#A9C5A0
(169,197,160)
#B6CDAF
(182,205,175)
#C3D5BE
(195,213,190)
#D0DDCD
(208,221,205)
#DDE5DC
(221,229,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689D55 color. Also use rgb(104,157,85) instead hex code.

Text Font Color

.myTextColor { color: #689D55; }

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

This text font color is #689D55.


Background Color

.myBgColor { background-color: #689D55; }

<div style="background-color:#689D55">Inner text</div>

This div background color is #689D55.


Border color

.myBorderColor { border: 1px solid #689D55; }

<div style="border:3px solid #689D55">Div</div>

This div border color is #689D55.


Opacity

.myOpacity80 { color: #689D55; opacity: 0.8; }

<p style="color:#689D55;opacity:0.8;">80%</p>

Text with #689D55 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 #689D55;}

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

This text has shadow with #689D55 color.

.textShadow {text-shadow: 3px 3px 1px #689D55, 3px 3px 1px red;}

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

This text has shadow with #689D55 primary color and red secondary color.


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

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

This text has shadow with #689D55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689D55 on black background.


Color preview on white background

This text has color #689D55 on white background.



Black color preview on #689D55 background

This text has black color on #689D55 background.


White color preview on #689D55 background

This text has white color on #689D55 background.