COLOR #689C5E

HEX: #689C5E
RGB: (104,156,94)

Renk bilgisi

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

RGB renk modeli

#689C5E color RGB value is (104,156,94).

  • kırmız ton 104;
  • yeşil ton 156;
  • mavi ton 94.
RGB:
(104,156,94)
(41%,61%,37%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 156 of 255 = 61%
B 94 of 255 = 37%

104
156
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 156 + 94 = 354 (100%)
R 104 of 354 ~ 29.38%
G 156 of 354 ~ 44.07%
B 94 of 354 ~ 26.55%

%29.38
%44.07
%26.55

CMYK RENK MODELİ

#689C5E rengi CMYK tonu (33,0,40,39).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 39.74%
  • ana renk tonu 38.82%
CMYK:
(33,0,40,39)
C33M0Y40K39 
(33%,0%,40%,39%)
(0.33/0.00/0.40/0.39)	

CMYK yüzdeleri

%33.33
%0
%39.74
%38.82

Codes

Color #689C5E in popluar color models

689C5E
RGB10415694
HSL110°24.80%49.02%
HSB/HSV110°39.74%61.18%
CMYK33.33%0.00%39.74%
38.82%

Color #689C5E in popluar number systems.

HEX689C5E
Decimal10415694
Binary1101000100111001011110
Octal150234136

Shades and tints

Shades of #689C5E

#689C5E
(104,156,94)
#5F8E56
(95,142,86)
#56804E
(86,128,78)
#4D7246
(77,114,70)
#44643E
(68,100,62)
#3B5636
(59,86,54)
#32482E
(50,72,46)
#293A26
(41,58,38)
#202C1E
(32,44,30)
#171E16
(23,30,22)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #689C5E

#689C5E
(104,156,94)
#75A56C
(117,165,108)
#82AE7A
(130,174,122)
#8FB788
(143,183,136)
#9CC096
(156,192,150)
#A9C9A4
(169,201,164)
#B6D2B2
(182,210,178)
#C3DBC0
(195,219,192)
#D0E4CE
(208,228,206)
#DDEDDC
(221,237,220)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689C5E color. Also use rgb(104,156,94) instead hex code.

Text Font Color

.myTextColor { color: #689C5E; }

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

This text font color is #689C5E.


Background Color

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

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

This div background color is #689C5E.


Border color

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

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

This div border color is #689C5E.


Opacity

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

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

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

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

This text has shadow with #689C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C5E on black background.


Color preview on white background

This text has color #689C5E on white background.



Black color preview on #689C5E background

This text has black color on #689C5E background.


White color preview on #689C5E background

This text has white color on #689C5E background.