Color spaces of #667445
RGB | 102 | 116 | 69 |
---|---|---|---|
HSL | 0.22 | 0.25 | 0.36 |
HSV | 78° | 41° | 45° |
CMYK | 0.12 | 0.00 | 0.41 0.55 |
XYZ | 12.7991 | 15.7452 | 7.9948 |
Yxy | 15.7452 | 0.3503 | 0.4309 |
Hunter Lab | 39.6802 | -11.8641 | 15.8304 |
CIE-Lab | 46.6384 | -13.7118 | 24.2483 |
#667445 color RGB value is (102,116,69).
#667445 hex color red value is 102, green value is 116 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #667445 hue: 0.22 , saturation: 0.25 and the lightness value of 667445 is 0.36.
The process color (four color CMYK) of #667445 color hex is 0.12, 0.00, 0.41, 0.55. Web safe color of #667445 is #666633. Color #667445 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01110100 | 01000101 |
Octal | 146 | 164 | 105 |
Decimal | 102 | 116 | 69 |
Hex | 66 | 74 | 45 |
Shades of #667445
Tints of #667445
RGB Percentages of Color #667445
CMYK Percentages of Color #667445
Complementary Color
#667445 | #534574 |
#667445 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#667445 Color Preview on White Background
Lorem ipsum dolor sit amet.
#667445 Color CSS Codes
.mybgcolor {background-color:#667445; } .myforecolor {color:#667445; } .mybordercolor {border:3px solid #667445; }
#667445 Text Font Color
<p style="color:#667445">Text here</p>
This sample text font color is #667445
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.
#667445 Background Color
<div style="background-color:#667445">
Div content here</div>
This div background color is #667445
#667445 Border Color
<div style="border:3px solid #667445">
Div here</div>
This div border color is #667445
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,116,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #667445; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #667445; -webkit-box-shadow: 1px 1px 3px 2px #667445; box-shadow: 1px 1px 3px 2px #667445; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,116,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #667445">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #667445; -webkit-box-shadow: 1px 1px 3px 2px #667445; box-shadow: 1px 1px 3px 2px #667445;">
Div content here</div>
This div box has shadow with color #667445
Comments
No comments written yet.
Please login to write comment.