COLOR #689B64

HEX: #689B64
RGB: (104,155,100)

Renk bilgisi

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

RGB renk modeli

#689B64 color RGB value is (104,155,100).

  • kırmız ton 104;
  • yeşil ton 155;
  • mavi ton 100.
RGB:
(104,155,100)
(41%,61%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 155 of 255 = 61%
B 100 of 255 = 39%

104
155
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 155 + 100 = 359 (100%)
R 104 of 359 ~ 28.97%
G 155 of 359 ~ 43.18%
B 100 of 359 ~ 27.86%

%28.97
%43.18
%27.86

CMYK RENK MODELİ

#689B64 rengi CMYK tonu (33,0,35,39).

  • camgöbeği tonu 32.90%
  • eflatun tonu 0.00%
  • sarı tonu 35.48%
  • ana renk tonu 39.22%
CMYK:
(33,0,35,39)
C33M0Y35K39 
(33%,0%,35%,39%)
(0.33/0.00/0.35/0.39)	

CMYK yüzdeleri

%32.9
%0
%35.48
%39.22

Codes

Color #689B64 in popluar color models

689B64
RGB104155100
HSL116°21.57%50.00%
HSB/HSV116°35.48%60.78%
CMYK32.90%0.00%35.48%
39.22%

Color #689B64 in popluar number systems.

HEX689B64
Decimal104155100
Binary1101000100110111100100
Octal150233144

Shades and tints

Shades of #689B64

#689B64
(104,155,100)
#5F8D5B
(95,141,91)
#567F52
(86,127,82)
#4D7149
(77,113,73)
#446340
(68,99,64)
#3B5537
(59,85,55)
#32472E
(50,71,46)
#293925
(41,57,37)
#202B1C
(32,43,28)
#171D13
(23,29,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #689B64

#689B64
(104,155,100)
#75A472
(117,164,114)
#82AD80
(130,173,128)
#8FB68E
(143,182,142)
#9CBF9C
(156,191,156)
#A9C8AA
(169,200,170)
#B6D1B8
(182,209,184)
#C3DAC6
(195,218,198)
#D0E3D4
(208,227,212)
#DDECE2
(221,236,226)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689B64 color. Also use rgb(104,155,100) instead hex code.

Text Font Color

.myTextColor { color: #689B64; }

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

This text font color is #689B64.


Background Color

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

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

This div background color is #689B64.


Border color

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

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

This div border color is #689B64.


Opacity

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

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

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

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

This text has shadow with #689B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689B64 on black background.


Color preview on white background

This text has color #689B64 on white background.



Black color preview on #689B64 background

This text has black color on #689B64 background.


White color preview on #689B64 background

This text has white color on #689B64 background.