#676F49

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

Shades of Woodland #676F49

Tints of Woodland #676F49

Color information

#676F49 (or 0x676F49) is unknown color: approx Woodland. HEX triplet: 67, 6F and 49. RGB value is (103,111,73). Sum of RGB (Red+Green+Blue) = 103+111+73=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #676F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676F49 is #9890B6. Grayscale: #686868. Windows color (decimal): -9998519 or 4812647. OLE color: 4812647.

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

Color convert

RGB10311173-
CMYK0.0700.340.56
HSL72.63º20.65%36.08%-
HSV(B)72.63º34.23%43.53%-
XYZ12.4814.738.49-
YUV104.28110.35127.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=35.89%
G=38.68%
B=25.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103111730.0700.340.5672.6320.6536.08
Hex676F49702238491524
Octal1471571117042701112544
Binary1100111110111110010011110100010111000100100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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