#6A7A3D

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

Shades of Woodland #6A7A3D

Tints of Woodland #6A7A3D

Color information

#6A7A3D (or 0x6A7A3D) is unknown color: approx Woodland. HEX triplet: 6A, 7A and 3D. RGB value is (106,122,61). Sum of RGB (Red+Green+Blue) = 106+122+61=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A3D is #9585C2. Grayscale: #6E6E6E. Windows color (decimal): -9799107 or 4029034. OLE color: 4029034.

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

Color convert

RGB10612261-
CMYK0.1300.500.52
HSL75.74º33.33%35.88%-
HSV(B)75.74º50%47.84%-
XYZ13.7517.327.03-
YUV110.26100.2124.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=36.68%
G=42.21%
B=21.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106122610.1300.500.5275.7433.3335.88
Hex6A7A3DD032344c2124
Octal1521727515062641144144
Binary11010101111010111101110101100101101001001100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,122,61); }

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

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

 a { background-color: rgb(106,122,61); }

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

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

 span { border-color: rgb(106,122,61); }

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