Color Hex Logo

#618718 Color Hex

#618718
(97,135,24)
0 Favorites   0 Comments

Color spaces of #618718

RGB 9713524
HSL0.220.700.31
HSV81°82°53°
CMYK 0.280.000.82   0.47
XYZ13.758619.93533.9869
Yxy19.93530.36510.5291
Hunter Lab44.6490-23.130825.9600
CIE-Lab51.7640-29.554350.4211

#618718 color RGB value is (97,135,24).

#618718 hex color red value is 97, green value is 135 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #618718 hue: 0.22 , saturation: 0.70 and the lightness value of 618718 is 0.31.

The process color (four color CMYK) of #618718 color hex is 0.28, 0.00, 0.82, 0.47. Web safe color of #618718 is #669900. Color #618718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000111 00011000
Octal 141 207 30
Decimal 97 135 24
Hex 61 87 18

RGB Percentages of Color #618718

%37.89
%52.73
%9.38

CMYK Percentages of Color #618718

%28
%0
%82
%47

Triadic Colors of #618718

#618718 #186187 #871861

Analogous Colors of #618718

#618718 #2a8718 #877618

Monochromatic Colors of #618718

#618718

Complementary Color

#618718 #3e1887

#618718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618718 Color CSS Codes

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

#618718 Text Font Color

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

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


#618718 Background Color

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

This div background color is #618718


#618718 Border Color

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

This div border color is #618718


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,135,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #618718; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #618718;
  -webkit-box-shadow: 1px 1px 3px 2px #618718;
  box-shadow:         1px 1px 3px 2px #618718; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618718


Comments

No comments written yet.

Please login to write comment.