Color Hex Logo

#61760f Color Hex

#61760F
(97,118,15)
0 Favorites   0 Comments

Color spaces of #61760f

RGB 9711815
HSL0.200.770.26
HSV72°87°46°
CMYK 0.180.000.87   0.54
XYZ11.494415.53272.8442
Yxy15.53270.38480.5200
Hunter Lab39.4115-16.910623.3093
CIE-Lab46.3553-21.513748.1670

#61760f color RGB value is (97,118,15).

#61760f hex color red value is 97, green value is 118 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #61760f hue: 0.20 , saturation: 0.77 and the lightness value of 61760f is 0.26.

The process color (four color CMYK) of #61760f color hex is 0.18, 0.00, 0.87, 0.54. Web safe color of #61760f is #666600. Color #61760f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110110 00001111
Octal 141 166 17
Decimal 97 118 15
Hex 61 76 F

RGB Percentages of Color #61760f

%42.17
%51.30
%6.52

CMYK Percentages of Color #61760f

%18
%0
%87
%54

Triadic Colors of #61760f

#61760f #0f6176 #760f61

Analogous Colors of #61760f

#61760f #2e760f #76580f

Monochromatic Colors of #61760f

#61760f

Complementary Color

#61760f #240f76

#61760f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61760f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61760f Color CSS Codes

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

#61760f Text Font Color

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

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


#61760f Background Color

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

This div background color is #61760f


#61760f Border Color

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

This div border color is #61760f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,118,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61760f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61760f;
  -webkit-box-shadow: 1px 1px 3px 2px #61760f;
  box-shadow:         1px 1px 3px 2px #61760f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61760f


Comments

No comments written yet.

Please login to write comment.