#6A763D

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

Shades of Woodland #6A763D

Tints of Woodland #6A763D

Color information

#6A763D (or 0x6A763D) is unknown color: approx Woodland. HEX triplet: 6A, 76 and 3D. RGB value is (106,118,61). Sum of RGB (Red+Green+Blue) = 106+118+61=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #6A763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A763D is #9589C2. Grayscale: #6C6C6C. Windows color (decimal): -9800131 or 4028010. OLE color: 4028010.

HSL color Cylindrical-coordinate representation of color #6A763D: hue angle of 72.63º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A763D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB10611861-
CMYK0.1000.480.54
HSL72.63º31.84%35.1%-
HSV(B)72.63º48.31%46.27%-
XYZ13.2616.366.87-
YUV107.91101.52126.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=37.19%
G=41.40%
B=21.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106118610.1000.480.5472.6331.8435.1
Hex6A763DA03036492023
Octal1521667512060661114043
Binary11010101110110111101101001100001101101001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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