#68725C

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

Shades of Willow Grove #68725C

Tints of Willow Grove #68725C

Color information

#68725C (or 0x68725C) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 5C. RGB value is (104,114,92). Sum of RGB (Red+Green+Blue) = 104+114+92=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #68725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725C is #978DA3. Grayscale: #6C6C6C. Windows color (decimal): -9932196 or 6058600. OLE color: 6058600.

HSL color Cylindrical-coordinate representation of color #68725C: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68725C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB10411492-
CMYK0.0900.190.55
HSL87.27º10.68%40.39%-
HSV(B)87.27º19.3%44.71%-
XYZ13.6615.7512.45-
YUV108.5118.69124.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=33.55%
G=36.77%
B=29.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114920.0900.190.5587.2710.6840.39
Hex68725C90133757b28
Octal15016213411023671271350
Binary110100011100101011100100101001111011110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68725C; }

 p { color: rgb(104,114,92); }

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

<style>
 a { background-color: #68725C; }

 a { background-color: rgb(104,114,92); }

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

<style>
 span { border-color: #68725C; }

 span { border-color: rgb(104,114,92); }

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