#68745C

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

Shades of Willow Grove #68745C

Tints of Willow Grove #68745C

Color information

#68745C (or 0x68745C) is unknown color: approx Willow Grove. HEX triplet: 68, 74 and 5C. RGB value is (104,116,92). Sum of RGB (Red+Green+Blue) = 104+116+92=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #68745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745C is #978BA3. Grayscale: #6D6D6D. Windows color (decimal): -9931684 or 6059112. OLE color: 6059112.

HSL color Cylindrical-coordinate representation of color #68745C: hue angle of 90º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68745C is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB10411692-
CMYK0.1000.210.55
HSL90º11.54%40.78%-
HSV(B)90º20.69%45.49%-
XYZ13.8916.2112.52-
YUV109.68118.02123.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=33.33%
G=37.18%
B=29.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116920.1000.210.559011.5440.78
Hex68745CA015375ac29
Octal15016413412025671321451
Binary110100011101001011100101001010111011110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68745C; }

 p { color: rgb(104,116,92); }

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

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

 a { background-color: rgb(104,116,92); }

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

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

 span { border-color: rgb(104,116,92); }

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