#676F3D

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

Shades of Woodland #676F3D

Tints of Woodland #676F3D

Color information

#676F3D (or 0x676F3D) is unknown color: approx Woodland. HEX triplet: 67, 6F and 3D. RGB value is (103,111,61). Sum of RGB (Red+Green+Blue) = 103+111+61=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #676F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F3D is #9890C2. Grayscale: #676767. Windows color (decimal): -9998531 or 4026215. OLE color: 4026215.

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

Color convert

RGB10311161-
CMYK0.0700.450.56
HSL69.6º29.07%33.73%-
HSV(B)69.6º45.05%43.53%-
XYZ12.1214.596.59-
YUV102.91104.35128.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.45%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=37.45%
G=40.36%
B=22.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103111610.0700.450.5669.629.0733.73
Hex676F3D702D38461d22
Octal147157757055701063542
Binary110011111011111111011110101101111000100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676F3D; }

 p { color: rgb(103,111,61); }

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

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

 a { background-color: rgb(103,111,61); }

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

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

 span { border-color: rgb(103,111,61); }

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