#68755A

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

Shades of Willow Grove #68755A

Tints of Willow Grove #68755A

Color information

#68755A (or 0x68755A) is unknown color: approx Willow Grove. HEX triplet: 68, 75 and 5A. RGB value is (104,117,90). Sum of RGB (Red+Green+Blue) = 104+117+90=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #68755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755A is #978AA5. Grayscale: #6E6E6E. Windows color (decimal): -9931430 or 5928296. OLE color: 5928296.

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

Color convert

RGB10411790-
CMYK0.1100.230.54
HSL88.89º13.04%40.59%-
HSV(B)88.89º23.08%45.88%-
XYZ13.9216.412.11-
YUV110.04116.69123.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=33.44%
G=37.62%
B=28.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117900.1100.230.5488.8913.0440.59
Hex68755AB0173659d29
Octal15016513213027661311551
Binary110100011101011011010101101011111011010110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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