#687045

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

Shades of Woodland #687045

Tints of Woodland #687045

Color information

#687045 (or 0x687045) is unknown color: approx Woodland. HEX triplet: 68, 70 and 45. RGB value is (104,112,69). Sum of RGB (Red+Green+Blue) = 104+112+69=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #687045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687045 is #978FBA. Grayscale: #686868. Windows color (decimal): -9932731 or 4550760. OLE color: 4550760.

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

Color convert

RGB10411269-
CMYK0.0700.380.56
HSL71.16º23.76%35.49%-
HSV(B)71.16º38.39%43.92%-
XYZ12.5814.967.86-
YUV104.71107.85127.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=36.49%
G=39.30%
B=24.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112690.0700.380.5671.1623.7635.49
Hex687045702638471823
Octal1501601057046701073043
Binary1101000111000010001011110100110111000100011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687045; }

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

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

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

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

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

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

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

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