Color Hex Logo

#699608 Color Hex

#699608
(105,150,8)
0 Favorites   0 Comments

Color spaces of #699608

RGB 1051508
HSL0.220.900.31
HSV79°95°59°
CMYK 0.300.000.95   0.41
XYZ16.775924.83354.1389
Yxy24.83350.36670.5428
Hunter Lab49.8332-27.117729.9589
CIE-Lab56.9128-33.809858.4650

#699608 color RGB value is (105,150,8).

#699608 hex color red value is 105, green value is 150 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #699608 hue: 0.22 , saturation: 0.90 and the lightness value of 699608 is 0.31.

The process color (four color CMYK) of #699608 color hex is 0.30, 0.00, 0.95, 0.41. Web safe color of #699608 is #669900. Color #699608 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010110 00001000
Octal 151 226 10
Decimal 105 150 8
Hex 69 96 8

RGB Percentages of Color #699608

%39.92
%57.03
%3.04

CMYK Percentages of Color #699608

%30
%0
%95
%41

Triadic Colors of #699608

#699608 #086996 #960869

Analogous Colors of #699608

#699608 #229608 #967c08

Monochromatic Colors of #699608

#699608

Complementary Color

#699608 #350896

#699608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699608 Color CSS Codes

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

#699608 Text Font Color

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

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


#699608 Background Color

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

This div background color is #699608


#699608 Border Color

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

This div border color is #699608


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,150,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699608; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699608;
  -webkit-box-shadow: 1px 1px 3px 2px #699608;
  box-shadow:         1px 1px 3px 2px #699608; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,150,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699608


Comments

No comments written yet.

Please login to write comment.