Color spaces of #078038
RGB | 7 | 128 | 56 |
---|---|---|---|
HSL | 0.40 | 0.90 | 0.26 |
HSV | 144° | 95° | 50° |
CMYK | 0.95 | 0.00 | 0.56 0.50 |
XYZ | 8.5206 | 15.7690 | 6.3360 |
Yxy | 15.7690 | 0.2782 | 0.5149 |
Hunter Lab | 39.7102 | -31.1922 | 18.3371 |
CIE-Lab | 46.6700 | -46.3529 | 30.5493 |
#078038 color RGB value is (7,128,56).
#078038 hex color red value is 7, green value is 128 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #078038 hue: 0.40 , saturation: 0.90 and the lightness value of 078038 is 0.26.
The process color (four color CMYK) of #078038 color hex is 0.95, 0.00, 0.56, 0.50. Web safe color of #078038 is #009933. Color #078038 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 10000000 | 00111000 |
Octal | 7 | 200 | 70 |
Decimal | 7 | 128 | 56 |
Hex | 7 | 80 | 38 |
Shades of #078038
Tints of #078038
RGB Percentages of Color #078038
CMYK Percentages of Color #078038
Complementary Color
#078038 | #80074f |
#078038 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#078038 Color Preview on White Background
Lorem ipsum dolor sit amet.
#078038 Color CSS Codes
.mybgcolor {background-color:#078038; } .myforecolor {color:#078038; } .mybordercolor {border:3px solid #078038; }
#078038 Text Font Color
<p style="color:#078038">Text here</p>
This sample text font color is #078038
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.
#078038 Background Color
<div style="background-color:#078038">
Div content here</div>
This div background color is #078038
#078038 Border Color
<div style="border:3px solid #078038">
Div here</div>
This div border color is #078038
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,128,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #078038; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #078038; -webkit-box-shadow: 1px 1px 3px 2px #078038; box-shadow: 1px 1px 3px 2px #078038; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,128,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #078038">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #078038; -webkit-box-shadow: 1px 1px 3px 2px #078038; box-shadow: 1px 1px 3px 2px #078038;">
Div content here</div>
This div box has shadow with color #078038
Comments
No comments written yet.
Please login to write comment.