Color spaces of #064614
RGB | 6 | 70 | 20 |
---|---|---|---|
HSL | 0.37 | 0.84 | 0.15 |
HSV | 133° | 91° | 27° |
CMYK | 0.91 | 0.00 | 0.71 0.73 |
XYZ | 2.3915 | 4.4695 | 1.3985 |
Yxy | 4.4695 | 0.2895 | 0.5411 |
Hunter Lab | 21.1412 | -16.8051 | 10.8768 |
CIE-Lab | 25.1665 | -30.9274 | 24.1389 |
#064614 color RGB value is (6,70,20).
#064614 hex color red value is 6, green value is 70 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #064614 hue: 0.37 , saturation: 0.84 and the lightness value of 064614 is 0.15.
The process color (four color CMYK) of #064614 color hex is 0.91, 0.00, 0.71, 0.73. Web safe color of #064614 is #003300. Color #064614 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 01000110 | 00010100 |
Octal | 6 | 106 | 24 |
Decimal | 6 | 70 | 20 |
Hex | 6 | 46 | 14 |
Shades of #064614
Tints of #064614
RGB Percentages of Color #064614
CMYK Percentages of Color #064614
Complementary Color
#064614 | #460638 |
#064614 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#064614 Color Preview on White Background
Lorem ipsum dolor sit amet.
#064614 Color CSS Codes
.mybgcolor {background-color:#064614; } .myforecolor {color:#064614; } .mybordercolor {border:3px solid #064614; }
#064614 Text Font Color
<p style="color:#064614">Text here</p>
This sample text font color is #064614
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.
#064614 Background Color
<div style="background-color:#064614">
Div content here</div>
This div background color is #064614
#064614 Border Color
<div style="border:3px solid #064614">
Div here</div>
This div border color is #064614
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,70,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #064614; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #064614; -webkit-box-shadow: 1px 1px 3px 2px #064614; box-shadow: 1px 1px 3px 2px #064614; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,70,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #064614">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #064614; -webkit-box-shadow: 1px 1px 3px 2px #064614; box-shadow: 1px 1px 3px 2px #064614;">
Div content here</div>
This div box has shadow with color #064614
Comments
No comments written yet.
Please login to write comment.