#68743B

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

Shades of Woodland #68743B

Tints of Woodland #68743B

Color information

#68743B (or 0x68743B) is unknown color: approx Woodland. HEX triplet: 68, 74 and 3B. RGB value is (104,116,59). Sum of RGB (Red+Green+Blue) = 104+116+59=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #68743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68743B is #978BC4. Grayscale: #6A6A6A. Windows color (decimal): -9931717 or 3896424. OLE color: 3896424.

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

Color convert

RGB10411659-
CMYK0.1000.490.55
HSL72.63º32.57%34.31%-
HSV(B)72.63º49.14%45.49%-
XYZ12.7415.756.51-
YUV105.91101.52126.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=37.28%
G=41.58%
B=21.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116590.1000.490.5572.6332.5734.31
Hex68743BA03137492122
Octal1501647312061671114142
Binary11010001110100111011101001100011101111001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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