#676D5D

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

Shades of Willow Grove #676D5D

Tints of Willow Grove #676D5D

Color information

#676D5D (or 0x676D5D) is unknown color: approx Willow Grove. HEX triplet: 67, 6D and 5D. RGB value is (103,109,93). Sum of RGB (Red+Green+Blue) = 103+109+93=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 109 - color contains mainly: green. Hex color #676D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D5D is #9892A2. Grayscale: #696969. Windows color (decimal): -9999011 or 6122855. OLE color: 6122855.

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

Color convert

RGB10310993-
CMYK0.0600.150.57
HSL82.5º7.92%39.61%-
HSV(B)82.5º14.68%42.75%-
XYZ13.0414.6112.49-
YUV105.38121.01126.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.77%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=33.77%
G=35.74%
B=30.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103109930.0600.150.5782.57.9239.61
Hex676D5D60F3952828
Octal1471551356017711221050
Binary1100111110110110111011100111111100110100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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