Color Hex Logo

#65a009 Color Hex

#65A009
(101,160,9)
0 Favorites   0 Comments

Color spaces of #65a009

RGB 1011609
HSL0.230.890.33
HSV83°94°63°
CMYK 0.370.000.94   0.37
XYZ17.986927.92804.7011
Yxy27.92800.35540.5518
Hunter Lab52.8469-31.728231.7186
CIE-Lab59.8236-39.763860.5671

#65a009 color RGB value is (101,160,9).

#65a009 hex color red value is 101, green value is 160 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #65a009 hue: 0.23 , saturation: 0.89 and the lightness value of 65a009 is 0.33.

The process color (four color CMYK) of #65a009 color hex is 0.37, 0.00, 0.94, 0.37. Web safe color of #65a009 is #669900. Color #65a009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10100000 00001001
Octal 145 240 11
Decimal 101 160 9
Hex 65 A0 9

RGB Percentages of Color #65a009

%37.41
%59.26
%3.33

CMYK Percentages of Color #65a009

%37
%0
%94
%37

Triadic Colors of #65a009

#65a009 #0965a0 #a00965

Analogous Colors of #65a009

#65a009 #1aa009 #a09009

Monochromatic Colors of #65a009

#65a009

Complementary Color

#65a009 #4409a0

#65a009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a009 Color CSS Codes

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

#65a009 Text Font Color

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

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


#65a009 Background Color

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

This div background color is #65a009


#65a009 Border Color

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

This div border color is #65a009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a009


Comments

No comments written yet.

Please login to write comment.