#687042

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

Shades of Woodland #687042

Tints of Woodland #687042

Color information

#687042 (or 0x687042) is unknown color: approx Woodland. HEX triplet: 68, 70 and 42. RGB value is (104,112,66). Sum of RGB (Red+Green+Blue) = 104+112+66=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #687042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687042 is #978FBD. Grayscale: #686868. Windows color (decimal): -9932734 or 4354152. OLE color: 4354152.

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

Color convert

RGB10411266-
CMYK0.0700.410.56
HSL70.43º25.84%34.9%-
HSV(B)70.43º41.07%43.92%-
XYZ12.4914.927.38-
YUV104.36106.35127.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=36.88%
G=39.72%
B=23.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112660.0700.410.5670.4325.8434.9
Hex687042702938461a23
Octal1501601027051701063243
Binary1101000111000010000101110101001111000100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687042; }

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

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

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

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

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

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

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

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