Color Hex Logo

#0c781a Color Hex

#0C781A
(12,120,26)
0 Favorites   0 Comments

Color spaces of #0c781a

RGB 1212026
HSL0.350.820.26
HSV128°90°47°
CMYK 0.900.000.78   0.53
XYZ7.054513.58573.2278
Yxy13.58570.29560.5692
Hunter Lab36.8588-30.339320.6090
CIE-Lab43.6328-46.912340.9169

#0c781a color RGB value is (12,120,26).

#0c781a hex color red value is 12, green value is 120 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0c781a hue: 0.35 , saturation: 0.82 and the lightness value of 0c781a is 0.26.

The process color (four color CMYK) of #0c781a color hex is 0.90, 0.00, 0.78, 0.53. Web safe color of #0c781a is #006633. Color #0c781a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01111000 00011010
Octal 14 170 32
Decimal 12 120 26
Hex C 78 1A

RGB Percentages of Color #0c781a

%7.59
%75.95
%16.46

CMYK Percentages of Color #0c781a

%90
%0
%78
%53

Triadic Colors of #0c781a

#0c781a #1a0c78 #781a0c

Analogous Colors of #0c781a

#0c781a #0c7850 #34780c

Monochromatic Colors of #0c781a

#0c781a

Complementary Color

#0c781a #780c6a

#0c781a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c781a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c781a Color CSS Codes

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

#0c781a Text Font Color

<p style="color:#0c781a">Text here</p>

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


#0c781a Background Color

<div style="background-color:#0c781a">
Div content here</div>

This div background color is #0c781a


#0c781a Border Color

<div style="border:3px solid #0c781a">
Div here</div>

This div border color is #0c781a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,120,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c781a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c781a;
  -webkit-box-shadow: 1px 1px 3px 2px #0c781a;
  box-shadow:         1px 1px 3px 2px #0c781a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c781a


Comments

No comments written yet.

Please login to write comment.