Color Hex Logo

#78b512 Color Hex

#78B512
(120,181,18)
0 Favorites   0 Comments

Color spaces of #78b512

RGB 12018118
HSL0.230.820.39
HSV82°90°71°
CMYK 0.340.000.90   0.29
XYZ24.378837.08456.4454
Yxy37.08450.35900.5461
Hunter Lab60.8970-35.111336.3526
CIE-Lab67.3404-41.542365.7444

#78b512 color RGB value is (120,181,18).

#78b512 hex color red value is 120, green value is 181 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #78b512 hue: 0.23 , saturation: 0.82 and the lightness value of 78b512 is 0.39.

The process color (four color CMYK) of #78b512 color hex is 0.34, 0.00, 0.90, 0.29. Web safe color of #78b512 is #66cc00. Color #78b512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10110101 00010010
Octal 170 265 22
Decimal 120 181 18
Hex 78 B5 12

RGB Percentages of Color #78b512

%37.62
%56.74
%5.64

CMYK Percentages of Color #78b512

%34
%0
%90
%29

Triadic Colors of #78b512

#78b512 #1278b5 #b51278

Analogous Colors of #78b512

#78b512 #27b512 #b5a112

Monochromatic Colors of #78b512

#78b512

Complementary Color

#78b512 #4f12b5

#78b512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78b512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78b512 Color CSS Codes

.mybgcolor {background-color:#78b512; } 
.myforecolor {color:#78b512; }
.mybordercolor {border:3px solid #78b512; }

#78b512 Text Font Color

<p style="color:#78b512">Text here</p>

This sample text font color is #78b512
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.


#78b512 Background Color

<div style="background-color:#78b512">
Div content here</div>

This div background color is #78b512


#78b512 Border Color

<div style="border:3px solid #78b512">
Div here</div>

This div border color is #78b512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,181,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78b512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78b512;
  -webkit-box-shadow: 1px 1px 3px 2px #78b512;
  box-shadow:         1px 1px 3px 2px #78b512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,181,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78b512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78b512;
  -webkit-box-shadow: 1px 1px 3px 2px #78b512;
  box-shadow:         1px 1px 3px 2px #78b512;">
Div content here</div>

This div box has shadow with color #78b512


Comments

No comments written yet.

Please login to write comment.