#696E65

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

Shades of Willow Grove #696E65

Tints of Willow Grove #696E65

Color information

#696E65 (or 0x696E65) is unknown color: approx Willow Grove. HEX triplet: 69, 6E and 65. RGB value is (105,110,101). Sum of RGB (Red+Green+Blue) = 105+110+101=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 110 - color contains mainly: green. Hex color #696E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E65 is #96919A. Grayscale: #6B6B6B. Windows color (decimal): -9867675 or 6647401. OLE color: 6647401.

HSL color Cylindrical-coordinate representation of color #696E65: hue angle of 93.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696E65 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB105110101-
CMYK0.0500.080.57
HSL93.33º4.27%41.37%-
HSV(B)93.33º8.18%43.14%-
XYZ13.7515.0914.5-
YUV107.48124.34126.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=33.23%
G=34.81%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051101010.0500.080.5793.334.2741.37
Hex696E65508395d429
Octal151156145501071135451
Binary110100111011101100101101010001110011011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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