#676964

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

Shades of Willow Grove #676964

Tints of Willow Grove #676964

Color information

#676964 (or 0x676964) is unknown color: approx Willow Grove. HEX triplet: 67, 69 and 64. RGB value is (103,105,100). Sum of RGB (Red+Green+Blue) = 103+105+100=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 105 - color contains mainly: green. Hex color #676964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676964 is #98969B. Grayscale: #676767. Windows color (decimal): -10000028 or 6580583. OLE color: 6580583.

HSL color Cylindrical-coordinate representation of color #676964: hue angle of 84º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #676964 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB103105100-
CMYK0.0200.050.59
HSL84º2.44%40.2%-
HSV(B)84º4.76%41.18%-
XYZ12.9513.9114.06-
YUV103.83125.84127.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=33.44%
G=34.09%
B=32.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1031051000.0200.050.59842.4440.2
Hex6769642053B54228
Octal14715114420573124250
Binary110011111010011100100100101111011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676964; }

 p { color: rgb(103,105,100); }

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

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

 a { background-color: rgb(103,105,100); }

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

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

 span { border-color: rgb(103,105,100); }

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