#696F65

Color #696F65 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #696F65

Tints of Willow Grove #696F65

Color information

#696F65 (or 0x696F65) is unknown color: approx Willow Grove. HEX triplet: 69, 6F and 65. RGB value is (105,111,101). Sum of RGB (Red+Green+Blue) = 105+111+101=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #696F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F65 is #96909A. Grayscale: #6C6C6C. Windows color (decimal): -9867419 or 6647657. OLE color: 6647657.

HSL color Cylindrical-coordinate representation of color #696F65: hue angle of 96º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696F65 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB105111101-
CMYK0.0500.090.56
HSL96º4.72%41.57%-
HSV(B)96º9.01%43.53%-
XYZ13.8615.3114.54-
YUV108.07124.01125.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=33.12%
G=35.02%
B=31.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111010.0500.090.56964.7241.57
Hex696F65509386052a
Octal151157145501170140552
Binary110100111011111100101101010011110001100000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F65; }

 p { color: rgb(105,111,101); }

 H1.HeaderClassName
 {
   color: #696F65;
 }
 .AnyTagClassName
 {
   color: #696F65;
 }
</style>
background-color css

<style>
 a { background-color: #696F65; }

 a { background-color: rgb(105,111,101); }

 div.DivClassName
 {
   background-color: #696F65;
 }
 .BgClassName
 {
   background-color: #696F65;
 }
</style>
border-color css

<style>
 span { border-color: #696F65; }

 span { border-color: rgb(105,111,101); }

 td.TdClassName
 {
   border-color: #696F65;
 }
 .TagClassName
 {
   border-color: #696F65;
 }
</style>