Color spaces of #6a934a
RGB | 106 | 147 | 74 |
---|---|---|---|
HSL | 0.26 | 0.33 | 0.43 |
HSV | 94° | 50° | 58° |
CMYK | 0.28 | 0.00 | 0.50 0.42 |
XYZ | 17.6136 | 24.4260 | 10.2649 |
Yxy | 24.4260 | 0.3368 | 0.4670 |
Hunter Lab | 49.4227 | -22.8746 | 22.2816 |
CIE-Lab | 56.5118 | -27.4885 | 33.9952 |
#6a934a color RGB value is (106,147,74).
#6a934a hex color red value is 106, green value is 147 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6a934a hue: 0.26 , saturation: 0.33 and the lightness value of 6a934a is 0.43.
The process color (four color CMYK) of #6a934a color hex is 0.28, 0.00, 0.50, 0.42. Web safe color of #6a934a is #669933. Color #6a934a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10010011 | 01001010 |
Octal | 152 | 223 | 112 |
Decimal | 106 | 147 | 74 |
Hex | 6A | 93 | 4A |
Shades of #6a934a
Tints of #6a934a
RGB Percentages of Color #6a934a
CMYK Percentages of Color #6a934a
Complementary Color
#6a934a | #734a93 |
#6a934a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6a934a Color Preview on White Background
Lorem ipsum dolor sit amet.
#6a934a Color CSS Codes
.mybgcolor {background-color:#6a934a; } .myforecolor {color:#6a934a; } .mybordercolor {border:3px solid #6a934a; }
#6a934a Text Font Color
<p style="color:#6a934a">Text here</p>
This sample text font color is #6a934a
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.
#6a934a Background Color
<div style="background-color:#6a934a">
Div content here</div>
This div background color is #6a934a
#6a934a Border Color
<div style="border:3px solid #6a934a">
Div here</div>
This div border color is #6a934a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,147,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6a934a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6a934a; -webkit-box-shadow: 1px 1px 3px 2px #6a934a; box-shadow: 1px 1px 3px 2px #6a934a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,147,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6a934a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6a934a; -webkit-box-shadow: 1px 1px 3px 2px #6a934a; box-shadow: 1px 1px 3px 2px #6a934a;">
Div content here</div>
This div box has shadow with color #6a934a
Comments
No comments written yet.
Please login to write comment.