Color Hex Logo

#006310 Color Hex

#006310
(0,99,16)
0 Favorites   0 Comments

Color spaces of #006310

RGB 09916
HSL0.361.000.19
HSV130°100°39°
CMYK 1.000.000.84   0.61
XYZ4.55548.96111.9798
Yxy8.96110.29400.5783
Hunter Lab29.9351-25.223017.0333
CIE-Lab35.9093-42.126036.9071

#006310 color RGB value is (0,99,16).

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

The process color (four color CMYK) of #006310 color hex is 1.00, 0.00, 0.84, 0.61. Web safe color of #006310 is #006600. Color #006310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 00010000
Octal 0 143 20
Decimal 0 99 16
Hex 0 63 10

RGB Percentages of Color #006310

%0.00
%86.09
%13.91

CMYK Percentages of Color #006310

%100
%0
%84
%61

Triadic Colors of #006310

#006310 #100063 #631000

Analogous Colors of #006310

#006310 #006342 #226300

Monochromatic Colors of #006310

#006310

Complementary Color

#006310 #630053

#006310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006310 Color CSS Codes

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

#006310 Text Font Color

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

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


#006310 Background Color

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

This div background color is #006310


#006310 Border Color

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

This div border color is #006310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,99,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006310;
  -webkit-box-shadow: 1px 1px 3px 2px #006310;
  box-shadow:         1px 1px 3px 2px #006310; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006310


Comments

No comments written yet.

Please login to write comment.