#696F62

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

Shades of Willow Grove #696F62

Tints of Willow Grove #696F62

Color information

#696F62 (or 0x696F62) is unknown color: approx Willow Grove. HEX triplet: 69, 6F and 62. RGB value is (105,111,98). Sum of RGB (Red+Green+Blue) = 105+111+98=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #696F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F62 is #96909D. Grayscale: #6B6B6B. Windows color (decimal): -9867422 or 6451049. OLE color: 6451049.

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

Color convert

RGB10511198-
CMYK0.0500.120.56
HSL87.69º6.22%40.98%-
HSV(B)87.69º11.71%43.53%-
XYZ13.7115.2513.78-
YUV107.72122.51126.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=33.44%
G=35.35%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111980.0500.120.5687.696.2240.98
Hex696F6250C3858629
Octal151157142501470130651
Binary110100111011111100010101011001110001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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