#6B7B3F

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

Shades of Woodland #6B7B3F

Tints of Woodland #6B7B3F

Color information

#6B7B3F (or 0x6B7B3F) is unknown color: approx Woodland. HEX triplet: 6B, 7B and 3F. RGB value is (107,123,63). Sum of RGB (Red+Green+Blue) = 107+123+63=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B3F is #9484C0. Grayscale: #6F6F6F. Windows color (decimal): -9733313 or 4160363. OLE color: 4160363.

HSL color Cylindrical-coordinate representation of color #6B7B3F: hue angle of 76º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B7B3F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB10712363-
CMYK0.1300.490.52
HSL76º32.26%36.47%-
HSV(B)76º48.78%48.24%-
XYZ14.0417.657.37-
YUV111.38100.7124.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 63 (25% from 255) = 21.50%
R=36.52%
G=41.98%
B=21.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107123630.1300.490.527632.2636.47
Hex6B7B3FD031344c2024
Octal1531737715061641144044
Binary11010111111011111111110101100011101001001100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,63); }

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

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

 a { background-color: rgb(107,123,63); }

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

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

 span { border-color: rgb(107,123,63); }

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