Color Hex Logo

#618266 Color Hex

#618266
(97,130,102)
0 Favorites   0 Comments

Color spaces of #618266

RGB 97130102
HSL0.360.150.45
HSV129°25°51°
CMYK 0.250.000.22   0.49
XYZ15.310719.466015.5207
Yxy19.46600.30440.3870
Hunter Lab44.1203-15.267110.0271
CIE-Lab51.2280-17.721611.4350

#618266 color RGB value is (97,130,102).

#618266 hex color red value is 97, green value is 130 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #618266 hue: 0.36 , saturation: 0.15 and the lightness value of 618266 is 0.45.

The process color (four color CMYK) of #618266 color hex is 0.25, 0.00, 0.22, 0.49. Web safe color of #618266 is #669966. Color #618266 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000010 01100110
Octal 141 202 146
Decimal 97 130 102
Hex 61 82 66

RGB Percentages of Color #618266

%29.48
%39.51
%31.00

CMYK Percentages of Color #618266

%25
%0
%22
%49

Triadic Colors of #618266

#618266 #666182 #826661

Analogous Colors of #618266

#618266 #618277 #6d8261

Monochromatic Colors of #618266

#618266

Complementary Color

#618266 #82617d

#618266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#618266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#618266 Color CSS Codes

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

#618266 Text Font Color

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

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


#618266 Background Color

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

This div background color is #618266


#618266 Border Color

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

This div border color is #618266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #618266

#618266 Color Palettes


Comments

No comments written yet.

Please login to write comment.