Color Hex Logo

#00610e Color Hex

#00610E
(0,97,14)
0 Favorites   0 Comments

Color spaces of #00610e

RGB 09714
HSL0.361.000.19
HSV129°100°38°
CMYK 1.000.000.86   0.62
XYZ4.35408.58111.8423
Yxy8.58110.29460.5807
Hunter Lab29.2935-24.732616.7766
CIE-Lab35.1649-41.634536.8705

#00610e color RGB value is (0,97,14).

#00610e hex color red value is 0, green value is 97 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #00610e hue: 0.36 , saturation: 1.00 and the lightness value of 00610e is 0.19.

The process color (four color CMYK) of #00610e color hex is 1.00, 0.00, 0.86, 0.62. Web safe color of #00610e is #006600. Color #00610e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100001 00001110
Octal 0 141 16
Decimal 0 97 14
Hex 0 61 E

RGB Percentages of Color #00610e

%0.00
%87.39
%12.61

CMYK Percentages of Color #00610e

%100
%0
%86
%62

Triadic Colors of #00610e

#00610e #0e0061 #610e00

Analogous Colors of #00610e

#00610e #00613f #236100

Monochromatic Colors of #00610e

#00610e

Complementary Color

#00610e #610053

#00610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00610e Color CSS Codes

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

#00610e Text Font Color

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

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


#00610e Background Color

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

This div background color is #00610e


#00610e Border Color

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

This div border color is #00610e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,97,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00610e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00610e;
  -webkit-box-shadow: 1px 1px 3px 2px #00610e;
  box-shadow:         1px 1px 3px 2px #00610e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,97,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00610e


Comments

No comments written yet.

Please login to write comment.