#667550

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

Shades of Willow Grove #667550

Tints of Willow Grove #667550

Color information

#667550 (or 0x667550) is unknown color: approx Willow Grove. HEX triplet: 66, 75 and 50. RGB value is (102,117,80). Sum of RGB (Red+Green+Blue) = 102+117+80=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #667550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667550 is #998AAF. Grayscale: #6C6C6C. Windows color (decimal): -10062512 or 5272934. OLE color: 5272934.

HSL color Cylindrical-coordinate representation of color #667550: hue angle of 84.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667550 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10211780-
CMYK0.1300.320.54
HSL84.32º18.78%38.63%-
HSV(B)84.32º31.62%45.88%-
XYZ13.2916.1310-
YUV108.3112.03123.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=34.11%
G=39.13%
B=26.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117800.1300.320.5484.3218.7838.63
Hex667550D02036541327
Octal14616512015040661242347
Binary11001101110101101000011010100000110110101010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667550; }

 p { color: rgb(102,117,80); }

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

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

 a { background-color: rgb(102,117,80); }

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

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

 span { border-color: rgb(102,117,80); }

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