#696B65

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

Shades of Willow Grove #696B65

Tints of Willow Grove #696B65

Color information

#696B65 (or 0x696B65) is unknown color: approx Willow Grove. HEX triplet: 69, 6B and 65. RGB value is (105,107,101). Sum of RGB (Red+Green+Blue) = 105+107+101=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 107 - color contains mainly: green. Hex color #696B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B65 is #96949A. Grayscale: #696969. Windows color (decimal): -9868443 or 6646633. OLE color: 6646633.

HSL color Cylindrical-coordinate representation of color #696B65: hue angle of 80º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696B65 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB105107101-
CMYK0.0200.060.58
HSL80º2.88%40.78%-
HSV(B)80º5.61%41.96%-
XYZ13.4314.4614.39-
YUV105.72125.34127.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=33.55%
G=34.19%
B=32.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051071010.0200.060.58802.8840.78
Hex696B652063A50329
Octal15115314520672120351
Binary110100111010111100101100110111010101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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