COLOR #687000

HEX: #687000
RGB: (104,112,0)

Renk bilgisi

#687000 contains only red and green colors. #687000 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#687000 color RGB value is (104,112,0).

  • kırmız ton 104;
  • yeşil ton 112;
  • mavi ton 0.
RGB:
(104,112,0)
(41%,44%,0%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 112 of 255 = 44%
B 0 of 255 = 0%

104
112
0

R + G + B ~ 28%. #687000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 112 + 0 = 216 (100%)
R 104 of 216 ~ 48.15%
G 112 of 216 ~ 51.85%
B 0 of 216 ~ 0%

%48.15
%51.85

CMYK RENK MODELİ

#687000 rengi CMYK tonu (7,0,100,56).

  • camgöbeği tonu 7.14%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 56.08%
CMYK:
(7,0,100,56)
C7M0Y100K56 
(7%,0%,100%,56%)
(0.07/0.00/1.00/0.56)	

CMYK yüzdeleri

%7.14
%0
%100
%56.08

Codes

Color #687000 in popluar color models

687000
RGB1041120
HSL64°100.00%21.96%
HSB/HSV64°100.00%43.92%
CMYK7.14%0.00%100.00%
56.08%

Color #687000 in popluar number systems.

HEX687000
Decimal1041120
Binary110100011100000
Octal1501600

Shades and tints

Shades of #687000

#687000
(104,112,0)
#5F6600
(95,102,0)
#565C00
(86,92,0)
#4D5200
(77,82,0)
#444800
(68,72,0)
#3B3E00
(59,62,0)
#323400
(50,52,0)
#292A00
(41,42,0)
#202000
(32,32,0)
#171600
(23,22,0)
#0E0C00
(14,12,0)
#000000
(0,0,0)

Tints of #687000

#687000
(104,112,0)
#757D17
(117,125,23)
#828A2E
(130,138,46)
#8F9745
(143,151,69)
#9CA45C
(156,164,92)
#A9B173
(169,177,115)
#B6BE8A
(182,190,138)
#C3CBA1
(195,203,161)
#D0D8B8
(208,216,184)
#DDE5CF
(221,229,207)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687000 color. Also use rgb(104,112,0) instead hex code.

Text Font Color

.myTextColor { color: #687000; }

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

This text font color is #687000.


Background Color

.myBgColor { background-color: #687000; }

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

This div background color is #687000.


Border color

.myBorderColor { border: 1px solid #687000; }

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

This div border color is #687000.


Opacity

.myOpacity80 { color: #687000; opacity: 0.8; }

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

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

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

This text has shadow with #687000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687000 on black background.


Color preview on white background

This text has color #687000 on white background.



Black color preview on #687000 background

This text has black color on #687000 background.


White color preview on #687000 background

This text has white color on #687000 background.