Color Hex Logo

#618100 Color Hex

#618100
(97,129,0)
0 Favorites   0 Comments

Color spaces of #618100

RGB 971290
HSL0.211.000.25
HSV75°100°51°
CMYK 0.250.001.00   0.49
XYZ12.780018.24192.8475
Yxy18.24190.37730.5386
Hunter Lab42.7105-21.332025.9445
CIE-Lab49.7882-27.416054.0628

#618100 color RGB value is (97,129,0).

#618100 hex color red value is 97, green value is 129 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #618100 hue: 0.21 , saturation: 1.00 and the lightness value of 618100 is 0.25.

The process color (four color CMYK) of #618100 color hex is 0.25, 0.00, 1.00, 0.49. Web safe color of #618100 is #669900. Color #618100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 00000000
Octal 141 201 0
Decimal 97 129 0
Hex 61 81 0

RGB Percentages of Color #618100

%42.92
%57.08
%0.00

CMYK Percentages of Color #618100

%25
%0
%100
%49

Triadic Colors of #618100

#618100 #006181 #810061

Analogous Colors of #618100

#618100 #218100 #816000

Monochromatic Colors of #618100

#618100

Complementary Color

#618100 #200081

#618100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618100 Color CSS Codes

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

#618100 Text Font Color

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

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


#618100 Background Color

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

This div background color is #618100


#618100 Border Color

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

This div border color is #618100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618100


Comments

No comments written yet.

Please login to write comment.