Color Hex Logo

#066926 Color Hex

#066926
(6,105,38)
0 Favorites   0 Comments

Color spaces of #066926

RGB 610538
HSL0.390.890.22
HSV139°94°41°
CMYK 0.940.000.64   0.59
XYZ5.476510.28183.5297
Yxy10.28180.28390.5331
Hunter Lab32.0652-25.627715.9191
CIE-Lab38.3435-41.120329.9248

#066926 color RGB value is (6,105,38).

#066926 hex color red value is 6, green value is 105 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #066926 hue: 0.39 , saturation: 0.89 and the lightness value of 066926 is 0.22.

The process color (four color CMYK) of #066926 color hex is 0.94, 0.00, 0.64, 0.59. Web safe color of #066926 is #006633. Color #066926 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101001 00100110
Octal 6 151 46
Decimal 6 105 38
Hex 6 69 26

RGB Percentages of Color #066926

%4.03
%70.47
%25.50

CMYK Percentages of Color #066926

%94
%0
%64
%59

Triadic Colors of #066926

#066926 #260669 #692606

Analogous Colors of #066926

#066926 #066958 #186906

Monochromatic Colors of #066926

#066926

Complementary Color

#066926 #690649

#066926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#066926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#066926 Color CSS Codes

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

#066926 Text Font Color

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

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


#066926 Background Color

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

This div background color is #066926


#066926 Border Color

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

This div border color is #066926


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,105,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #066926; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #066926;
  -webkit-box-shadow: 1px 1px 3px 2px #066926;
  box-shadow:         1px 1px 3px 2px #066926; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,105,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #066926


Comments

No comments written yet.

Please login to write comment.