#667055

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

Shades of Willow Grove #667055

Tints of Willow Grove #667055

Color information

#667055 (or 0x667055) is unknown color: approx Willow Grove. HEX triplet: 66, 70 and 55. RGB value is (102,112,85). Sum of RGB (Red+Green+Blue) = 102+112+85=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #667055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667055 is #998FAA. Grayscale: #6A6A6A. Windows color (decimal): -10063787 or 5599334. OLE color: 5599334.

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

Color convert

RGB10211285-
CMYK0.0900.240.56
HSL82.22º13.71%38.63%-
HSV(B)82.22º24.11%43.92%-
XYZ12.9115.0710.82-
YUV105.93116.19125.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=34.11%
G=37.46%
B=28.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112850.0900.240.5682.2213.7138.63
Hex66705590183852e27
Octal14616012511030701221647
Binary110011011100001010101100101100011100010100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667055; }

 p { color: rgb(102,112,85); }

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

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

 a { background-color: rgb(102,112,85); }

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

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

 span { border-color: rgb(102,112,85); }

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