#66705A

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

Shades of Willow Grove #66705A

Tints of Willow Grove #66705A

Color information

#66705A (or 0x66705A) is unknown color: approx Willow Grove. HEX triplet: 66, 70 and 5A. RGB value is (102,112,90). Sum of RGB (Red+Green+Blue) = 102+112+90=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #66705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66705A is #998FA5. Grayscale: #6A6A6A. Windows color (decimal): -10063782 or 5927014. OLE color: 5927014.

HSL color Cylindrical-coordinate representation of color #66705A: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66705A is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB10211290-
CMYK0.0900.200.56
HSL87.27º10.89%39.61%-
HSV(B)87.27º19.64%43.92%-
XYZ13.1215.1511.91-
YUV106.5118.69124.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=33.55%
G=36.84%
B=29.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112900.0900.200.5687.2710.8939.61
Hex66705A90143857b28
Octal14616013211024701271350
Binary110011011100001011010100101010011100010101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66705A; }

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

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

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

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

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

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

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

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