#6A7A3C

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

Shades of Woodland #6A7A3C

Tints of Woodland #6A7A3C

Color information

#6A7A3C (or 0x6A7A3C) is unknown color: approx Woodland. HEX triplet: 6A, 7A and 3C. RGB value is (106,122,60). Sum of RGB (Red+Green+Blue) = 106+122+60=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A3C is #9585C3. Grayscale: #6E6E6E. Windows color (decimal): -9799108 or 3963498. OLE color: 3963498.

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

Color convert

RGB10612260-
CMYK0.1300.510.52
HSL75.48º34.07%35.69%-
HSV(B)75.48º50.82%47.84%-
XYZ13.7217.316.89-
YUV110.1599.7125.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=36.81%
G=42.36%
B=20.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106122600.1300.510.5275.4834.0735.69
Hex6A7A3CD033344b2224
Octal1521727415063641134244
Binary11010101111010111100110101100111101001001011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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