color codes Logo

#06b73f color codes

#06B73F
(6,183,63)
0 Favorites   0 Comments

Color spaces of #06b73f

RGB 618363
HSL0.390.940.37
HSV139°97°72°
CMYK 0.970.000.66   0.28
XYZ17.905834.264610.3726
Yxy34.26460.28630.5479
Hunter Lab58.5360-47.835930.4690
CIE-Lab65.1721-63.249548.6094

#06b73f color RGB value is (6,183,63).

#06b73f hex color red value is 6, green value is 183 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #06b73f hue: 0.39 , saturation: 0.94 and the lightness value of 06b73f is 0.37.

The process color (four color CMYK) of #06b73f color code is 0.97, 0.00, 0.66, 0.28. Web safe color of #06b73f is #00cc33. Color #06b73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10110111 00111111
Octal 6 267 77
Decimal 6 183 63
Hex 6 B7 3F

RGB Percentages of Color #06b73f

%2.38
%72.62
%25.00

CMYK Percentages of Color #06b73f

%97
%0
%66
%28

Triadic Colors of #06b73f

#06b73f #3f06b7 #b73f06

Analogous Colors of #06b73f

#06b73f #06b798 #25b706

Monochromatic Colors of #06b73f

#06b73f

Complementary Color

#06b73f #b7067e

#06b73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06b73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06b73f Color CSS Codes

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

#06b73f Text Font Color

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

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


#06b73f Background Color

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

This div background color is #06b73f


#06b73f Border Color

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

This div border color is #06b73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06b73f


Comments

No comments written yet.

Please login to write comment.