Color Hex Logo

#065916 Color Hex

#065916
(6,89,22)
0 Favorites   0 Comments

Color spaces of #065916

RGB 68922
HSL0.370.870.19
HSV132°93°35°
CMYK 0.930.000.75   0.65
XYZ3.79237.24141.9569
Yxy7.24140.29190.5574
Hunter Lab26.9098-21.936914.5253
CIE-Lab32.3503-37.552530.9744

#065916 color RGB value is (6,89,22).

#065916 hex color red value is 6, green value is 89 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #065916 hue: 0.37 , saturation: 0.87 and the lightness value of 065916 is 0.19.

The process color (four color CMYK) of #065916 color hex is 0.93, 0.00, 0.75, 0.65. Web safe color of #065916 is #006600. Color #065916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011001 00010110
Octal 6 131 26
Decimal 6 89 22
Hex 6 59 16

RGB Percentages of Color #065916

%5.13
%76.07
%18.80

CMYK Percentages of Color #065916

%93
%0
%75
%65

Triadic Colors of #065916

#065916 #160659 #591606

Analogous Colors of #065916

#065916 #065940 #205906

Monochromatic Colors of #065916

#065916

Complementary Color

#065916 #590649

#065916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065916 Color CSS Codes

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

#065916 Text Font Color

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

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


#065916 Background Color

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

This div background color is #065916


#065916 Border Color

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

This div border color is #065916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065916


Comments

No comments written yet.

Please login to write comment.