Color Hex Logo

#618018 Color Hex

#618018
(97,128,24)
0 Favorites   0 Comments

Color spaces of #618018

RGB 9712824
HSL0.220.680.30
HSV78°81°50°
CMYK 0.240.000.81   0.50
XYZ12.813818.04573.6720
Yxy18.04570.37110.5226
Hunter Lab42.4802-20.497424.6111
CIE-Lab49.5515-26.170148.4032

#618018 color RGB value is (97,128,24).

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

The process color (four color CMYK) of #618018 color hex is 0.24, 0.00, 0.81, 0.50. Web safe color of #618018 is #669900. Color #618018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000000 00011000
Octal 141 200 30
Decimal 97 128 24
Hex 61 80 18

RGB Percentages of Color #618018

%38.96
%51.41
%9.64

CMYK Percentages of Color #618018

%24
%0
%81
%50

Triadic Colors of #618018

#618018 #186180 #801861

Analogous Colors of #618018

#618018 #2d8018 #806b18

Monochromatic Colors of #618018

#618018

Complementary Color

#618018 #371880

#618018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618018 Color CSS Codes

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

#618018 Text Font Color

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

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


#618018 Background Color

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

This div background color is #618018


#618018 Border Color

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

This div border color is #618018


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,128,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 #618018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618018


Comments

No comments written yet.

Please login to write comment.