Color spaces of #7eb960
RGB | 126 | 185 | 96 |
---|---|---|---|
HSL | 0.28 | 0.39 | 0.55 |
HSV | 100° | 48° | 73° |
CMYK | 0.32 | 0.00 | 0.48 0.27 |
XYZ | 28.0645 | 39.9781 | 17.3037 |
Yxy | 39.9781 | 0.3288 | 0.4684 |
Hunter Lab | 63.2282 | -31.4204 | 28.0338 |
CIE-Lab | 69.4539 | -35.3880 | 39.0025 |
#7eb960 color RGB value is (126,185,96).
#7eb960 hex color red value is 126, green value is 185 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #7eb960 hue: 0.28 , saturation: 0.39 and the lightness value of 7eb960 is 0.55.
The process color (four color CMYK) of #7eb960 color hex is 0.32, 0.00, 0.48, 0.27. Web safe color of #7eb960 is #66cc66. Color #7eb960 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 10111001 | 01100000 |
Octal | 176 | 271 | 140 |
Decimal | 126 | 185 | 96 |
Hex | 7E | B9 | 60 |
Shades of #7eb960
Tints of #7eb960
RGB Percentages of Color #7eb960
CMYK Percentages of Color #7eb960
Complementary Color
#7eb960 | #9b60b9 |
#7eb960 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eb960 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eb960 Color CSS Codes
.mybgcolor {background-color:#7eb960; } .myforecolor {color:#7eb960; } .mybordercolor {border:3px solid #7eb960; }
#7eb960 Text Font Color
<p style="color:#7eb960">Text here</p>
This sample text font color is #7eb960
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.
#7eb960 Background Color
<div style="background-color:#7eb960">
Div content here</div>
This div background color is #7eb960
#7eb960 Border Color
<div style="border:3px solid #7eb960">
Div here</div>
This div border color is #7eb960
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,185,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eb960; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eb960; -webkit-box-shadow: 1px 1px 3px 2px #7eb960; box-shadow: 1px 1px 3px 2px #7eb960; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,185,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7eb960">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eb960; -webkit-box-shadow: 1px 1px 3px 2px #7eb960; box-shadow: 1px 1px 3px 2px #7eb960;">
Div content here</div>
This div box has shadow with color #7eb960
Comments
No comments written yet.
Please login to write comment.