Color Hex Logo

#608916 Color Hex

#608916
(96,137,22)
0 Favorites   0 Comments

Color spaces of #608916

RGB 9613722
HSL0.230.720.31
HSV81°84°54°
CMYK 0.300.000.84   0.46
XYZ13.914320.43603.9702
Yxy20.43600.36310.5333
Hunter Lab45.2062-24.169226.4372
CIE-Lab52.3266-30.992951.4841

#608916 color RGB value is (96,137,22).

#608916 hex color red value is 96, green value is 137 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #608916 hue: 0.23 , saturation: 0.72 and the lightness value of 608916 is 0.31.

The process color (four color CMYK) of #608916 color hex is 0.30, 0.00, 0.84, 0.46. Web safe color of #608916 is #669900. Color #608916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001001 00010110
Octal 140 211 26
Decimal 96 137 22
Hex 60 89 16

RGB Percentages of Color #608916

%37.65
%53.73
%8.63

CMYK Percentages of Color #608916

%30
%0
%84
%46

Triadic Colors of #608916

#608916 #166089 #891660

Analogous Colors of #608916

#608916 #278916 #897916

Monochromatic Colors of #608916

#608916

Complementary Color

#608916 #3f1689

#608916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608916 Color CSS Codes

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

#608916 Text Font Color

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

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


#608916 Background Color

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

This div background color is #608916


#608916 Border Color

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

This div border color is #608916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608916


Comments

No comments written yet.

Please login to write comment.