Color Hex Logo

#607500 Color Hex

#607500
(96,117,0)
0 Favorites   0 Comments

Color spaces of #607500

RGB 961170
HSL0.201.000.23
HSV71°100°46°
CMYK 0.180.001.00   0.54
XYZ11.185215.20942.3462
Yxy15.20940.38920.5292
Hunter Lab38.9992-17.053823.7326
CIE-Lab45.9197-21.873151.1038

#607500 color RGB value is (96,117,0).

#607500 hex color red value is 96, green value is 117 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #607500 hue: 0.20 , saturation: 1.00 and the lightness value of 607500 is 0.23.

The process color (four color CMYK) of #607500 color hex is 0.18, 0.00, 1.00, 0.54. Web safe color of #607500 is #666600. Color #607500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110101 00000000
Octal 140 165 0
Decimal 96 117 0
Hex 60 75 0

RGB Percentages of Color #607500

%45.07
%54.93
%0.00

CMYK Percentages of Color #607500

%18
%0
%100
%54

Triadic Colors of #607500

#607500 #006075 #750060

Analogous Colors of #607500

#607500 #257500 #755000

Monochromatic Colors of #607500

#607500

Complementary Color

#607500 #150075

#607500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#607500 Color CSS Codes

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

#607500 Text Font Color

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

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


#607500 Background Color

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

This div background color is #607500


#607500 Border Color

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

This div border color is #607500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,117,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607500;
  -webkit-box-shadow: 1px 1px 3px 2px #607500;
  box-shadow:         1px 1px 3px 2px #607500; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607500


Comments

No comments written yet.

Please login to write comment.