#68743D

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

Shades of Woodland #68743D

Tints of Woodland #68743D

Color information

#68743D (or 0x68743D) is unknown color: approx Woodland. HEX triplet: 68, 74 and 3D. RGB value is (104,116,61). Sum of RGB (Red+Green+Blue) = 104+116+61=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #68743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68743D is #978BC2. Grayscale: #6A6A6A. Windows color (decimal): -9931715 or 4027496. OLE color: 4027496.

HSL color Cylindrical-coordinate representation of color #68743D: hue angle of 73.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68743D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB10411661-
CMYK0.1000.470.55
HSL73.09º31.07%34.71%-
HSV(B)73.09º47.41%45.49%-
XYZ12.815.776.78-
YUV106.14102.52126.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=37.01%
G=41.28%
B=21.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116610.1000.470.5573.0931.0734.71
Hex68743DA02F37491f23
Octal1501647512057671113743
Binary1101000111010011110110100101111110111100100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68743D; }

 p { color: rgb(104,116,61); }

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

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

 a { background-color: rgb(104,116,61); }

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

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

 span { border-color: rgb(104,116,61); }

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