#68705F

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

Shades of Willow Grove #68705F

Tints of Willow Grove #68705F

Color information

#68705F (or 0x68705F) is unknown color: approx Willow Grove. HEX triplet: 68, 70 and 5F. RGB value is (104,112,95). Sum of RGB (Red+Green+Blue) = 104+112+95=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #68705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68705F is #978FA0. Grayscale: #6B6B6B. Windows color (decimal): -9932705 or 6254696. OLE color: 6254696.

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

Color convert

RGB10411295-
CMYK0.0700.150.56
HSL88.24º8.21%40.59%-
HSV(B)88.24º15.18%43.92%-
XYZ13.5715.3613.08-
YUV107.67120.85125.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=33.44%
G=36.01%
B=30.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112950.0700.150.5688.248.2140.59
Hex68705F70F3858829
Octal1501601377017701301051
Binary1101000111000010111111110111111100010110001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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