#6a703b

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

Shades of Woodland #6A703B

Tints of Woodland #6A703B

Color information

#6A703B (or 0x6A703B) is unknown color: approx Woodland. HEX triplet: 6A, 70 and 3B. RGB value is (106,112,59). Sum of RGB (Red+Green+Blue) = 106+112+59=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #6A703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A703B is #958FC4. Grayscale: #686868. Windows color (decimal): -9801669 or 3895402. OLE color: 3895402.

HSL color Cylindrical-coordinate representation of color #6A703B: hue angle of 66.79º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A703B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB10611259-
CMYK0.0500.470.56
HSL66.79º30.99%33.53%-
HSV(B)66.79º47.32%43.92%-
XYZ12.5314.976.37-
YUV104.16102.51129.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=38.27%
G=40.43%
B=21.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106112590.0500.470.5666.7930.9933.53
Hex6A703B502F38431f22
Octal152160735057701033742
Binary110101011100001110111010101111111000100001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a703b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a703b; }

 p { color: rgb(106,112,59); }

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

<style>
 a { background-color: #6a703b; }

 a { background-color: rgb(106,112,59); }

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

<style>
 span { border-color: #6a703b; }

 span { border-color: rgb(106,112,59); }

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