#677056

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

Shades of Willow Grove #677056

Tints of Willow Grove #677056

Color information

#677056 (or 0x677056) is unknown color: approx Willow Grove. HEX triplet: 67, 70 and 56. RGB value is (103,112,86). Sum of RGB (Red+Green+Blue) = 103+112+86=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #677056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677056 is #988FA9. Grayscale: #6A6A6A. Windows color (decimal): -9998250 or 5664871. OLE color: 5664871.

HSL color Cylindrical-coordinate representation of color #677056: hue angle of 80.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677056 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB10311286-
CMYK0.0800.230.56
HSL80.77º13.13%38.82%-
HSV(B)80.77º23.21%43.92%-
XYZ13.0715.1411.04-
YUV106.34116.52125.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=34.22%
G=37.21%
B=28.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112860.0800.230.5680.7713.1338.82
Hex67705680173851d27
Octal14716012610027701211547
Binary110011111100001010110100001011111100010100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677056; }

 p { color: rgb(103,112,86); }

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

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

 a { background-color: rgb(103,112,86); }

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

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

 span { border-color: rgb(103,112,86); }

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