Color Hex Logo

#69976f Color Hex

#69976F
(105,151,111)
0 Favorites   0 Comments

Color spaces of #69976f

RGB 105151111
HSL0.360.180.50
HSV128°30°59°
CMYK 0.300.000.26   0.41
XYZ19.761526.284219.0707
Yxy26.28420.30350.4036
Hunter Lab51.2681-20.915713.8330
CIE-Lab58.3058-24.075516.2130

#69976f color RGB value is (105,151,111).

#69976f hex color red value is 105, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #69976f hue: 0.36 , saturation: 0.18 and the lightness value of 69976f is 0.50.

The process color (four color CMYK) of #69976f color hex is 0.30, 0.00, 0.26, 0.41. Web safe color of #69976f is #669966. Color #69976f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 01101111
Octal 151 227 157
Decimal 105 151 111
Hex 69 97 6F

RGB Percentages of Color #69976f

%28.61
%41.14
%30.25

CMYK Percentages of Color #69976f

%30
%0
%26
%41

Triadic Colors of #69976f

#69976f #6f6997 #976f69

Analogous Colors of #69976f

#69976f #699786 #7a9769

Monochromatic Colors of #69976f

#69976f

Complementary Color

#69976f #976991

#69976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#69976f Color CSS Codes

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

#69976f Text Font Color

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

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


#69976f Background Color

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

This div background color is #69976f


#69976f Border Color

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

This div border color is #69976f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,151,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69976f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69976f;
  -webkit-box-shadow: 1px 1px 3px 2px #69976f;
  box-shadow:         1px 1px 3px 2px #69976f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69976f


Comments

No comments written yet.

Please login to write comment.