#6C7066

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

Shades of Willow Grove #6C7066

Tints of Willow Grove #6C7066

Color information

#6C7066 (or 0x6C7066) is unknown color: approx Willow Grove. HEX triplet: 6C, 70 and 66. RGB value is (108,112,102). Sum of RGB (Red+Green+Blue) = 108+112+102=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7066 is #938F99. Grayscale: #6D6D6D. Windows color (decimal): -9670554 or 6713452. OLE color: 6713452.

HSL color Cylindrical-coordinate representation of color #6C7066: hue angle of 84º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C7066 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB108112102-
CMYK0.0400.090.56
HSL84º4.67%41.96%-
HSV(B)84º8.93%43.92%-
XYZ14.3815.7414.85-
YUV109.66123.67126.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=33.54%
G=34.78%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081121020.0400.090.56844.6741.96
Hex6C7066409385452a
Octal154160146401170124552
Binary110110011100001100110100010011110001010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7066; }

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

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

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

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

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

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

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

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