#68703A

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

Shades of Woodland #68703A

Tints of Woodland #68703A

Color information

#68703A (or 0x68703A) is unknown color: approx Woodland. HEX triplet: 68, 70 and 3A. RGB value is (104,112,58). Sum of RGB (Red+Green+Blue) = 104+112+58=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #68703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68703A is #978FC5. Grayscale: #676767. Windows color (decimal): -9932742 or 3829864. OLE color: 3829864.

HSL color Cylindrical-coordinate representation of color #68703A: hue angle of 68.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68703A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB10411258-
CMYK0.0700.480.56
HSL68.89º31.76%33.33%-
HSV(B)68.89º48.21%43.92%-
XYZ12.2714.846.22-
YUV103.45102.35128.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=37.96%
G=40.88%
B=21.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112580.0700.480.5668.8931.7633.33
Hex68703A703038452021
Octal150160727060701054041
Binary1101000111000011101011101100001110001000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68703A; }

 p { color: rgb(104,112,58); }

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

<style>
 a { background-color: #68703A; }

 a { background-color: rgb(104,112,58); }

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

<style>
 span { border-color: #68703A; }

 span { border-color: rgb(104,112,58); }

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