Color Hex Logo

#06981e Color Hex

#06981E
(6,152,30)
0 Favorites   0 Comments

Color spaces of #06981e

RGB 615230
HSL0.360.920.31
HSV130°96°60°
CMYK 0.960.000.80   0.40
XYZ11.537722.58894.9803
Yxy22.58890.29500.5776
Hunter Lab47.5278-39.841527.0566
CIE-Lab54.6463-56.940750.2784

#06981e color RGB value is (6,152,30).

#06981e hex color red value is 6, green value is 152 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #06981e hue: 0.36 , saturation: 0.92 and the lightness value of 06981e is 0.31.

The process color (four color CMYK) of #06981e color hex is 0.96, 0.00, 0.80, 0.40. Web safe color of #06981e is #009933. Color #06981e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011000 00011110
Octal 6 230 36
Decimal 6 152 30
Hex 6 98 1E

RGB Percentages of Color #06981e

%3.19
%80.85
%15.96

CMYK Percentages of Color #06981e

%96
%0
%80
%40

Triadic Colors of #06981e

#06981e #1e0698 #981e06

Analogous Colors of #06981e

#06981e #069867 #379806

Monochromatic Colors of #06981e

#06981e

Complementary Color

#06981e #980680

#06981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06981e Color CSS Codes

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

#06981e Text Font Color

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

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


#06981e Background Color

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

This div background color is #06981e


#06981e Border Color

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

This div border color is #06981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06981e


Comments

No comments written yet.

Please login to write comment.