Color Hex Logo

#65a13b Color Hex

#65A13B
(101,161,59)
0 Favorites   0 Comments

Color spaces of #65a13b

RGB 10116159
HSL0.260.460.43
HSV95°63°63°
CMYK 0.370.000.63   0.37
XYZ18.901128.57228.6565
Yxy28.57220.33670.5090
Hunter Lab53.4530-30.424727.8153
CIE-Lab60.4022-37.474445.7295

#65a13b color RGB value is (101,161,59).

#65a13b hex color red value is 101, green value is 161 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #65a13b hue: 0.26 , saturation: 0.46 and the lightness value of 65a13b is 0.43.

The process color (four color CMYK) of #65a13b color hex is 0.37, 0.00, 0.63, 0.37. Web safe color of #65a13b is #669933. Color #65a13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10100001 00111011
Octal 145 241 73
Decimal 101 161 59
Hex 65 A1 3B

RGB Percentages of Color #65a13b

%31.46
%50.16
%18.38

CMYK Percentages of Color #65a13b

%37
%0
%63
%37

Triadic Colors of #65a13b

#65a13b #3b65a1 #a13b65

Analogous Colors of #65a13b

#65a13b #3ba144 #98a13b

Monochromatic Colors of #65a13b

#65a13b

Complementary Color

#65a13b #773ba1

#65a13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a13b Color CSS Codes

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

#65a13b Text Font Color

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

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


#65a13b Background Color

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

This div background color is #65a13b


#65a13b Border Color

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

This div border color is #65a13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a13b


Comments

No comments written yet.

Please login to write comment.