Color spaces of #06b022
RGB | 6 | 176 | 34 |
---|---|---|---|
HSL | 0.36 | 0.93 | 0.36 |
HSV | 130° | 97° | 69° |
CMYK | 0.97 | 0.00 | 0.81 0.31 |
XYZ | 15.8892 | 31.2049 | 6.6991 |
Yxy | 31.2049 | 0.2954 | 0.5801 |
Hunter Lab | 55.8613 | -46.9848 | 31.9927 |
CIE-Lab | 62.6802 | -63.7005 | 56.7001 |
#06b022 color RGB value is (6,176,34).
#06b022 hex color red value is 6, green value is 176 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #06b022 hue: 0.36 , saturation: 0.93 and the lightness value of 06b022 is 0.36.
The process color (four color CMYK) of #06b022 color hex is 0.97, 0.00, 0.81, 0.31. Web safe color of #06b022 is #009933. Color #06b022 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10110000 | 00100010 |
Octal | 6 | 260 | 42 |
Decimal | 6 | 176 | 34 |
Hex | 6 | B0 | 22 |
Shades of #06b022
Tints of #06b022
RGB Percentages of Color #06b022
CMYK Percentages of Color #06b022
Complementary Color
#06b022 | #b00694 |
#06b022 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06b022 Color Preview on White Background
Lorem ipsum dolor sit amet.
#06b022 Color CSS Codes
.mybgcolor {background-color:#06b022; } .myforecolor {color:#06b022; } .mybordercolor {border:3px solid #06b022; }
#06b022 Text Font Color
<p style="color:#06b022">Text here</p>
This sample text font color is #06b022
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.
#06b022 Background Color
<div style="background-color:#06b022">
Div content here</div>
This div background color is #06b022
#06b022 Border Color
<div style="border:3px solid #06b022">
Div here</div>
This div border color is #06b022
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,176,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06b022; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06b022; -webkit-box-shadow: 1px 1px 3px 2px #06b022; box-shadow: 1px 1px 3px 2px #06b022; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,176,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06b022">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06b022; -webkit-box-shadow: 1px 1px 3px 2px #06b022; box-shadow: 1px 1px 3px 2px #06b022;">
Div content here</div>
This div box has shadow with color #06b022
Comments
No comments written yet.
Please login to write comment.