#687048

Color #687048 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #687048

Tints of Woodland #687048

Color information

#687048 (or 0x687048) is unknown color: approx Woodland. HEX triplet: 68, 70 and 48. RGB value is (104,112,72). Sum of RGB (Red+Green+Blue) = 104+112+72=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #687048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687048 is #978FB7. Grayscale: #696969. Windows color (decimal): -9932728 or 4747368. OLE color: 4747368.

HSL color Cylindrical-coordinate representation of color #687048: hue angle of 72º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687048 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB10411272-
CMYK0.0700.360.56
HSL72º21.74%36.08%-
HSV(B)72º35.71%43.92%-
XYZ12.67158.36-
YUV105.05109.35127.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 72 (28.52% from 255) = 25%
R=36.11%
G=38.89%
B=25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112720.0700.360.567221.7436.08
Hex687048702438481624
Octal1501601107044701102644
Binary1101000111000010010001110100100111000100100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687048; }

 p { color: rgb(104,112,72); }

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

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

 a { background-color: rgb(104,112,72); }

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

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

 span { border-color: rgb(104,112,72); }

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