Color Hex Logo

#669238 Color Hex

#669238
(102,146,56)
0 Favorites   0 Comments

Color spaces of #669238

RGB 10214656
HSL0.250.450.40
HSV89°62°57°
CMYK 0.300.000.62   0.43
XYZ16.472223.66817.4416
Yxy23.66810.34620.4974
Hunter Lab48.6499-24.699524.9858
CIE-Lab55.7539-30.517441.9428

#669238 color RGB value is (102,146,56).

#669238 hex color red value is 102, green value is 146 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #669238 hue: 0.25 , saturation: 0.45 and the lightness value of 669238 is 0.40.

The process color (four color CMYK) of #669238 color hex is 0.30, 0.00, 0.62, 0.43. Web safe color of #669238 is #669933. Color #669238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010010 00111000
Octal 146 222 70
Decimal 102 146 56
Hex 66 92 38

RGB Percentages of Color #669238

%33.55
%48.03
%18.42

CMYK Percentages of Color #669238

%30
%0
%62
%43

Triadic Colors of #669238

#669238 #386692 #923866

Analogous Colors of #669238

#669238 #399238 #929138

Monochromatic Colors of #669238

#669238

Complementary Color

#669238 #643892

#669238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669238 Color CSS Codes

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

#669238 Text Font Color

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

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


#669238 Background Color

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

This div background color is #669238


#669238 Border Color

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

This div border color is #669238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669238


Comments

No comments written yet.

Please login to write comment.