#676C45

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

Shades of Woodland #676C45

Tints of Woodland #676C45

Color information

#676C45 (or 0x676C45) is unknown color: approx Woodland. HEX triplet: 67, 6C and 45. RGB value is (103,108,69). Sum of RGB (Red+Green+Blue) = 103+108+69=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #676C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676C45 is #9893BA. Grayscale: #666666. Windows color (decimal): -9999291 or 4549735. OLE color: 4549735.

HSL color Cylindrical-coordinate representation of color #676C45: hue angle of 67.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #676C45 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB10310869-
CMYK0.0500.360.58
HSL67.69º22.03%34.71%-
HSV(B)67.69º36.11%42.35%-
XYZ12.0314.047.71-
YUV102.06109.34128.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=36.79%
G=38.57%
B=24.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103108690.0500.360.5867.6922.0334.71
Hex676C4550243A441623
Octal1471541055044721042643
Binary1100111110110010001011010100100111010100010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,108,69); }

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

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

 a { background-color: rgb(103,108,69); }

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

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

 span { border-color: rgb(103,108,69); }

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