Color Hex Logo

#679420 Color Hex

#679420
(103,148,32)
0 Favorites   0 Comments

Color spaces of #679420

RGB 10314832
HSL0.230.640.35
HSV83°78°58°
CMYK 0.300.000.78   0.42
XYZ16.444124.16775.1646
Yxy24.16770.35920.5280
Hunter Lab49.1607-26.323428.1837
CIE-Lab56.2553-32.837152.1808

#679420 color RGB value is (103,148,32).

#679420 hex color red value is 103, green value is 148 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #679420 hue: 0.23 , saturation: 0.64 and the lightness value of 679420 is 0.35.

The process color (four color CMYK) of #679420 color hex is 0.30, 0.00, 0.78, 0.42. Web safe color of #679420 is #669933. Color #679420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010100 00100000
Octal 147 224 40
Decimal 103 148 32
Hex 67 94 20

RGB Percentages of Color #679420

%36.40
%52.30
%11.31

CMYK Percentages of Color #679420

%30
%0
%78
%42

Triadic Colors of #679420

#679420 #206794 #942067

Analogous Colors of #679420

#679420 #2d9420 #948720

Monochromatic Colors of #679420

#679420

Complementary Color

#679420 #4d2094

#679420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679420 Color CSS Codes

.mybgcolor {background-color:#679420; } 
.myforecolor {color:#679420; }
.mybordercolor {border:3px solid #679420; }

#679420 Text Font Color

<p style="color:#679420">Text here</p>

This sample text font color is #679420
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#679420 Background Color

<div style="background-color:#679420">
Div content here</div>

This div background color is #679420


#679420 Border Color

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

This div border color is #679420


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,148,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #679420; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #679420;
  -webkit-box-shadow: 1px 1px 3px 2px #679420;
  box-shadow:         1px 1px 3px 2px #679420; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,148,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #679420">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #679420;
  -webkit-box-shadow: 1px 1px 3px 2px #679420;
  box-shadow:         1px 1px 3px 2px #679420;">
Div content here</div>

This div box has shadow with color #679420


Comments

No comments written yet.

Please login to write comment.