Color Hex Logo

#676a0f Color Hex

#676A0F
(103,106,15)
0 Favorites   0 Comments

Color spaces of #676a0f

RGB 10310615
HSL0.170.750.24
HSV62°86°42°
CMYK 0.030.000.86   0.58
XYZ10.833813.22612.4338
Yxy13.22610.40890.4992
Hunter Lab36.3677-10.469021.4896
CIE-Lab43.1020-12.321145.5615

#676a0f color RGB value is (103,106,15).

#676a0f hex color red value is 103, green value is 106 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #676a0f hue: 0.17 , saturation: 0.75 and the lightness value of 676a0f is 0.24.

The process color (four color CMYK) of #676a0f color hex is 0.03, 0.00, 0.86, 0.58. Web safe color of #676a0f is #666600. Color #676a0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101010 00001111
Octal 147 152 17
Decimal 103 106 15
Hex 67 6A F

RGB Percentages of Color #676a0f

%45.98
%47.32
%6.70

CMYK Percentages of Color #676a0f

%3
%0
%86
%58

Triadic Colors of #676a0f

#676a0f #0f676a #6a0f67

Analogous Colors of #676a0f

#676a0f #3a6a0f #6a3f0f

Monochromatic Colors of #676a0f

#676a0f

Complementary Color

#676a0f #120f6a

#676a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#676a0f Color CSS Codes

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

#676a0f Text Font Color

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

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


#676a0f Background Color

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

This div background color is #676a0f


#676a0f Border Color

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

This div border color is #676a0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,106,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676a0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676a0f;
  -webkit-box-shadow: 1px 1px 3px 2px #676a0f;
  box-shadow:         1px 1px 3px 2px #676a0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676a0f


Comments

No comments written yet.

Please login to write comment.