Color Hex Logo

#608017 Color Hex

#608017
(96,128,23)
0 Favorites   0 Comments

Color spaces of #608017

RGB 9612823
HSL0.220.700.30
HSV78°82°50°
CMYK 0.250.000.82   0.50
XYZ12.697717.98703.6132
Yxy17.98700.37020.5244
Hunter Lab42.4111-20.777224.6366
CIE-Lab49.4803-26.640148.6273

#608017 color RGB value is (96,128,23).

#608017 hex color red value is 96, green value is 128 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #608017 hue: 0.22 , saturation: 0.70 and the lightness value of 608017 is 0.30.

The process color (four color CMYK) of #608017 color hex is 0.25, 0.00, 0.82, 0.50. Web safe color of #608017 is #669900. Color #608017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000000 00010111
Octal 140 200 27
Decimal 96 128 23
Hex 60 80 17

RGB Percentages of Color #608017

%38.87
%51.82
%9.31

CMYK Percentages of Color #608017

%25
%0
%82
%50

Triadic Colors of #608017

#608017 #176080 #801760

Analogous Colors of #608017

#608017 #2c8017 #806c17

Monochromatic Colors of #608017

#608017

Complementary Color

#608017 #371780

#608017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608017 Color CSS Codes

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

#608017 Text Font Color

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

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


#608017 Background Color

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

This div background color is #608017


#608017 Border Color

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

This div border color is #608017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608017


Comments

No comments written yet.

Please login to write comment.