#68745E

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

Shades of Willow Grove #68745E

Tints of Willow Grove #68745E

Color information

#68745E (or 0x68745E) is unknown color: approx Willow Grove. HEX triplet: 68, 74 and 5E. RGB value is (104,116,94). Sum of RGB (Red+Green+Blue) = 104+116+94=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #68745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745E is #978BA1. Grayscale: #6D6D6D. Windows color (decimal): -9931682 or 6190184. OLE color: 6190184.

HSL color Cylindrical-coordinate representation of color #68745E: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68745E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB10411694-
CMYK0.1000.190.55
HSL92.73º10.48%41.18%-
HSV(B)92.73º18.97%45.49%-
XYZ13.9716.2412.99-
YUV109.9119.02123.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=33.12%
G=36.94%
B=29.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116940.1000.190.5592.7310.4841.18
Hex68745EA013375da29
Octal15016413612023671351251
Binary110100011101001011110101001001111011110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68745E; }

 p { color: rgb(104,116,94); }

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

<style>
 a { background-color: #68745E; }

 a { background-color: rgb(104,116,94); }

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

<style>
 span { border-color: #68745E; }

 span { border-color: rgb(104,116,94); }

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