#68715D

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

Shades of Willow Grove #68715D

Tints of Willow Grove #68715D

Color information

#68715D (or 0x68715D) is unknown color: approx Willow Grove. HEX triplet: 68, 71 and 5D. RGB value is (104,113,93). Sum of RGB (Red+Green+Blue) = 104+113+93=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #68715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68715D is #978EA2. Grayscale: #6C6C6C. Windows color (decimal): -9932451 or 6123880. OLE color: 6123880.

HSL color Cylindrical-coordinate representation of color #68715D: hue angle of 87º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68715D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB10411393-
CMYK0.0800.180.56
HSL87º9.71%40.39%-
HSV(B)87º17.7%44.31%-
XYZ13.5915.5412.64-
YUV108.03119.52125.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 93 (36.72% from 255) = 30%
R=33.55%
G=36.45%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113930.0800.180.56879.7140.39
Hex68715D80123857a28
Octal15016113510022701271250
Binary110100011100011011101100001001011100010101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68715D; }

 p { color: rgb(104,113,93); }

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

<style>
 a { background-color: #68715D; }

 a { background-color: rgb(104,113,93); }

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

<style>
 span { border-color: #68715D; }

 span { border-color: rgb(104,113,93); }

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