#676D5F

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

Shades of Willow Grove #676D5F

Tints of Willow Grove #676D5F

Color information

#676D5F (or 0x676D5F) is unknown color: approx Willow Grove. HEX triplet: 67, 6D and 5F. RGB value is (103,109,95). Sum of RGB (Red+Green+Blue) = 103+109+95=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #676D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D5F is #9892A0. Grayscale: #696969. Windows color (decimal): -9999009 or 6253927. OLE color: 6253927.

HSL color Cylindrical-coordinate representation of color #676D5F: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676D5F is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB10310995-
CMYK0.0600.130.57
HSL85.71º6.86%40%-
HSV(B)85.71º12.84%42.75%-
XYZ13.1314.6512.96-
YUV105.61122.01126.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.55%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=33.55%
G=35.50%
B=30.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103109950.0600.130.5785.716.8640
Hex676D5F60D3956728
Octal147155137601571126750
Binary110011111011011011111110011011110011010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676D5F; }

 p { color: rgb(103,109,95); }

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

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

 a { background-color: rgb(103,109,95); }

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

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

 span { border-color: rgb(103,109,95); }

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