COLOR #677F01

HEX: #677F01
RGB: (103,127,1)

Renk bilgisi

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

RGB renk modeli

#677F01 color RGB value is (103,127,1).

  • kırmız ton 103;
  • yeşil ton 127;
  • mavi ton 1.
RGB:
(103,127,1)
(40%,50%,0%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 127 of 255 = 50%
B 1 of 255 = 0%

103
127
1

R + G + B ~ 30%. #677F01 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 127 + 1 = 231 (100%)
R 103 of 231 ~ 44.59%
G 127 of 231 ~ 54.98%
B 1 of 231 ~ 0.43%

%44.59
%54.98

CMYK RENK MODELİ

#677F01 rengi CMYK tonu (19,0,99,50).

  • camgöbeği tonu 18.90%
  • eflatun tonu 0.00%
  • sarı tonu 99.21%
  • ana renk tonu 50.20%
CMYK:
(19,0,99,50)
C19M0Y99K50 
(19%,0%,99%,50%)
(0.19/0.00/0.99/0.50)	

CMYK yüzdeleri

%18.9
%0
%99.21
%50.2

Codes

Color #677F01 in popluar color models

677F01
RGB1031271
HSL71°98.44%25.10%
HSB/HSV71°99.21%49.80%
CMYK18.90%0.00%99.21%
50.20%

Color #677F01 in popluar number systems.

HEX677F01
Decimal1031271
Binary110011111111111
Octal1471771

Shades and tints

Shades of #677F01

#677F01
(103,127,1)
#5E7401
(94,116,1)
#556901
(85,105,1)
#4C5E01
(76,94,1)
#435301
(67,83,1)
#3A4801
(58,72,1)
#313D01
(49,61,1)
#283201
(40,50,1)
#1F2701
(31,39,1)
#161C01
(22,28,1)
#0D1101
(13,17,1)
#000000
(0,0,0)

Tints of #677F01

#677F01
(103,127,1)
#748A18
(116,138,24)
#81952F
(129,149,47)
#8EA046
(142,160,70)
#9BAB5D
(155,171,93)
#A8B674
(168,182,116)
#B5C18B
(181,193,139)
#C2CCA2
(194,204,162)
#CFD7B9
(207,215,185)
#DCE2D0
(220,226,208)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677F01 color. Also use rgb(103,127,1) instead hex code.

Text Font Color

.myTextColor { color: #677F01; }

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

This text font color is #677F01.


Background Color

.myBgColor { background-color: #677F01; }

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

This div background color is #677F01.


Border color

.myBorderColor { border: 1px solid #677F01; }

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

This div border color is #677F01.


Opacity

.myOpacity80 { color: #677F01; opacity: 0.8; }

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

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

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

This text has shadow with #677F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677F01 on black background.


Color preview on white background

This text has color #677F01 on white background.



Black color preview on #677F01 background

This text has black color on #677F01 background.


White color preview on #677F01 background

This text has white color on #677F01 background.