#68725B

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

Shades of Willow Grove #68725B

Tints of Willow Grove #68725B

Color information

#68725B (or 0x68725B) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 5B. RGB value is (104,114,91). Sum of RGB (Red+Green+Blue) = 104+114+91=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #68725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725B is #978DA4. Grayscale: #6C6C6C. Windows color (decimal): -9932197 or 5993064. OLE color: 5993064.

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

Color convert

RGB10411491-
CMYK0.0900.200.55
HSL86.09º11.22%40.2%-
HSV(B)86.09º20.18%44.71%-
XYZ13.6115.7312.22-
YUV108.39118.19124.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=33.66%
G=36.89%
B=29.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114910.0900.200.5586.0911.2240.2
Hex68725B90143756b28
Octal15016213311024671261350
Binary110100011100101011011100101010011011110101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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