#68775D

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

Shades of Willow Grove #68775D

Tints of Willow Grove #68775D

Color information

#68775D (or 0x68775D) is unknown color: approx Willow Grove. HEX triplet: 68, 77 and 5D. RGB value is (104,119,93). Sum of RGB (Red+Green+Blue) = 104+119+93=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #68775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775D is #9788A2. Grayscale: #6F6F6F. Windows color (decimal): -9930915 or 6125416. OLE color: 6125416.

HSL color Cylindrical-coordinate representation of color #68775D: hue angle of 94.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68775D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB10411993-
CMYK0.1300.220.53
HSL94.62º12.26%41.57%-
HSV(B)94.62º21.85%46.67%-
XYZ14.2816.9312.87-
YUV111.55117.53122.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=32.91%
G=37.66%
B=29.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104119930.1300.220.5394.6212.2641.57
Hex68775DD016355fc2a
Octal15016713515026651371452
Binary110100011101111011101110101011011010110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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