Color Hex Logo

#606502 Color Hex

#606502
(96,101,2)
0 Favorites   0 Comments

Color spaces of #606502

RGB 961012
HSL0.180.960.20
HSV63°98°40°
CMYK 0.050.000.98   0.60
XYZ9.488511.79851.8347
Yxy11.79850.41040.5103
Hunter Lab34.3489-10.802120.8774
CIE-Lab40.8941-13.285546.8191

#606502 color RGB value is (96,101,2).

#606502 hex color red value is 96, green value is 101 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #606502 hue: 0.18 , saturation: 0.96 and the lightness value of 606502 is 0.20.

The process color (four color CMYK) of #606502 color hex is 0.05, 0.00, 0.98, 0.60. Web safe color of #606502 is #666600. Color #606502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100101 00000010
Octal 140 145 2
Decimal 96 101 2
Hex 60 65 2

RGB Percentages of Color #606502

%48.24
%50.75
%1.01

CMYK Percentages of Color #606502

%5
%0
%98
%60

Triadic Colors of #606502

#606502 #026065 #650260

Analogous Colors of #606502

#606502 #2f6502 #653902

Monochromatic Colors of #606502

#606502

Complementary Color

#606502 #070265

#606502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606502 Color CSS Codes

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

#606502 Text Font Color

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

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


#606502 Background Color

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

This div background color is #606502


#606502 Border Color

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

This div border color is #606502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606502


Comments

No comments written yet.

Please login to write comment.