Color spaces of #6baa77
RGB | 107 | 170 | 119 |
---|---|---|---|
HSL | 0.37 | 0.27 | 0.54 |
HSV | 131° | 37° | 67° |
CMYK | 0.37 | 0.00 | 0.30 0.33 |
XYZ | 23.7679 | 33.2072 | 22.6097 |
Yxy | 33.2072 | 0.2986 | 0.4173 |
Hunter Lab | 57.6257 | -27.2221 | 17.0753 |
CIE-Lab | 64.3283 | -31.2354 | 20.0635 |
#6baa77 color RGB value is (107,170,119).
#6baa77 hex color red value is 107, green value is 170 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #6baa77 hue: 0.37 , saturation: 0.27 and the lightness value of 6baa77 is 0.54.
The process color (four color CMYK) of #6baa77 color hex is 0.37, 0.00, 0.30, 0.33. Web safe color of #6baa77 is #669966. Color #6baa77 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 10101010 | 01110111 |
Octal | 153 | 252 | 167 |
Decimal | 107 | 170 | 119 |
Hex | 6B | AA | 77 |
Shades of #6baa77
Tints of #6baa77
RGB Percentages of Color #6baa77
CMYK Percentages of Color #6baa77
Complementary Color
#6baa77 | #aa6b9e |
#6baa77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6baa77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#6baa77 Color CSS Codes
.mybgcolor {background-color:#6baa77; } .myforecolor {color:#6baa77; } .mybordercolor {border:3px solid #6baa77; }
#6baa77 Text Font Color
<p style="color:#6baa77">Text here</p>
This sample text font color is #6baa77
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.
#6baa77 Background Color
<div style="background-color:#6baa77">
Div content here</div>
This div background color is #6baa77
#6baa77 Border Color
<div style="border:3px solid #6baa77">
Div here</div>
This div border color is #6baa77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,170,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6baa77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6baa77; -webkit-box-shadow: 1px 1px 3px 2px #6baa77; box-shadow: 1px 1px 3px 2px #6baa77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,170,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6baa77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6baa77; -webkit-box-shadow: 1px 1px 3px 2px #6baa77; box-shadow: 1px 1px 3px 2px #6baa77;">
Div content here</div>
This div box has shadow with color #6baa77
Comments
No comments written yet.
Please login to write comment.