#68735F

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

Shades of Willow Grove #68735F

Tints of Willow Grove #68735F

Color information

#68735F (or 0x68735F) is unknown color: approx Willow Grove. HEX triplet: 68, 73 and 5F. RGB value is (104,115,95). Sum of RGB (Red+Green+Blue) = 104+115+95=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #68735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68735F is #978CA0. Grayscale: #6D6D6D. Windows color (decimal): -9931937 or 6255464. OLE color: 6255464.

HSL color Cylindrical-coordinate representation of color #68735F: hue angle of 93º degrees, saturation: 0.1, 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 #68735F is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB10411595-
CMYK0.1000.170.55
HSL93º9.52%41.18%-
HSV(B)93º17.39%45.1%-
XYZ13.9116.0313.19-
YUV109.43119.86124.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=33.12%
G=36.62%
B=30.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115950.1000.170.55939.5241.18
Hex68735FA011375da29
Octal15016313712021671351251
Binary110100011100111011111101001000111011110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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