#68755D

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

Shades of Willow Grove #68755D

Tints of Willow Grove #68755D

Color information

#68755D (or 0x68755D) is unknown color: approx Willow Grove. HEX triplet: 68, 75 and 5D. RGB value is (104,117,93). Sum of RGB (Red+Green+Blue) = 104+117+93=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #68755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755D is #978AA2. Grayscale: #6E6E6E. Windows color (decimal): -9931427 or 6124904. OLE color: 6124904.

HSL color Cylindrical-coordinate representation of color #68755D: hue angle of 92.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68755D is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB10411793-
CMYK0.1100.210.54
HSL92.5º11.43%41.18%-
HSV(B)92.5º20.51%45.88%-
XYZ14.0516.4612.79-
YUV110.38118.19123.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=33.12%
G=37.26%
B=29.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117930.1100.210.5492.511.4341.18
Hex68755DB015365cb29
Octal15016513513025661341351
Binary110100011101011011101101101010111011010111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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