COLOR #679B1F

HEX: #679B1F
RGB: (103,155,31)

Color info

#679B1F contains mainly red and green colors. Web safe color of #679B1F is #669933 (or #693).

RGB color model

#679B1F color RGB value is (103,155,31).

  • red value is 103;
  • green value is 155;
  • blue value is 31.
RGB:
(103,155,31)
(40%,61%,12%)

RGB channels and saturation

R 103 of 255 = 40%
G 155 of 255 = 61%
B 31 of 255 = 12%

103
155
31

R + G + B ~ 38%. #679B1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 155 + 31 = 289 (100%)
R 103 of 289 ~ 35.64%
G 155 of 289 ~ 53.63%
B 31 of 289 ~ 10.73%

%35.64
%53.63
%10.73

CMYK color model

#679B1F color CMYK value is (34,0,80,39).

  • cyan value is 33.55%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 39.22%
CMYK:
(34,0,80,39)
C34M0Y80K39 
(34%,0%,80%,39%)
(0.34/0.00/0.80/0.39)	

CMYK percentages

%33.55
%0
%80
%39.22

Codes

Color #679B1F in popluar color models

679B1F
RGB10315531
HSL85°66.67%36.47%
HSB/HSV85°80.00%60.78%
CMYK33.55%0.00%80.00%
39.22%

Color #679B1F in popluar number systems.

HEX679B1F
Decimal10315531
Binary11001111001101111111
Octal14723337

Shades and tints

Shades of #679B1F

#679B1F
(103,155,31)
#5E8D1D
(94,141,29)
#557F1B
(85,127,27)
#4C7119
(76,113,25)
#436317
(67,99,23)
#3A5515
(58,85,21)
#314713
(49,71,19)
#283911
(40,57,17)
#1F2B0F
(31,43,15)
#161D0D
(22,29,13)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #679B1F

#679B1F
(103,155,31)
#74A433
(116,164,51)
#81AD47
(129,173,71)
#8EB65B
(142,182,91)
#9BBF6F
(155,191,111)
#A8C883
(168,200,131)
#B5D197
(181,209,151)
#C2DAAB
(194,218,171)
#CFE3BF
(207,227,191)
#DCECD3
(220,236,211)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679B1F color. Also use rgb(103,155,31) instead hex code.

Text Font Color

.myTextColor { color: #679B1F; }

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

This text font color is #679B1F.


Background Color

.myBgColor { background-color: #679B1F; }

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

This div background color is #679B1F.


Border color

.myBorderColor { border: 1px solid #679B1F; }

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

This div border color is #679B1F.


Opacity

.myOpacity80 { color: #679B1F; opacity: 0.8; }

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

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

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

This text has shadow with #679B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679B1F on black background.


Color preview on white background

This text has color #679B1F on white background.



Black color preview on #679B1F background

This text has black color on #679B1F background.


White color preview on #679B1F background

This text has white color on #679B1F background.