Color Hex Logo

#669913 Color Hex

#669913
(102,153,19)
0 Favorites   0 Comments

Color spaces of #669913

RGB 10215319
HSL0.230.780.34
HSV83°88°60°
CMYK 0.330.000.88   0.40
XYZ16.988325.65434.6725
Yxy25.65430.35900.5422
Hunter Lab50.6501-28.767829.9855
CIE-Lab57.7074-36.056257.0611

#669913 color RGB value is (102,153,19).

#669913 hex color red value is 102, green value is 153 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #669913 hue: 0.23 , saturation: 0.78 and the lightness value of 669913 is 0.34.

The process color (four color CMYK) of #669913 color hex is 0.33, 0.00, 0.88, 0.40. Web safe color of #669913 is #669900. Color #669913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 00010011
Octal 146 231 23
Decimal 102 153 19
Hex 66 99 13

RGB Percentages of Color #669913

%37.23
%55.84
%6.93

CMYK Percentages of Color #669913

%33
%0
%88
%40

Triadic Colors of #669913

#669913 #136699 #991366

Analogous Colors of #669913

#669913 #239913 #998913

Monochromatic Colors of #669913

#669913

Complementary Color

#669913 #461399

#669913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669913 Color CSS Codes

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

#669913 Text Font Color

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

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


#669913 Background Color

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

This div background color is #669913


#669913 Border Color

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

This div border color is #669913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669913


Comments

No comments written yet.

Please login to write comment.