Color Hex Logo

#679f14 Color Hex

#679F14
(103,159,20)
0 Favorites   0 Comments

Color spaces of #679f14

RGB 10315920
HSL0.230.780.35
HSV84°87°62°
CMYK 0.350.000.87   0.38
XYZ18.117927.73035.0594
Yxy27.73030.35590.5447
Hunter Lab52.6596-30.740031.1653
CIE-Lab59.6443-38.295658.5189

#679f14 color RGB value is (103,159,20).

#679f14 hex color red value is 103, green value is 159 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #679f14 hue: 0.23 , saturation: 0.78 and the lightness value of 679f14 is 0.35.

The process color (four color CMYK) of #679f14 color hex is 0.35, 0.00, 0.87, 0.38. Web safe color of #679f14 is #669900. Color #679f14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011111 00010100
Octal 147 237 24
Decimal 103 159 20
Hex 67 9F 14

RGB Percentages of Color #679f14

%36.52
%56.38
%7.09

CMYK Percentages of Color #679f14

%35
%0
%87
%38

Triadic Colors of #679f14

#679f14 #14679f #9f1467

Analogous Colors of #679f14

#679f14 #229f14 #9f9214

Monochromatic Colors of #679f14

#679f14

Complementary Color

#679f14 #4c149f

#679f14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679f14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679f14 Color CSS Codes

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

#679f14 Text Font Color

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

This sample text font color is #679f14
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.


#679f14 Background Color

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

This div background color is #679f14


#679f14 Border Color

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

This div border color is #679f14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,159,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #679f14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #679f14;
  -webkit-box-shadow: 1px 1px 3px 2px #679f14;
  box-shadow:         1px 1px 3px 2px #679f14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679f14


Comments

No comments written yet.

Please login to write comment.