Color Hex Logo

#06b347 Color Hex

#06B347
(6,179,71)
0 Favorites   0 Comments

Color spaces of #06b347

RGB 617971
HSL0.400.940.36
HSV143°97°70°
CMYK 0.970.000.60   0.30
XYZ17.332532.733811.3660
Yxy32.73380.28210.5328
Hunter Lab57.2135-46.048028.2709
CIE-Lab63.9448-61.051843.6658

#06b347 color RGB value is (6,179,71).

#06b347 hex color red value is 6, green value is 179 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #06b347 hue: 0.40 , saturation: 0.94 and the lightness value of 06b347 is 0.36.

The process color (four color CMYK) of #06b347 color hex is 0.97, 0.00, 0.60, 0.30. Web safe color of #06b347 is #00cc33. Color #06b347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10110011 01000111
Octal 6 263 107
Decimal 6 179 71
Hex 6 B3 47

RGB Percentages of Color #06b347

%2.34
%69.92
%27.73

CMYK Percentages of Color #06b347

%97
%0
%60
%30

Triadic Colors of #06b347

#06b347 #4706b3 #b34706

Analogous Colors of #06b347

#06b347 #06b39e #1bb306

Monochromatic Colors of #06b347

#06b347

Complementary Color

#06b347 #b30672

#06b347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06b347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06b347 Color CSS Codes

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

#06b347 Text Font Color

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

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


#06b347 Background Color

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

This div background color is #06b347


#06b347 Border Color

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

This div border color is #06b347


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,179,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06b347; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06b347;
  -webkit-box-shadow: 1px 1px 3px 2px #06b347;
  box-shadow:         1px 1px 3px 2px #06b347; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06b347


Comments

No comments written yet.

Please login to write comment.