COLOR #679701

HEX: #679701
RGB: (103,151,1)

Color info

#679701 contains mainly red and green colors. Web safe color of #679701 is #669900 (or #690).

RGB color model

#679701 color RGB value is (103,151,1).

  • red value is 103;
  • green value is 151;
  • blue value is 1.
RGB:
(103,151,1)
(40%,59%,0%)

RGB channels and saturation

R 103 of 255 = 40%
G 151 of 255 = 59%
B 1 of 255 = 0%

103
151
1

R + G + B ~ 33%. #679701 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 151 + 1 = 255 (100%)
R 103 of 255 ~ 40.39%
G 151 of 255 ~ 59.22%
B 1 of 255 ~ 0.39%

%40.39
%59.22

CMYK color model

#679701 color CMYK value is (32,0,99,41).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 99.34%
  • key color value is 40.78%
CMYK:
(32,0,99,41)
C32M0Y99K41 
(32%,0%,99%,41%)
(0.32/0.00/0.99/0.41)	

CMYK percentages

%31.79
%0
%99.34
%40.78

Codes

Color #679701 in popluar color models

679701
RGB1031511
HSL79°98.68%29.80%
HSB/HSV79°99.34%59.22%
CMYK31.79%0.00%99.34%
40.78%

Color #679701 in popluar number systems.

HEX679701
Decimal1031511
Binary1100111100101111
Octal1472271

Shades and tints

Shades of #679701

#679701
(103,151,1)
#5E8A01
(94,138,1)
#557D01
(85,125,1)
#4C7001
(76,112,1)
#436301
(67,99,1)
#3A5601
(58,86,1)
#314901
(49,73,1)
#283C01
(40,60,1)
#1F2F01
(31,47,1)
#162201
(22,34,1)
#0D1501
(13,21,1)
#000000
(0,0,0)

Tints of #679701

#679701
(103,151,1)
#74A018
(116,160,24)
#81A92F
(129,169,47)
#8EB246
(142,178,70)
#9BBB5D
(155,187,93)
#A8C474
(168,196,116)
#B5CD8B
(181,205,139)
#C2D6A2
(194,214,162)
#CFDFB9
(207,223,185)
#DCE8D0
(220,232,208)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679701; }

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

This text font color is #679701.


Background Color

.myBgColor { background-color: #679701; }

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

This div background color is #679701.


Border color

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

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

This div border color is #679701.


Opacity

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

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

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

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

This text has shadow with #679701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679701 on black background.


Color preview on white background

This text has color #679701 on white background.



Black color preview on #679701 background

This text has black color on #679701 background.


White color preview on #679701 background

This text has white color on #679701 background.