Color spaces of #6a894f
RGB | 106 | 137 | 79 |
---|---|---|---|
HSL | 0.26 | 0.27 | 0.42 |
HSV | 92° | 42° | 54° |
CMYK | 0.23 | 0.00 | 0.42 0.46 |
XYZ | 16.3008 | 21.5200 | 10.6918 |
Yxy | 21.5200 | 0.3360 | 0.4436 |
Hunter Lab | 46.3897 | -18.4590 | 18.8077 |
CIE-Lab | 53.5140 | -21.8326 | 27.5817 |
#6a894f color RGB value is (106,137,79).
#6a894f hex color red value is 106, green value is 137 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #6a894f hue: 0.26 , saturation: 0.27 and the lightness value of 6a894f is 0.42.
The process color (four color CMYK) of #6a894f color hex is 0.23, 0.00, 0.42, 0.46. Web safe color of #6a894f is #669966. Color #6a894f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10001001 | 01001111 |
Octal | 152 | 211 | 117 |
Decimal | 106 | 137 | 79 |
Hex | 6A | 89 | 4F |
Shades of #6a894f
Tints of #6a894f
RGB Percentages of Color #6a894f
CMYK Percentages of Color #6a894f
Complementary Color
#6a894f | #6e4f89 |
#6a894f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6a894f Color Preview on White Background
Lorem ipsum dolor sit amet.
#6a894f Color CSS Codes
.mybgcolor {background-color:#6a894f; } .myforecolor {color:#6a894f; } .mybordercolor {border:3px solid #6a894f; }
#6a894f Text Font Color
<p style="color:#6a894f">Text here</p>
This sample text font color is #6a894f
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.
#6a894f Background Color
<div style="background-color:#6a894f">
Div content here</div>
This div background color is #6a894f
#6a894f Border Color
<div style="border:3px solid #6a894f">
Div here</div>
This div border color is #6a894f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,137,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6a894f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6a894f; -webkit-box-shadow: 1px 1px 3px 2px #6a894f; box-shadow: 1px 1px 3px 2px #6a894f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,137,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6a894f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6a894f; -webkit-box-shadow: 1px 1px 3px 2px #6a894f; box-shadow: 1px 1px 3px 2px #6a894f;">
Div content here</div>
This div box has shadow with color #6a894f
Comments
No comments written yet.
Please login to write comment.