#66754E

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

Shades of Willow Grove #66754E

Tints of Willow Grove #66754E

Color information

#66754E (or 0x66754E) is unknown color: approx Willow Grove. HEX triplet: 66, 75 and 4E. RGB value is (102,117,78). Sum of RGB (Red+Green+Blue) = 102+117+78=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #66754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66754E is #998AB1. Grayscale: #6C6C6C. Windows color (decimal): -10062514 or 5141862. OLE color: 5141862.

HSL color Cylindrical-coordinate representation of color #66754E: hue angle of 83.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66754E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB10211778-
CMYK0.1300.330.54
HSL83.08º20%38.24%-
HSV(B)83.08º33.33%45.88%-
XYZ13.2216.19.62-
YUV108.07111.03123.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=34.34%
G=39.39%
B=26.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117780.1300.330.5483.082038.24
Hex66754ED02136531426
Octal14616511615041661232446
Binary11001101110101100111011010100001110110101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66754E; }

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

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

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

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

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

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

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

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