Color Hex Logo

#667201 Color Hex

#667201
(102,114,1)
0 Favorites   0 Comments

Color spaces of #667201

RGB 1021141
HSL0.180.980.23
HSV66°99°45°
CMYK 0.110.000.99   0.55
XYZ11.502314.86162.2911
Yxy14.86160.40140.5186
Hunter Lab38.5507-14.205223.4619
CIE-Lab45.4441-17.529150.7229

#667201 color RGB value is (102,114,1).

#667201 hex color red value is 102, green value is 114 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #667201 hue: 0.18 , saturation: 0.98 and the lightness value of 667201 is 0.23.

The process color (four color CMYK) of #667201 color hex is 0.11, 0.00, 0.99, 0.55. Web safe color of #667201 is #666600. Color #667201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110010 00000001
Octal 146 162 1
Decimal 102 114 1
Hex 66 72 1

RGB Percentages of Color #667201

%47.00
%52.53
%0.46

CMYK Percentages of Color #667201

%11
%0
%99
%55

Triadic Colors of #667201

#667201 #016672 #720166

Analogous Colors of #667201

#667201 #2e7201 #724601

Monochromatic Colors of #667201

#667201

Complementary Color

#667201 #0d0172

#667201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667201 Color CSS Codes

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

#667201 Text Font Color

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

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


#667201 Background Color

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

This div background color is #667201


#667201 Border Color

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

This div border color is #667201


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,114,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667201; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667201;
  -webkit-box-shadow: 1px 1px 3px 2px #667201;
  box-shadow:         1px 1px 3px 2px #667201; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,114,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667201


Comments

No comments written yet.

Please login to write comment.