COLOR #679B27

HEX: #679B27
RGB: (103,155,39)

Color info

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

RGB color model

#679B27 color RGB value is (103,155,39).

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

RGB channels and saturation

R 103 of 255 = 40%
G 155 of 255 = 61%
B 39 of 255 = 15%

103
155
39

R + G + B ~ 39%. #679B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 155 + 39 = 297 (100%)
R 103 of 297 ~ 34.68%
G 155 of 297 ~ 52.19%
B 39 of 297 ~ 13.13%

%34.68
%52.19
%13.13

CMYK color model

#679B27 color CMYK value is (34,0,75,39).

  • cyan value is 33.55%
  • magenta value is 0.00%
  • yellow value is 74.84%
  • key color value is 39.22%
CMYK:
(34,0,75,39)
C34M0Y75K39 
(34%,0%,75%,39%)
(0.34/0.00/0.75/0.39)	

CMYK percentages

%33.55
%0
%74.84
%39.22

Codes

Color #679B27 in popluar color models

679B27
RGB10315539
HSL87°59.79%38.04%
HSB/HSV87°74.84%60.78%
CMYK33.55%0.00%74.84%
39.22%

Color #679B27 in popluar number systems.

HEX679B27
Decimal10315539
Binary110011110011011100111
Octal14723347

Shades and tints

Shades of #679B27

#679B27
(103,155,39)
#5E8D24
(94,141,36)
#557F21
(85,127,33)
#4C711E
(76,113,30)
#43631B
(67,99,27)
#3A5518
(58,85,24)
#314715
(49,71,21)
#283912
(40,57,18)
#1F2B0F
(31,43,15)
#161D0C
(22,29,12)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #679B27

#679B27
(103,155,39)
#74A43A
(116,164,58)
#81AD4D
(129,173,77)
#8EB660
(142,182,96)
#9BBF73
(155,191,115)
#A8C886
(168,200,134)
#B5D199
(181,209,153)
#C2DAAC
(194,218,172)
#CFE3BF
(207,227,191)
#DCECD2
(220,236,210)
#E9F5E5
(233,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #679B27; }

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

This text font color is #679B27.


Background Color

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

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

This div background color is #679B27.


Border color

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

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

This div border color is #679B27.


Opacity

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

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

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

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

This text has shadow with #679B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679B27 on black background.


Color preview on white background

This text has color #679B27 on white background.



Black color preview on #679B27 background

This text has black color on #679B27 background.


White color preview on #679B27 background

This text has white color on #679B27 background.