#68715E

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

Shades of Willow Grove #68715E

Tints of Willow Grove #68715E

Color information

#68715E (or 0x68715E) is unknown color: approx Willow Grove. HEX triplet: 68, 71 and 5E. RGB value is (104,113,94). Sum of RGB (Red+Green+Blue) = 104+113+94=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #68715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68715E is #978EA1. Grayscale: #6C6C6C. Windows color (decimal): -9932450 or 6189416. OLE color: 6189416.

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

Color convert

RGB10411394-
CMYK0.0800.170.56
HSL88.42º9.18%40.59%-
HSV(B)88.42º16.81%44.31%-
XYZ13.6315.5612.87-
YUV108.14120.02125.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=33.44%
G=36.33%
B=30.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104113940.0800.170.5688.429.1840.59
Hex68715E80113858929
Octal15016113610021701301151
Binary110100011100011011110100001000111100010110001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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