#68705E

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

Shades of Willow Grove #68705E

Tints of Willow Grove #68705E

Color information

#68705E (or 0x68705E) is unknown color: approx Willow Grove. HEX triplet: 68, 70 and 5E. RGB value is (104,112,94). Sum of RGB (Red+Green+Blue) = 104+112+94=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #68705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68705E is #978FA1. Grayscale: #6B6B6B. Windows color (decimal): -9932706 or 6189160. OLE color: 6189160.

HSL color Cylindrical-coordinate representation of color #68705E: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68705E is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB10411294-
CMYK0.0700.160.56
HSL86.67º8.74%40.39%-
HSV(B)86.67º16.07%43.92%-
XYZ13.5215.3412.84-
YUV107.56120.35125.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=33.55%
G=36.13%
B=30.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112940.0700.160.5686.678.7440.39
Hex68705E70103857928
Octal1501601367020701271150
Binary11010001110000101111011101000011100010101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,112,94); }

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

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

 a { background-color: rgb(104,112,94); }

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

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

 span { border-color: rgb(104,112,94); }

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