#68725F

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

Shades of Willow Grove #68725F

Tints of Willow Grove #68725F

Color information

#68725F (or 0x68725F) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 5F. RGB value is (104,114,95). Sum of RGB (Red+Green+Blue) = 104+114+95=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #68725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725F is #978DA0. Grayscale: #6C6C6C. Windows color (decimal): -9932193 or 6255208. OLE color: 6255208.

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

Color convert

RGB10411495-
CMYK0.0900.170.55
HSL91.58º9.09%40.98%-
HSV(B)91.58º16.67%44.71%-
XYZ13.7915.813.15-
YUV108.84120.19124.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=33.23%
G=36.42%
B=30.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114950.0900.170.5591.589.0940.98
Hex68725F9011375c929
Octal15016213711021671341151
Binary110100011100101011111100101000111011110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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