Color Hex Logo

#60780d Color Hex

#60780D
(96,120,13)
0 Favorites   0 Comments

Color spaces of #60780d

RGB 9612013
HSL0.200.800.26
HSV73°89°47°
CMYK 0.200.000.89   0.53
XYZ11.613015.94882.8471
Yxy15.94880.38190.5245
Hunter Lab39.9359-17.981823.7283
CIE-Lab46.9072-23.045149.0984

#60780d color RGB value is (96,120,13).

#60780d hex color red value is 96, green value is 120 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #60780d hue: 0.20 , saturation: 0.80 and the lightness value of 60780d is 0.26.

The process color (four color CMYK) of #60780d color hex is 0.20, 0.00, 0.89, 0.53. Web safe color of #60780d is #666600. Color #60780d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111000 00001101
Octal 140 170 15
Decimal 96 120 13
Hex 60 78 D

RGB Percentages of Color #60780d

%41.92
%52.40
%5.68

CMYK Percentages of Color #60780d

%20
%0
%89
%53

Triadic Colors of #60780d

#60780d #0d6078 #780d60

Analogous Colors of #60780d

#60780d #2b780d #785b0d

Monochromatic Colors of #60780d

#60780d

Complementary Color

#60780d #250d78

#60780d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60780d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60780d Color CSS Codes

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

#60780d Text Font Color

<p style="color:#60780d">Text here</p>

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


#60780d Background Color

<div style="background-color:#60780d">
Div content here</div>

This div background color is #60780d


#60780d Border Color

<div style="border:3px solid #60780d">
Div here</div>

This div border color is #60780d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,120,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60780d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60780d;
  -webkit-box-shadow: 1px 1px 3px 2px #60780d;
  box-shadow:         1px 1px 3px 2px #60780d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60780d


Comments

No comments written yet.

Please login to write comment.