Color Hex Logo

#667020 Color Hex

#667020
(102,112,32)
0 Favorites   0 Comments

Color spaces of #667020

RGB 10211232
HSL0.190.560.28
HSV67°71°44°
CMYK 0.090.000.71   0.56
XYZ11.534414.51743.5607
Yxy14.51740.38950.4902
Hunter Lab38.1017-12.641321.1304
CIE-Lab44.9660-15.238641.1567

#667020 color RGB value is (102,112,32).

#667020 hex color red value is 102, green value is 112 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #667020 hue: 0.19 , saturation: 0.56 and the lightness value of 667020 is 0.28.

The process color (four color CMYK) of #667020 color hex is 0.09, 0.00, 0.71, 0.56. Web safe color of #667020 is #666633. Color #667020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 00100000
Octal 146 160 40
Decimal 102 112 32
Hex 66 70 20

RGB Percentages of Color #667020

%41.46
%45.53
%13.01

CMYK Percentages of Color #667020

%9
%0
%71
%56

Triadic Colors of #667020

#667020 #206670 #702066

Analogous Colors of #667020

#667020 #3e7020 #705220

Monochromatic Colors of #667020

#667020

Complementary Color

#667020 #2a2070

#667020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667020 Color CSS Codes

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

#667020 Text Font Color

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

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


#667020 Background Color

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

This div background color is #667020


#667020 Border Color

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

This div border color is #667020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,112,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 #667020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667020


Comments

No comments written yet.

Please login to write comment.