#68745B

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

Shades of Willow Grove #68745B

Tints of Willow Grove #68745B

Color information

#68745B (or 0x68745B) is unknown color: approx Willow Grove. HEX triplet: 68, 74 and 5B. RGB value is (104,116,91). Sum of RGB (Red+Green+Blue) = 104+116+91=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #68745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745B is #978BA4. Grayscale: #6D6D6D. Windows color (decimal): -9931685 or 5993576. OLE color: 5993576.

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

Color convert

RGB10411691-
CMYK0.1000.220.55
HSL88.8º12.08%40.59%-
HSV(B)88.8º21.55%45.49%-
XYZ13.8416.1912.29-
YUV109.56117.52124.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=33.44%
G=37.30%
B=29.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116910.1000.220.5588.812.0840.59
Hex68745BA0163759c29
Octal15016413312026671311451
Binary110100011101001011011101001011011011110110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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