#697643

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

Shades of Woodland #697643

Tints of Woodland #697643

Color information

#697643 (or 0x697643) is unknown color: approx Woodland. HEX triplet: 69, 76 and 43. RGB value is (105,118,67). Sum of RGB (Red+Green+Blue) = 105+118+67=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #697643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697643 is #9689BC. Grayscale: #6C6C6C. Windows color (decimal): -9865661 or 4421225. OLE color: 4421225.

HSL color Cylindrical-coordinate representation of color #697643: hue angle of 75.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #697643 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB10511867-
CMYK0.1100.430.54
HSL75.29º27.57%36.27%-
HSV(B)75.29º43.22%46.27%-
XYZ13.3216.377.77-
YUV108.3104.69125.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=36.21%
G=40.69%
B=23.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118670.1100.430.5475.2927.5736.27
Hex697643B02B364b1c24
Octal15116610313053661133444
Binary11010011110110100001110110101011110110100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697643; }

 p { color: rgb(105,118,67); }

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

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

 a { background-color: rgb(105,118,67); }

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

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

 span { border-color: rgb(105,118,67); }

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