Color Hex Logo

#06862e Color Hex

#06862E
(6,134,46)
0 Favorites   0 Comments

Color spaces of #06862e

RGB 613446
HSL0.390.910.27
HSV139°96°53°
CMYK 0.960.000.66   0.47
XYZ9.093317.28625.4421
Yxy17.28620.28580.5432
Hunter Lab41.5767-33.719221.3430
CIE-Lab48.6186-49.847137.7401

#06862e color RGB value is (6,134,46).

#06862e hex color red value is 6, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #06862e hue: 0.39 , saturation: 0.91 and the lightness value of 06862e is 0.27.

The process color (four color CMYK) of #06862e color hex is 0.96, 0.00, 0.66, 0.47. Web safe color of #06862e is #009933. Color #06862e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000110 00101110
Octal 6 206 56
Decimal 6 134 46
Hex 6 86 2E

RGB Percentages of Color #06862e

%3.23
%72.04
%24.73

CMYK Percentages of Color #06862e

%96
%0
%66
%47

Triadic Colors of #06862e

#06862e #2e0686 #862e06

Analogous Colors of #06862e

#06862e #06866e #1e8606

Monochromatic Colors of #06862e

#06862e

Complementary Color

#06862e #86065e

#06862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06862e Color CSS Codes

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

#06862e Text Font Color

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

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


#06862e Background Color

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

This div background color is #06862e


#06862e Border Color

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

This div border color is #06862e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,134,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06862e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06862e;
  -webkit-box-shadow: 1px 1px 3px 2px #06862e;
  box-shadow:         1px 1px 3px 2px #06862e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06862e


Comments

No comments written yet.

Please login to write comment.